E: Package has No installation candidate
This is one of the common Ubuntu error you get while installing new packages.
If you are getting it for any specific package then you should update your apt repository by adding this package.
But if you are getting this error for every package, here is the solution.
Run following command.
This is one of the common Ubuntu error you get while installing new packages.
If you are getting it for any specific package then you should update your apt repository by adding this package.
But if you are getting this error for every package, here is the solution.
Run following command.
# sudo apt-get update
Now try to install the package again, you should not get the error.
No comments:
Post a Comment