mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
vkpurge: add page (#10385)
This commit is contained in:
parent
3f17558813
commit
4e0b9329c0
1 changed files with 17 additions and 0 deletions
17
pages/linux/vkpurge.md
Normal file
17
pages/linux/vkpurge.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue