How to Install and Uninstall bolt.src Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "bolt.src" package

This tutorial shows how to install bolt.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install bolt.src

2. Uninstall "bolt.src" package

This tutorial shows how to uninstall bolt.src on Oracle Linux 9:

$ sudo dnf remove bolt.src $ sudo dnf autoremove

3. Information about the bolt.src package on Oracle Linux 9

Last metadata expiration check: 1:18:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : bolt
Version : 0.9.5
Release : 1.el9
Architecture : src
Size : 259 k
Source : None
Repository : ol9_baseos_latest
Summary : Thunderbolt device manager
URL : https://gitlab.freedesktop.org/bolt/bolt
License : LGPLv2+
Description : bolt is a system daemon to manage Thunderbolt devices via a D-BUS
: API. Thunderbolt 3 introduced different security modes that require
: devices to be authorized before they can be used. The D-Bus API can be
: used to list devices, enroll them (authorize and store them in the
: local database) and forget them again (remove previously enrolled
: devices). It also emits signals if new devices are connected (or
: removed). During enrollment devices can be set to be automatically
: authorized as soon as they are connected. A command line tool, called
: boltctl, can be used to control the daemon and perform all the above
: mentioned tasks.