Forrest logo
back to context overview

dkms

List of commands for dkms:

  • dkms:tldr:6becb dkms: Rebuild all modules for the currently running kernel.
    $ dkms autoinstall
    try on your machine
    explain 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 machine
    explain 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} --all
    try on your machine
    explain this command
  • dkms:tldr:ee45a dkms: List currently installed modules.
    $ dkms status
    try on your machine
    explain this command
back to context overview