How To Install sqlcipher on Fedora 36

In this tutorial we learn how to install sqlcipher in Fedora 36. sqlcipher is SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.

Introduction

In this tutorial we learn how to install sqlcipher on Fedora 36.

What is sqlcipher

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

We can use yum or dnf to install sqlcipher on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sqlcipher.

Install sqlcipher on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install sqlcipher using dnf by running the following command:

sudo dnf -y install sqlcipher

Install sqlcipher on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install sqlcipher using yum by running the following command:

sudo yum -y install sqlcipher

How To Uninstall sqlcipher on Fedora 36

To uninstall only the sqlcipher package we can use the following command:

sudo dnf remove sqlcipher

sqlcipher Package Contents on Fedora 36

/usr/bin/sqlcipher
/usr/lib/.build-id
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/edc6b56d0538ad8bed4d81dc116a1afb38350e
/usr/lib/.build-id/be
/usr/lib/.build-id/be/0bd52c24018fe1c80951226daef9cb7fac97f8
/usr/lib/libsqlcipher-3.34.1.so.0
/usr/lib/libsqlcipher-3.34.1.so.0.8.6
/usr/share/doc/sqlcipher
/usr/share/doc/sqlcipher/README.md
/usr/share/licenses/sqlcipher
/usr/share/licenses/sqlcipher/LICENSE

References

Summary

In this tutorial we learn how to install sqlcipher on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install sqlcipher on Fedora 36” linkTitle: “sqlcipher” type: “docs” description: “In this tutorial we learn how to install sqlcipher in Fedora 36. sqlcipher is SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sqlcipher-featured.png

Introduction

In this tutorial we learn how to install sqlcipher on Fedora 36.

What is sqlcipher

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

We can use yum or dnf to install sqlcipher on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sqlcipher.

Install sqlcipher on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install sqlcipher using dnf by running the following command:

sudo dnf -y install sqlcipher

Install sqlcipher on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install sqlcipher using yum by running the following command:

sudo yum -y install sqlcipher

How To Uninstall sqlcipher on Fedora 36

To uninstall only the sqlcipher package we can use the following command:

sudo dnf remove sqlcipher

sqlcipher Package Contents on Fedora 36

/usr/bin/sqlcipher
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/31af766f61fe7923c9fd04f5fed1ad634f268a
/usr/lib/.build-id/94
/usr/lib/.build-id/94/9422ae5f1512274b59505975d9a12f3a9b9a5a
/usr/lib64/libsqlcipher-3.34.1.so.0
/usr/lib64/libsqlcipher-3.34.1.so.0.8.6
/usr/share/doc/sqlcipher
/usr/share/doc/sqlcipher/README.md
/usr/share/licenses/sqlcipher
/usr/share/licenses/sqlcipher/LICENSE

References

Summary

In this tutorial we learn how to install sqlcipher on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).