Pages

Tuesday, October 9, 2012

How to install from unauthenticated sources

Have you seen the following error when you try to update your ubuntu system?
the action would require installation of packages from not authenticated sources...
Well the error is self explanatory. You need to allow unauthenticated sources to get around this. Use the below command to get it work.
sudo apt-get update && sudo apt-get upgrade --allow-unauthenticated
Now you are good to go.


No comments:

Post a Comment