I'm trying to install sqlite3 in Ubuntu 12.04. I tried sudo apt-get install sqlite3
but I get the following error:
tanvir@TanvirPC:~$ 'sqlite3' is currently not installed. You can install it by
typing: sudo apt-get install sqlite3
tanvir@TanvirPC:~$ sudo apt-get install sqlite3
[sudo] password for tanvir:
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.7.9-2ubuntu1) but 3.7.9-2ubuntu1.1 is to
be installed
E: Unable to correct problems, you have held broken packages.
I've tried the answers to Unable to locate package sqlite3 without success.
sudo apt-get install sqlite3-0:i386
showsE: FindIndex failed
error. – dgrgge4 Jul 18 '13 at 17:46