You are not logged in.
Hello, this is first time i'm using this one distribution of linux. I'm using it on my old laptop because this linux use very less resources than others.
So i wanna install apache2 but i can't there is no that package. Is there anyway to host site? Or i have to find another linux
Offline
our bl-welcome script can assist you in setting up a development LAMP stack. Additionally,
apt-cache policy apache
should returnsomething like this:
apache2:
Installed: 2.4.25-3+deb9u4
Candidate: 2.4.25-3+deb9u4
Version table:
*** 2.4.25-3+deb9u4 500
500 http://security.debian.org stretch/updates/main amd64 Packages
100 /var/lib/dpkg/status
2.4.25-3+deb9u3 500
500 http://deb.debian.org/debian stretch/main amd64 Packages
If not, see twoion's instructions above.
Offline
If you installed from the CD iso then the apt index has been left out to save space. You need to regenerate it by running:
sudo apt-get update
before running any apt-get or apt-cache commands.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline