mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 19:52:10 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/mhwd-kernel
Normal file
29
tldr/linux/mhwd-kernel
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mhwd-kernel
|
||||
|
||||
> Manage and install Linux kernels in Manjaro.
|
||||
> More information: <https://wiki.manjaro.org/index.php/Manjaro_Kernels>.
|
||||
|
||||
- List all available kernels:
|
||||
|
||||
`mhwd-kernel {{[-l|--list]}}`
|
||||
|
||||
- List all installed kernels:
|
||||
|
||||
`mhwd-kernel {{[-li|--listinstalled]}}`
|
||||
|
||||
- Install a kernel:
|
||||
|
||||
`sudo mhwd-kernel {{[-i|--install]}} {{kernel}}`
|
||||
|
||||
- Remove a kernel:
|
||||
|
||||
`sudo mhwd-kernel {{[-r|--remove]}} {{kernel}}`
|
||||
|
||||
- Install a kernel, replacing the currently running kernel:
|
||||
|
||||
`sudo mhwd-kernel {{[-i|--install]}} {{kernel}} rmc`
|
||||
Reference in New Issue
Block a user