How To Install bolt-tests on Ubuntu 20.04

Hostnbit
In this tutorial we learn how to install bolt-tests on Ubuntu 20.04. bolt-tests is system daemon to manage thunderbolt 3 devices – installed tests system daemon to manage thunderbolt 3 devices – installed tests

Introduction

In this tutorial we learn how to install bolt-tests on Ubuntu 20.04.

What is bolt-tests

bolt-tests is:

Thunderbolt 3 features 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.

This package includes tests to be used on the installed system.

Package: bolt-tests
Architecture: amd64
Version: 0.8-4
Priority: optional
Section: universe/admin
Source: bolt
Origin: Ubuntu
Maintainer: Ubuntu Developers [email protected]
Original-Maintainer: Debian freedesktop.org maintainers [email protected]
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2324
Depends: libc6 (>= 2.28), libglib2.0-0 (>= 2.55.2), libudev1 (>= 183), libumockdev0 (>= 0.3)
Filename: pool/universe/b/bolt/bolt-tests_0.8-4_amd64.deb
Size: 352436
MD5sum: 720a09affff02d70c8a14ee0919fac35
SHA1: 448b59665f885603a2a66e17b0563b494e1d2648
SHA256: a7b8a42be6642667b08c91908d2552ef5fd8de89639be6475b5a9f4bb29864ac
Homepage: https://gitlab.freedesktop.org/bolt/bolt
Description-en: system daemon to manage thunderbolt 3 devices – installed tests
Thunderbolt 3 features 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.

This package includes tests to be used on the installed system.

There are three methods to install bolt-tests on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install bolt-tests Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install bolt-tests using apt-get by running the following command:

sudo apt-get -y install bolt-tests

Install bolt-tests Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install bolt-tests using apt by running the following command:

sudo apt -y install bolt-tests

Install bolt-tests Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install bolt-tests using aptitude by running the following command:

sudo aptitude -y install bolt-tests

How To Uninstall bolt-tests on Ubuntu 20.04

To uninstall only the bolt-tests package we can use the following command:

sudo apt-get remove bolt-tests

Uninstall bolt-tests And Its Dependencies

To uninstall bolt-tests and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove bolt-tests

Remove bolt-tests Configurations and Data

To remove bolt-tests configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge bolt-tests

Remove bolt-tests configuration, data, and all of its dependencies

We can use the following command to remove bolt-tests configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge bolt-tests

References

Summary

In this tutorial we learn how to install bolt-tests package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.

Hostnbit

Leave a Comment

Your email address will not be published. Required fields are marked *

Menu Title
Scroll to Top