Please fill out the fields below so we can help you better.
My domain is:
not relevant
I ran this command:
sudo apt-get install certbot -t jessie-backports
It produced this output:
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
certbot : Depends: python-certbot (= 0.9.3-1~bpo8+2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@vserver6:~# sudo apt-get install certbot -t jessie-backports -f
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
certbot : Depends: python-certbot (= 0.9.3-1~bpo8+2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
My operating system is (include version):
Linux xxx.ch 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) x86_64 GNU/Linux
My web server is (include version):
Not relevant
My hosting provider, if applicable, is:
Not relevant
Dear all,
I read several alike error descriptions but no solution helps in my case.
To explain the problem:
root@server:~# cat /etc/apt/sources.list
deb http://ftp.de.debian.org/debian/ jessie main
deb-src http://ftp.de.debian.org/debian/ jessie main
deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.de.debian.org/debian/ jessie-updates main
deb-src http://ftp.de.debian.org/debian/ jessie-updates main
deb http://ftp.debian.org/debian jessie-backports main
Now updating apt
root@server:~# apt update
Hit http://security.debian.org jessie/updates InRelease
Ign http://ftp.de.debian.org jessie InRelease
Hit http://ftp.debian.org jessie-backports InRelease
Hit http://ftp.de.debian.org jessie-updates InRelease
Hit http://ftp.de.debian.org jessie Release.gpg
Hit http://ftp.de.debian.org jessie Release
Hit http://security.debian.org jessie/updates/main Sources
Hit http://security.debian.org jessie/updates/main amd64 Packages
Get:1 http://ftp.debian.org jessie-backports/main amd64 Packages/DiffIndex [27.8 kB]
Hit http://security.debian.org jessie/updates/main Translation-en
Get:2 http://ftp.debian.org jessie-backports/main Translation-en/DiffIndex [27.8 kB]
Hit http://ftp.de.debian.org jessie-updates/main Sources
Get:3 http://ftp.de.debian.org jessie-updates/main amd64 Packages/DiffIndex [7,408 B]
Get:4 http://ftp.de.debian.org jessie-updates/main Translation-en/DiffIndex [2,704 B]
Hit http://ftp.de.debian.org jessie/main Sources
Hit http://ftp.de.debian.org jessie/main amd64 Packages
Hit http://ftp.de.debian.org jessie/main Translation-en
Hit http://ftp.de.debian.org jessie/main Translation-de
Fetched 65.7 kB in 2s (25.7 kB/s)
Reading package lists… Done
Building dependency tree
Reading state information… Done
All packages are up to date.
Now installing from backports
root@server:~# sudo apt-get install certbot -t jessie-backports -f
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
certbot : Depends: python-certbot (= 0.9.3-1~bpo8+2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
So the question is - what is wrong. As far I can see it should work according to instructions.