Posts: 9
slapshot
Joined: 22 Jan 2013
#1
Hi everybody,

I'm trying to install sqlite3 in my antix 13.2 . I got a weird error that I'm not able to understand and solve. It seems there is a major version of a library into wheezy repository.

Code: Select all

 sqlite3 : Dipende: libsqlite3-0 (= 3.7.13-1+deb7u1) ma la versione 3.7.16.2-1~bpo70+1 sta per essere installata
E: Impossibile correggere i problemi, ci sono pacchetti danneggiati bloccati.


How can I solve it ? Thank you
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#2
If you don't have anything else depending on it,you can force it to another stable version from the wheezy repos using synaptic. Select the package that you need to downgrade, and go to the package menu and force version. See these two screenshots.

Warning: On my everyday system, I have something installed that requires the newer libsqlite3, so forcing the downgrade on my system caused me big problems. On a fresh antix install, fully upgraded, I didn't have any problems.



Posts: 850
fatmac
Joined: 26 Jul 2012
#3
Sometimes putting a link to the old library that is already installed will work if it isn't relying on a new feature.

Code: Select all

sudo link -s <old-lib> <new-lib-name>
Posts: 307
eugen-b
Joined: 23 Aug 2015
#4
I have a similar problem, but I'll create a new thread in MX-14.