How to Install and Uninstall boltdb.x86_64 Package on Fedora 34

Last updated: July 06,2024

1. Install "boltdb.x86_64" package

Please follow the instructions below to install boltdb.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install boltdb.x86_64

2. Uninstall "boltdb.x86_64" package

Please follow the step by step instructions below to uninstall boltdb.x86_64 on Fedora 34:

$ sudo dnf remove boltdb.x86_64 $ sudo dnf autoremove

3. Information about the boltdb.x86_64 package on Fedora 34

Last metadata expiration check: 0:45:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : boltdb
Version : 1.3.1
Release : 12.fc34
Architecture : x86_64
Size : 866 k
Source : golang-github-boltdb-bolt-1.3.1-12.fc34.src.rpm
Repository : fedora
Summary : Embedded key/value database for Go
URL : https://github.com/boltdb/bolt
License : MIT
Description :
: Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The
: goal of the project is to provide a simple, fast, and reliable database for
: projects that don't require a full database server such as Postgres or MySQL.
:
: Since Bolt is meant to be used as such a low-level piece of functionality,
: simplicity is key. The API will be small and only focus on getting values and
: setting values. That's it.
:
: This package contains the bolt binary.