How to remove bloatware from MXLinux? Uninstall Unwanted Applications using Termina

Опубликовано: 12 Октябрь 2024
на канале: HiLinuxOS
4,093
24

It is very simple and easy to uninstall application using Terminal, Synaptic Package Manager and MX Package Installer.

Open Terminal and use this command to uninstall any program.

sudo apt-get remove APPNAME

for example, to remove GIMP image editor, use the following command.

sudo apt-get remove gimp

to remove multiple programs use

sudo apt-get remove gimp thunderbird libreoffice*