How to Install and Uninstall libsqlcipher-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libsqlcipher-dev" package

Learn how to install libsqlcipher-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsqlcipher-dev

2. Uninstall "libsqlcipher-dev" package

Learn how to uninstall libsqlcipher-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsqlcipher-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsqlcipher-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsqlcipher-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1512
Maintainer: Ubuntu Developers
Original-Maintainer: Hans-Christoph Steiner
Architecture: amd64
Source: sqlcipher
Version: 3.2.0-1.1
Depends: libsqlcipher0 (= 3.2.0-1.1), libc6-dev
Suggests: sqlite3-doc
Filename: pool/universe/s/sqlcipher/libsqlcipher-dev_3.2.0-1.1_amd64.deb
Size: 475712
MD5sum: 22da5e83cd28c8f03722850cda09353f
SHA1: a2b7f9e207722ad609aaf5102f113e74f4947dd4
SHA256: d2cf59665d2af3c34f7645a477fa68c01fcb790ec9626919628660171916dc31
Description-en: SQLCipher development files
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.
.
This package contains the development files (headers, static libraries)
.
SQLCipher v3.2.0 is based on SQLite3 v3.8.6.
Description-md5: 874daf34222003d68b954d4c5b6a662e
Homepage: http://sqlcipher.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu