How to Install and Uninstall sqlcipher Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "sqlcipher" package

This tutorial shows how to install sqlcipher on openSuSE Tumbleweed

$ 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 Tumbleweed:

$ sudo zypper remove sqlcipher

3. Information about the sqlcipher package on openSuSE Tumbleweed

Information for package sqlcipher:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : sqlcipher
Version : 4.5.6-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.6 MiB
Installed : No
Status : not installed
Source package : sqlcipher-4.5.6-1.1.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.