mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 03:58:26 +00:00
Update cheatsheets
This commit is contained in:
22
linux/vkpurge
Normal file
22
linux/vkpurge
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# vkpurge
|
||||
|
||||
> List or remove old kernel versions left behind by `xbps`.
|
||||
> The `version` arguments support shell globs.
|
||||
> More information: <https://man.voidlinux.org/vkpurge.8>.
|
||||
|
||||
- List all removable kernel versions (or those matching `version` if the argument is specified):
|
||||
|
||||
`vkpurge list {{version}}`
|
||||
|
||||
- Remove all unused kernels:
|
||||
|
||||
`vkpurge rm all`
|
||||
|
||||
- Remove kernel versions matching `version`:
|
||||
|
||||
`vkpurge rm {{version}}`
|
||||
Reference in New Issue
Block a user