mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
73cf83b826
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
649 B
649 B
akmods
Automatic Kernel Module management system for Fedora/RHEL-based distributions. Rebuilds out-of-tree kernel modules (like NVIDIA drivers) dynamically when kernels update. More information: https://manned.org/akmods.
- Rebuild all missing or outdated kernel modules for the currently running kernel:
sudo akmods
- Forcefully rebuild all kernel modules regardless of current status:
sudo akmods --rebuild --force
- Rebuild modules specifically for a targeted kernel version:
sudo akmods --kernel {{kernel_version}}
- Display the current status and log details of the background akmods service:
systemctl status akmods