Open Noah-Huppert opened 4 years ago
From the old Void wiki FAQ section:
How do I remove old kernels? Void Linux provides the vkpurge tool for the sole purpose of listing and removing old kernels. To list the old kernels in your system: $ vkpurge list To remove a specific version: # vkpurge rm 3.8.2_1 To remove all kernels except the latest one: # vkpurge rm all
Void Linux provides the vkpurge tool for the sole purpose of listing and removing old kernels. To list the old kernels in your system:
$ vkpurge list
To remove a specific version:
# vkpurge rm 3.8.2_1
To remove all kernels except the latest one:
# vkpurge rm all
From the old Void wiki FAQ section: