Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 15 days ago
JSON representation

Remove unused Linux kernel packages

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