Removal of software
Removal of software
Hi all,
I have installed MX Linux on my daughters (8-years old) laptop. But with MX Linux comes a lot of stuff my daughter or me will never use. How safe is it to remove applications? I like to keep the MX tools/utilities software since i find this a neat replenishment to MX Linux. Any applications pre-installed who has some ties/knots/links with the MX tools/utilities?
Thanks!
I have installed MX Linux on my daughters (8-years old) laptop. But with MX Linux comes a lot of stuff my daughter or me will never use. How safe is it to remove applications? I like to keep the MX tools/utilities software since i find this a neat replenishment to MX Linux. Any applications pre-installed who has some ties/knots/links with the MX tools/utilities?
Thanks!
Acer TravelMate-5742Z : running MX-17.1 / BIOS date: 18-11-2010
In 2007 my Windows XP based system informed me to update the system. So, i installed Linux
In 2007 my Windows XP based system informed me to update the system. So, i installed Linux
Re: Removal of software
Reasonably safe,
if you do all removals via Synaptic which will maintain a History of additions and removals.
Remove things one at a time.
If a removal candidate wants to remove things that seem useful, then decline the removal and try another.
If something breaks, then you have a history and can then reinstall the required pieces.
That said, unless you are really strapped for disk space, they won't cause a problem,
unless there is some capability that you would rather remove.
if you do all removals via Synaptic which will maintain a History of additions and removals.
Remove things one at a time.
If a removal candidate wants to remove things that seem useful, then decline the removal and try another.
If something breaks, then you have a history and can then reinstall the required pieces.
That said, unless you are really strapped for disk space, they won't cause a problem,
unless there is some capability that you would rather remove.
Thinkpad T430 & Dell Latitude E7450, both with MX-21.3.1
__kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
__Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.
HP Ryzen 5 17-cp3xxx with MX23.4 AHS & Liquorix 6.10-12~mx23ahs amd64
__kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
__Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.
HP Ryzen 5 17-cp3xxx with MX23.4 AHS & Liquorix 6.10-12~mx23ahs amd64
- chrispop99
- Global Moderator
- Posts: 3362
- Joined: Tue Jan 27, 2009 2:07 pm
Re: Removal of software
Unless you are really short of disk space, another option is to hide the item in the Whisker menu, so you won't see it.
To do this, use the MX Menu Editor, select an item, then check the 'Hide' box. Click 'Save Changes', and exit. Reverse the process to restore items.
Chris
To do this, use the MX Menu Editor, select an item, then check the 'Hide' box. Click 'Save Changes', and exit. Reverse the process to restore items.
Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
Re: Removal of software
Synaptic will also let you know if removing something will also remove other packages. Many programs also depend on many other packages, and removing them makes those autoremovable, since nothing else needs those. Those can be checked and removed in the Status section in Synaptic, or on the command line with apt.
Re: Removal of software
To all,
Thanks for your reply!
The reason i want to remove some applications is for the plain reason it will never be used, so why keep it installed? I have removed some applications of which i know it will never be used. Others i just hide it in the menu if that particular application has some "links" to another installed application or if it removes applications/libraries/other system files needed to run Linux/MX Linux.
Disc space is not big issue here:
We don't download stuff using Bittorrent or Usenet, so no need for extra, extra, extra big hard drive.
Linux cluttering? Not really. I clean up Linux using the following terminal commands:
sudo apt autoclean
sudp apt autoremove
sudo apt clean
I have been using Bleachbit in the past and it does perform miracles cleaning up shitty stuff applications won't clean up (even after setting it up to clean up when closing). Oh yes, on my laptop with Mint i am using Deborphan (plus the GTK GUI environment) to clean up left overs (which also increases disc space). But i found that deborphan is NOT for the faint hearted folks (be careful with this tool, the wrong configuration can clean up your whole disc!). But still using it and loving it!
The 3 terminal commands however remains my favourite cleaning options and i run it in a single go:
I'm kinda drifting off here i think.... anyway, thanks again for the replies!
Thanks for your reply!
The reason i want to remove some applications is for the plain reason it will never be used, so why keep it installed? I have removed some applications of which i know it will never be used. Others i just hide it in the menu if that particular application has some "links" to another installed application or if it removes applications/libraries/other system files needed to run Linux/MX Linux.
Disc space is not big issue here:
Code: Select all
ID-1: /dev/sda vendor: Toshiba model: MK2565GSX size: 232.89 GiB
Linux cluttering? Not really. I clean up Linux using the following terminal commands:
sudo apt autoclean
sudp apt autoremove
sudo apt clean
I have been using Bleachbit in the past and it does perform miracles cleaning up shitty stuff applications won't clean up (even after setting it up to clean up when closing). Oh yes, on my laptop with Mint i am using Deborphan (plus the GTK GUI environment) to clean up left overs (which also increases disc space). But i found that deborphan is NOT for the faint hearted folks (be careful with this tool, the wrong configuration can clean up your whole disc!). But still using it and loving it!
The 3 terminal commands however remains my favourite cleaning options and i run it in a single go:
Code: Select all
sudo apt autoclean -y && sudp apt autoremove -y && sudo apt clean -y
Acer TravelMate-5742Z : running MX-17.1 / BIOS date: 18-11-2010
In 2007 my Windows XP based system informed me to update the system. So, i installed Linux
In 2007 my Windows XP based system informed me to update the system. So, i installed Linux
Re: Removal of software
Since "apt clean" cleans out the entire apt cache, it makes "apt autoclean" redundant, since that only removes obsolete packages from the cache.
HTH!
HTH!
Re: Removal of software
As a follow up, I would like to remove LibreOffice. I am running MX on liveUSB.
My question: if I remove LibreOffice should I see any improvement in speed?
Or more generally, does removing more packages increase the speed of MX? Is there a correlation?
The USB is 16GB, have 4GB free, and I use persistence_all with a computer that has 8GB Ram.
Also, I assume using Synaptic would be the easiest way? I ran through the caveats here: https://mxlinux.org/wiki/help-files/help-synaptic/
My question: if I remove LibreOffice should I see any improvement in speed?
Or more generally, does removing more packages increase the speed of MX? Is there a correlation?
The USB is 16GB, have 4GB free, and I use persistence_all with a computer that has 8GB Ram.
Also, I assume using Synaptic would be the easiest way? I ran through the caveats here: https://mxlinux.org/wiki/help-files/help-synaptic/
- anticapitalista
- Developer
- Posts: 4299
- Joined: Sat Jul 15, 2006 10:40 am
Re: Removal of software
No speed gain at all.Yeri wrote: Tue Oct 22, 2019 1:10 pm As a follow up, I would like to remove LibreOffice. I am running MX on liveUSB.
My question: if I remove LibreOffice should I see any improvement in speed?
Or more generally, does removing more packages increase the speed of MX? Is there a correlation?
The USB is 16GB, have 4GB free, and I use persistence_all with a computer that has 8GB Ram.
Also, I assume using Synaptic would be the easiest way? I ran through the caveats here: https://mxlinux.org/wiki/help-files/help-synaptic/
anticapitalista
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
Re: Removal of software
But you'll be free of any Libreoffice security updates, which may take a while, depending on your hardware.
Re: Removal of software
Ok, thanks for the replies.
Glad I asked before picking out selected software. Was thinking it would be more efficient like the first poster stated.
The updates are no problem really.
Glad I asked before picking out selected software. Was thinking it would be more efficient like the first poster stated.
The updates are no problem really.