How to Install and Uninstall sqlcipher.x86_64 Package on AlmaLinux 8

Last updated: May 17,2024

1. Install "sqlcipher.x86_64" package

Please follow the guidance below to install sqlcipher.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install sqlcipher.x86_64

2. Uninstall "sqlcipher.x86_64" package

Learn how to uninstall sqlcipher.x86_64 on AlmaLinux 8:

$ sudo dnf remove sqlcipher.x86_64 $ sudo dnf autoremove

3. Information about the sqlcipher.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:46:11 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : sqlcipher
Version : 4.4.3
Release : 2.el8
Architecture : x86_64
Size : 825 k
Source : sqlcipher-4.4.3-2.el8.src.rpm
Repository : epel
Summary : SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.
URL : https://github.com/sqlcipher/sqlcipher
License : BSD
Description : SQLCipher is an open source library that provides transparent, secure 256-bit
: AES encryption of SQLite database files. SQLCipher has been adopted as a secure
: database solution by many commercial and open source products, making it one of
: the most popular encrypted database platforms for Mobile, Embedded, and Desktop
: applications