How to Install and Uninstall libsqlcipher0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libsqlcipher0" package

Here is a brief guide to show you how to install libsqlcipher0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsqlcipher0

2. Uninstall "libsqlcipher0" package

Please follow the guidelines below to uninstall libsqlcipher0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsqlcipher0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsqlcipher0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsqlcipher0
Priority: optional
Section: universe/libs
Installed-Size: 866
Maintainer: Ubuntu Developers
Original-Maintainer: Hans-Christoph Steiner
Architecture: amd64
Source: sqlcipher
Version: 3.2.0-1.1
Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0)
Filename: pool/universe/s/sqlcipher/libsqlcipher0_3.2.0-1.1_amd64.deb
Size: 376626
MD5sum: 05f3427b8a0b489306f570084d1ddb28
SHA1: bb9c407409c5f2ca5b4e47064ffed894dfd7a6d4
SHA256: 1a1449201039d289d16729fe69d9c74b0c9897993d5398dc583adec6ea0c95e1
Description-en: SQLCipher shared library
SQLCipher is a C library that implements an encryption in the SQLite 3
database engine. Programs that link with the SQLCipher library can have SQL
database access without running a separate RDBMS process. It allows one to
have per-database or page-by-page encryption using AES-256 from OpenSSL.
.
SQLCipher has a small footprint and great performance so it’s ideal for
protecting embedded application databases and is well suited for mobile
development.
.
* as little as 5-15% overhead for encryption
* 100% of data in the database file is encrypted
* Uses good security practices (CBC mode, key derivation)
* Zero-configuration and application level cryptography
* Algorithms provided by the peer reviewed OpenSSL crypto library.
.
SQLCipher has broad platform support for with C/C++, Obj-C, QT,
Win32/.NET/Mono, Java, Python, Ruby, Linux, Mac OS X, iPhone/iOS, Android,
Xamarin.iOS, and Xamarin.Android.
.
SQLCipher v3.2.0 is based on SQLite3 v3.8.6.
Description-md5: 554337e46de53717db5d80b9770719fb
Multi-Arch: same
Homepage: http://sqlcipher.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu