How to Install and Uninstall driverctl Package on Kali Linux

Last updated: May 15,2024

1. Install "driverctl" package

Please follow the guidelines below to install driverctl on Kali Linux

$ sudo apt update $ sudo apt install driverctl

2. Uninstall "driverctl" package

This guide let you learn how to uninstall driverctl on Kali Linux:

$ sudo apt remove driverctl $ sudo apt autoclean && sudo apt autoremove

3. Information about the driverctl package on Kali Linux

Package: driverctl
Version: 0.115-1
Installed-Size: 37
Maintainer: Luca Boccassi
Architecture: all
Depends: udev
Size: 7852
SHA256: fe5e36a18b237a0218797cca026ea651c1135a4bf913e952570eb8b755be3ac1
SHA1: 56efe24dce5b3550961c4cd3604b7f380becadf1
MD5sum: 8b3a411f469081dcad992d7d3793b32d
Description: Device driver control utility for Linux
Driverctl is a tool for manipulating and inspecting the system
device driver choices.
.
Devices are normally assigned to their sole designated kernel driver
by default. However in some situations it may be desirable to
override that default, for example to try an older driver to
work around a regression in a driver or to try an experimental alternative
driver. Another common use-case is pass-through drivers and driver
stubs to allow userspace to drive the device, such as in case of
virtualization.
.
driverctl integrates with udev to support overriding
driver selection for both cold- and hotplugged devices from the
moment of discovery, but can also change already assigned drivers,
assuming they are not in use by the system. The driver overrides
created by driverctl are persistent across system reboots
by default.
Description-md5:
Multi-Arch: foreign
Homepage: https://gitlab.com/driverctl/driverctl
Section: admin
Priority: optional
Filename: pool/main/d/driverctl/driverctl_0.115-1_all.deb