Tidak bisa install zimbra karena sqlite3

Cara solve

@fan :sqlite$ sudo apt-get install sqlite3
Reading package list… Done
Analyzing package’s dependency tree
Reading status information… Done
You may need to run “apt-get -f install ” to correct the following error:
The following packages have unmet dependencies:
libsqlite3-dev:i386 : Depends: libsqlite3-0:i386 (= 3.7.2-1ubuntu0.1) but 3.7.9-2ubuntu1.2 is about to be Installing
sqlite3: Conflict: sqlite3:i386
sqlite3:i386: Conflict: sqlite3
E: There are unmet dependencies. Try running “apt-get -f install” without specifying the package name (you can also specify a workaround).

 

Solution

sudo dpkg –purge –force-depends libsqlite3-0
sudo apt-get install libsqlite3-0
sudo apt-get install -f
sudo apt-get install libsqlite3-dev

https://blog.csdn.net/guyue35/article/details/54890701

Leave a comment