I want to install SSL Certificate but I can’t install apache2.
when I type
sudo apt-get install apache2
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: apache2 : Depends: apache2-bin (= 2.4.41-1+ubuntu16.04.1+deb.sury.org+5) but it is not installable E: Unable to correct problems, you have held broken packages.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello @cloud474606,
Have you tried updating your system? You’ll need to
sudo apt-get update
Once it finishes, do
sudo apt-get upgrade
Then try to install Apache again. If it fails, you’ll need to go back to a state there all dependencies are satisfied:
sudo apt-get install -f
Try to remove all Apache stuff:
sudo dpkg --purge --force-depends "apache*"
Reinstall now all necessary dependencies:
sudo apt-get install -f
Now you can give the Apache installation a new try. If the problem persists, please provide more information.
Regards, KDSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.