
dkms
List of commands for dkms:
-
dkms:tldr:6becb dkms: Rebuild all modules for the currently running kernel.$ dkms autoinstalltry on your machineexplain this command
-
dkms:tldr:8f350 dkms: Install version 1.2.1 of the acpi_call module for the currently running kernel.$ dkms install -m ${acpi_call} -v ${1-2-1}try on your machineexplain this command
-
dkms:tldr:dbb1a dkms: Remove version 1.2.1 of the acpi_call module from all kernels.$ dkms remove -m ${acpi_call} -v ${1-2-1} --alltry on your machineexplain this command
-
dkms:tldr:ee45a dkms: List currently installed modules.$ dkms statustry on your machineexplain this command