Last active
October 9, 2017 10:55
-
-
Save delwar2016/99ecd558e4f9a8cd29effddda0a7baf2 to your computer and use it in GitHub Desktop.
install SSL certificate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://certbot.eff.org/#ubuntutrusty-nginx | |
https://askubuntu.com/questions/363200/e-unable-to-correct-problems-you-have-held-broken-packages | |
Use aptitude instead of apt-get. It is more intelligent. It not only will handle downgrading conflicting packages for you, but will make a series of recommendations asking you which of many possible suggested working scenarios you would like. | |
sudo aptitude install myNewPackage | |
If you don't have aptitude on your machine yet, get it with | |
sudo apt-get install aptitude | |
https://stackoverflow.com/questions/34733340/mongodb-gpg-invalid-signatures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment