Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #256360
| From | Joe <joe@jretrading.com> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: Culling old versions of Kernel from /usr/lib/modules/ |
| Date | 2023-03-25 10:00 +0100 |
| Message-ID | <Gd7UJ-eX0b-1@gated-at.bofh.it> (permalink) |
| References | <GcXC1-eQFu-5@gated-at.bofh.it> <GcXC1-eQFu-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 24 Mar 2023 21:39:33 +0000 (UTC) KCB Leigh <kcbl2003@yahoo.co.uk> wrote: > This message is related to the 'Re: solution to / full' thread. > > I am running my computer from a Debian 11.6 OS on a 25GB partition on > a USB stick. The root partition is now 70% full, with over 4GB (16%) > of the volume occupied by /usr/lib/modules/ (3.5GB) & > /usr/lib/x86_64-linux-gnu (1.4GB) - as far as I can tell, this latter > directory only has essential, current files. I have been using this > volume for over a year, & the modules directory now has over a > dozen kernels from previous versions of the operating system. I can > see the need to retain the last couple of versions, but within the > space constraints, I really cannot afford to keep all of these old > kernels, each consuming 307-323MB. > > MY QUESTION: > - Is there some utility that pares these files, or must one do this > manually? Just kernels? apt autoremove will remove anything which is no longer part of the dependency tree, with the exception that it will leave two kernels i.e. the current and previous versions. This is normally a good idea, since occasionally a new kernel has a problem, and grub will allowing booting to either the current or previous one. Sometimes a package will be replaced by another with a different name (not just the version number part) perhaps as a result of restructuring (does not apply to Stable) and the previous versions will not normally be removed in the course of the upgrade. Autoremove will get rid of these. It's not an automatic process, in terms of actually happening without manual intervention, as there may be a reason you don't want it done routinely. But an ordinary apt upgrade will normally display the obsolete package names and suggest the use of autoremove. -- Joe
Back to linux.debian.user | Previous | Next — Previous in thread | Find similar | Unroll thread
Culling old versions of Kernel from /usr/lib/modules/ KCB Leigh <kcbl2003@yahoo.co.uk> - 2023-03-24 23:00 +0100 Re: Culling old versions of Kernel from /usr/lib/modules/ David <curmudgeon@telaman.net.au> - 2023-03-24 23:30 +0100 Re: Culling old versions of Kernel from /usr/lib/modules/ Joe <joe@jretrading.com> - 2023-03-25 10:00 +0100
csiph-web