Skip to content

liuhubing/DKMS-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

DKMS-Demo

Ubuntu install command

sudo dkms add hello

sudo dkms install -m hello -v 0.1

Ubuntu remove command

sudo dkms remove hello/0.1 --all

Update All Installed Kernel Module

ls /var/lib/initramfs-tools |
sudo xargs -n1 /usr/lib/dkms/dkms_autoinstaller start

Note.

DKMS does not load auto load the module.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published