Hi to you all!
This is my linux dist:
Linux vps-1019199-x 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u1 x86_64
I cannot install certbot (i am following apache-debian9 instructions).
When i run:
apt-get install certbot python-certbot-apache
I get this result:
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package certbot E: Unable to locate package python-certbot-apache
Searching i found something like this:
apt-get install certbot python-certbot-apache -t wheezy-backports main
but i still get an error:
Reading package lists... Done E: The value 'wheezy-backports' is invalid for APT::Default-Release as such a release is not available in the sources
Dispite mi source.list file content
deb http://deb.debian.org/debian/ wheezy-backports main deb-src http://deb.debian.org/debian/ wheezy-backports main
I will appreciate any help (i am newbie with linux!).
Thanks you all!