How to Install and Uninstall sqlcipher.x86_64 Package on Rocky Linux 8

Last updated: May 18,2024

1. Install "sqlcipher.x86_64" package

This tutorial shows how to install sqlcipher.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install sqlcipher.x86_64

2. Uninstall "sqlcipher.x86_64" package

Please follow the guidelines below to uninstall sqlcipher.x86_64 on Rocky Linux 8:

$ sudo dnf remove sqlcipher.x86_64 $ sudo dnf autoremove

3. Information about the sqlcipher.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:42:21 ago on Mon Sep 12 10:27:18 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