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

Last updated: January 16,2025

1. Install "boltdb.x86_64" package

This tutorial shows how to install boltdb.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install boltdb.x86_64

2. Uninstall "boltdb.x86_64" package

This guide covers the steps necessary to uninstall boltdb.x86_64 on Fedora 36:

$ sudo dnf remove boltdb.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:00:50 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : boltdb
Version : 1.3.1
Release : 16.fc36
Architecture : x86_64
Size : 784 k
Source : golang-github-boltdb-bolt-1.3.1-16.fc36.src.rpm
Repository : updates
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.