[SOLVED] Remove a software channel in LMDE and cleanup

Archived topics about LMDE 1 and LMDE 2
Locked
vistad
Level 4
Level 4
Posts: 326
Joined: Tue Feb 08, 2011 9:17 am

[SOLVED] Remove a software channel in LMDE and cleanup

Post by vistad »

Guys,
I carelessly added some software channel to my list of software channels, and 3 days later my LMDE informed me I am running out of space on root partition. I don't remember the channel name - I just remember it had the word "backports" in it. Where is the list of channels in LMDE? After I delete the channel, how do I clean the system of all its packages? Thanks in advance!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Linux Mint Mate 21.2 64, fanless box with passive cooling
anmys

Re: Root partition is suddenly running out of space

Post by anmys »

vistad wrote:Where is the list of channels in LMDE?
I presume that by channel you mean the entries in the sources.list. This file is in /etc/apt. You can use

Code: Select all

sudo gedit /etc/apt/sources.list
and remove the unwanted entries.
After I delete the channel, how do I clean the system of all its packages?
Open a terminal, and do

Code: Select all

sudo apt-get clean
All the downloaded deb files are stored in /var/cache/apt/archives. The above command deletes those files freeing up the space.

Regards.
vistad
Level 4
Level 4
Posts: 326
Joined: Tue Feb 08, 2011 9:17 am

Re: Root partition is suddenly running out of space

Post by vistad »

Anmys, thank you!

I found the cnannel I added - it is
deb http://backports.debian.org/debian-backports lenny-backports main

Does anyone knows what channel is it?
Linux Mint Mate 21.2 64, fanless box with passive cooling
Locked

Return to “LMDE Archive”