To install packages on the EOL Debian 7.8 (Wheezy), you need to amend your /etc/apt/sources.list
.
[email protected]:~$ sudo vi /etc/apt/sources.list
Add the following line.
deb http://archive.debian.org/debian/ wheezy main contrib
Refresh the repository cache.
[email protected]:~$ sudo apt-get update
You should now be able to search for packages.
[email protected]:~$ sudo apt-cache search apache2
Or install.
[email protected]:~$ sudo apt-get install apache2
Be the first to comment