Hello Everyone ,
I just migrated to ubuntu 18.04 server and got issue of
$ sudo apt-get install python-certbot-apache
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:
python-certbot-apache : Depends: python3-certbot-apache but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Clean install of server is also throwing same error
Blockquote
I tried various procedures, clean server install but still getting same issue ! Is anything getting upgraded on Certbot Severs? because as per my knowledge weeks ago i used same commands to issue SSL on Ubuntu 18.04 server
The error won't go away when you tell a command to give you more debugging information with the above command. It will do exactly the same as before, but tell you more about it. You'll need to use that extra information to figure out or search for a solution.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) python-certbot-apache:amd64 < none -> 0.25.0-2+ubuntu18.04.1+certbot+1 @un puN Ib >
Broken python-certbot-apache:amd64 Depends on python3-certbot-apache:amd64 < none | 0.25.0-2+ubuntu18.04.1+certbot+1 @un uH >
Considering python3-certbot-apache:amd64 1 as a solution to python-certbot-apache:amd64 9999
Re-Instated python3-josepy:amd64
Reinst Failed early because of python3-mock:amd64
Reinst Failed because of python3-acme:amd64
Reinst Failed because of python3-certbot:amd64
Reinst Failed because of certbot:amd64
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:
python-certbot-apache : Depends: python3-certbot-apache but it is not going to be installed
E: Unable to correct problems, you have held broken packages.