How to Install and Uninstall sqlcipher Package on openSUSE Leap

Last updated: May 13,2024

1. Install "sqlcipher" package

Please follow the steps below to install sqlcipher on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install sqlcipher

2. Uninstall "sqlcipher" package

Here is a brief guide to show you how to uninstall sqlcipher on openSUSE Leap:

$ sudo zypper remove sqlcipher

3. Information about the sqlcipher package on openSUSE Leap

Information for package sqlcipher:
----------------------------------
Repository : Main Repository
Name : sqlcipher
Version : 4.5.3-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : sqlcipher-4.5.3-bp155.1.6.src
Upstream URL : http://sqlcipher.net
Summary : SQLite database encryption
Description :
SQLCipher is an SQLite extension that provides transparent 256-bit AES
encryption of database files. Pages are encrypted before being written to
disk and are decrypted when read back. Due to the small footprint and great
performance it’s ideal for protecting embedded application databases and is
well suited for mobile development.