1
0
Fork 0
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:
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

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}}`