vkpurge: add page (#10385)

pull/23/head
Lena 2023-08-09 15:48:38 +02:00 committed by GitHub
parent 3f17558813
commit 4e0b9329c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
pages/linux/vkpurge.md Normal file
View 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}}`