How to Install and Uninstall libsqlcipher0 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "libsqlcipher0" package

This guide let you learn how to install libsqlcipher0 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libsqlcipher0

2. Uninstall "libsqlcipher0" package

Please follow the guidance below to uninstall libsqlcipher0 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libsqlcipher0 package on Ubuntu 21.10 (Impish Indri)

Package: libsqlcipher0
Architecture: amd64
Version: 3.4.1-2
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: sqlcipher
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Hans-Christoph Steiner
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 963
Depends: libc6 (>= 2.28), libssl1.1 (>= 1.1.0)
Filename: pool/universe/s/sqlcipher/libsqlcipher0_3.4.1-2_amd64.deb
Size: 432644
MD5sum: 0bb40ba7b99e0532dfad0435d0f014cf
SHA1: 9cc613b08a762a730c027262dd52679f79ac5d77
SHA256: 5b556ae8baff3c1704de28166711586b55daaefcaf5d955485ead2f147fac027
SHA512: 04fbcf453f0f566bf139404088a97064a72b77997e69e0755f3f8dc69e8c0f4add4843861bc56c952a781d6a085b59bfdda458c4ee196ba7ff765b200d0242d8
Homepage: http://sqlcipher.net/
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.4.1 is based on SQLite3 v3.15.2.
Description-md5: 63fba3c9f3243408be04b0608add35b0