snippetbashTip
eclean-kernel — Remove old kernels in Gentoo. More information: <https://wiki.gentoo.org/wiki/Kernel/Removal#Using_e
Viewed 0 times
commandoldgentooremoveclimoreeclean-kernelkernels
linux
Problem
How to use the
eclean-kernel command: Remove old kernels in Gentoo. More information: <https://wiki.gentoo.org/wiki/Kernel/Removal#Using_eclean-kernel>.Solution
eclean-kernel — Remove old kernels in Gentoo. More information: <https://wiki.gentoo.org/wiki/Kernel/Removal#Using_eclean-kernel>.List all kernel files:
sudo eclean-kernel {{[-l|--list-kernels]}}Remove all kernels except for the two newest ones:
sudo eclean-kernel {{[-n|--num]}} 2Remove all kernels except for the two newest ones and ask before removal:
sudo eclean-kernel {{[-a|--all]}} {{[-n|--num]}} 2Code Snippets
List all kernel files
sudo eclean-kernel {{[-l|--list-kernels]}}Remove all kernels except for the two newest ones
sudo eclean-kernel {{[-n|--num]}} 2Remove all kernels except for the two newest ones and ask before removal
sudo eclean-kernel {{[-a|--all]}} {{[-n|--num]}} 2Context
tldr-pages: linux/eclean-kernel
Revisions (0)
No revisions yet.