I am trying to run
sudo apt-get install libsqlite3-dev
But I'm getting this error:
E: Unable to locate package sqlite3
How can I fix this?
|
I am trying to run
But I'm getting this error:
How can I fix this? |
|||
|
|
|
I just saw that your command is not complete. Try:
If still does not work, try the following: Running the command:
will give you the following output:
It is visible that the package is in archive.ubuntu.com/ubuntu Hence, check your repositories. Open the update manager, go to settings, and after typing your password, you will see the repositories selected:
Try the options I have selected, and you should be fine. |
|||
|
|
|
I found the solution. Actually it's quite simple. I need to do a do a software update first (since this is a new install) before doing the apt-get |
|||
|
|