- Published on
Manage Kernels on Manjaro with `mhwd-kernel`
- Authors
- Name
- hwahyeon
Manjaro lets you manage multiple Linux kernels easily using the mhwd-kernel
command.
You can check what's installed, see what's available, and switch to a different version.
Useful Commands
Command | Description |
---|---|
mhwd-kernel -li | List installed kernels |
mhwd-kernel -l | Show available kernels |
sudo mhwd-kernel -i linux66 | Install kernel (example: linux66) |
sudo mhwd-kernel -r linux515 | Remove kernel (example: linux515) |
sudo mhwd-kernel -i linux66 rmc | Install and remove all others except current |
sudo mhwd-kernel -i linux66 --force | Force kernel install |
sudo mhwd-kernel -r linux66 --force | Force kernel removal (use with caution) |