https://github.com/andreasscherbaum/remove_unused_kernels
Remove unused Linux kernel packages
https://github.com/andreasscherbaum/remove_unused_kernels
debian kernel linux linux-kernel ubuntu unused-kernel-packages
Last synced: about 1 month ago
JSON representation
Remove unused Linux kernel packages
- Host: GitHub
- URL: https://github.com/andreasscherbaum/remove_unused_kernels
- Owner: andreasscherbaum
- License: gpl-3.0
- Created: 2016-12-23T13:11:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T13:19:19.000Z (over 9 years ago)
- Last Synced: 2025-10-10T06:38:17.343Z (8 months ago)
- Topics: debian, kernel, linux, linux-kernel, ubuntu, unused-kernel-packages
- Language: Shell
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remove unused kernels
Remove unused Linux kernel packages to clean up disk space
## Description
Provide a list of unused kernel packages along with the proper 'remove' command for Debian/Ubuntu.
This excludes the currently running kernel, the newest installed kernel, and dependencies.
The output is suitable to run with backticks:
```
`./remove_unused_kernels.sh`
```