It is essential to run this command after changing any repositories: sudo apt-get update Visit Ubuntu community help for more information.ĭon't forget to update (make apt aware of your changes): Use this command: sudo add-apt-repository ppa: Find appropriate ppa according to your Ubuntu release version.For External Repositories, Visit Ubuntu Updates and search by.
To enable all repositories ( main, universe, restricted, multiverse), use the following commands: sudo add-apt-repository main Make sure you have enabled Ubuntu repositories:
The following (general) procedure helps to solve this: When apt-get install is unable to locate a package, the package you want to install couldn't be found within repositories that you have added (those in in /etc/apt/sources.list and under /etc/apt//). There are many questions about this topic.