-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

dkms


> A framework that allows for dynamic building of kernel modules.

More information.


List currently installed modules:

dkms status

Rebuild all modules for the currently running kernel:

dkms autoinstall

Install version 1.2.1 of the acpi_call module for the currently running kernel:

dkms install -m {acpi_call} -v {1.2.1}

Remove version 1.2.1 of the acpi_call module from all kernels:

dkms remove -m {acpi_call} -v {1.2.1} --all


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:03:53 2024