Given the normal install on eoan, I'm failing to install sqlite3. What gives?
$ apt -u install sqlite3
This leads to the following error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
sqlite3 : Depends: libsqlite3-0 (= 3.29.0-2) but 3.29.0-2ubuntu0.1 is to be installed
E: Unable to correct problems, you have held broken packages.
The problem was that I did not have all the needed eoan repos:
Edit the /etc/apt/sources.list:
Then add the following lines at the end:
Save and quit. Then upgrade: