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

Last updated: November 28,2024

1. Install "bolt.src" package

Please follow the instructions below to install bolt.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install bolt.src

2. Uninstall "bolt.src" package

This guide let you learn how to uninstall bolt.src on Oracle Linux 8:

$ sudo dnf remove bolt.src $ sudo dnf autoremove

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

Last metadata expiration check: 6:05:23 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : bolt
Version : 0.9.1
Release : 1.el8
Architecture : src
Size : 256 k
Source : None
Repository : ol8_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.