How to Install and Uninstall libgringotts.x86_64 Package on Fedora 35

Last updated: January 15,2025

1. Install "libgringotts.x86_64" package

This is a short guide on how to install libgringotts.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install libgringotts.x86_64

2. Uninstall "libgringotts.x86_64" package

Please follow the steps below to uninstall libgringotts.x86_64 on Fedora 35:

$ sudo dnf remove libgringotts.x86_64 $ sudo dnf autoremove

3. Information about the libgringotts.x86_64 package on Fedora 35

Last metadata expiration check: 2:39:35 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : libgringotts
Version : 1.2.1
Release : 30.fc35
Architecture : x86_64
Size : 30 k
Source : libgringotts-1.2.1-30.fc35.src.rpm
Repository : fedora
Summary : A backend for managing encrypted data files on the disk
URL : http://gringotts.shlomifish.org/
License : GPLv2+
Description : libGringotts is a small, easy-to-use, thread-safe C library
: originally developed for Gringotts; its purpose is to
: encapsulate data (generic: ASCII, but also binary data)
: in an encrypted and compressed structure, to be written
: in a file or used elseway. It makes use of strong
: encryption algorithms, to ensure the data are as safe
: as possible, and allow the user to have the complete
: control over all the algorithms used in the process.