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

Last updated: May 17,2024

1. Install "libsqlcipher0-dbg" package

In this section, we are going to explain the necessary steps to install libsqlcipher0-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsqlcipher0-dbg

2. Uninstall "libsqlcipher0-dbg" package

This guide let you learn how to uninstall libsqlcipher0-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libsqlcipher0-dbg
Priority: extra
Section: universe/debug
Installed-Size: 945
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)
Filename: pool/universe/s/sqlcipher/libsqlcipher0-dbg_3.2.0-1.1_amd64.deb
Size: 853954
MD5sum: d01f1f5af4f52e1c010f94406cabddd6
SHA1: 39fab2000b8fcf74d8a5e4ec821d25b43c15bd3b
SHA256: 90f15f5fdb09244bcce9a8e53194af7fd42882132f54c5ecd49c374c0e0bbff8
Description-en: SQLCipher debugging symbols
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.
.
This package contains the debugging symbols for the libraries.
Description-md5: c134a29046d307648585ece43b34a8ce
Multi-Arch: foreign
Homepage: http://sqlcipher.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu