Overview for uninstall

How to remove (uninstall) Matanza from Devuan Linux

If you don't like the game Matanza or just clearing your system from unuseful packages and applications, you can remove it with executing following command in terminal:

$ sudo apt-get purge matanza

output:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  exfalso fonts-font-awesome fonts-lato gir1.2-gst-plugins-base-1.0
  gir1.2-gstreamer-1.0 gir1.2-gtksource-3.0 gir1.2-keybinder-3.0
  javascript-common libboost-program-options1.62.0 libgpod-common libgpod4
  libgtksourceview-3.0-1 libgtksourceview-3.0-common libjs-jquery
  libjs-modernizr libjs-sphinxdoc libjs-underscore libsgutils2-2
  media-player-info python-chardet python-feedparser python-libxml2
  python-musicbrainzngs python-mutagen python-pkg-resources python-pyinotify
  python-utidylib sphinx-rtd-theme-common
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  matanza*
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 392 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 108459 files and directories currently installed.)
Removing matanza (0.13+ds1-5+b2) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for desktop-file-utils (0.23-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
(Reading database ... 108437 files and directories currently installed.)
Purging configuration files for matanza (0.13+ds1-5+b2) ...

Read more

Written by Administrator on Thursday April 23, 2020

How to remove Quod Libet player in Devuan Linux

Removing Quod Libet in Devuan Linux is very fast and simple. We will use "purge" command to delete not only application, but also all configuration files of the package. Keep calm, all dependencies installed will stay untouched and you don't have to check, if some needed libraries are still part of your system or not.

For complete uninstall Quod Libet player from your system It's enough to run a command in terminal:

$ sudo apt-get purge quodlibet

output:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  exfalso fonts-font-awesome fonts-lato gir1.2-gst-plugins-base-1.0
  gir1.2-gstreamer-1.0 gir1.2-gtksource-3.0 gir1.2-keybinder-3.0
  javascript-common libboost-program-options1.62.0 libgpod-common libgpod4
  libgtksourceview-3.0-1 libgtksourceview-3.0-common libjs-jquery
  libjs-modernizr libjs-sphinxdoc libjs-underscore libsgutils2-2
  media-player-info python-chardet python-feedparser python-libxml2
  python-musicbrainzngs python-mutagen python-pkg-resources python-pyinotify
  python-utidylib sphinx-rtd-theme-common
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  quodlibet*
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 106 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 108475 files and directories currently installed.)
Removing quodlibet (3.7.1-2) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for desktop-file-utils (0.23-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...

Read more

Written by Administrator on Thursday April 23, 2020

How to uninstall Bastard Tetis in Devuan Linux

Bastard tetris is a game, included in standard Devuan Linux installation. To delete it, run a command in terminal:

$ sudo apt-get purge bastet

output:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  libboost-program-options1.62.0
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
  bastet*
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 245 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 108487 files and directories currently installed.)
Removing bastet (0.43-4+b2) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for desktop-file-utils (0.23-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
(Reading database ... 108475 files and directories currently installed.)
Purging configuration files for bastet (0.43-4+b2) ...

Read more

Written by Administrator on Thursday April 23, 2020

How to remove (uninstall) GParted in Trident Linux (void linux) [with screenshots]

To uninstall GParted utility in Trident Linux we can use default packet manager xbps:

$ sudo xbps-remove gparted

Output:

removing gparted from Trident Linux

dima|~> sudo xbps-remove gparted

Name    Action    Version           New version            Download size
gparted remove    1.1.0_1           -                      - 

Size freed on disk:           7191KB
Space available on disk:       280GB

Do you want to continue? [Y/n] y
Removing `gparted-1.1.0_1' ...
Updating GTK+ icon cache for /usr/share/icons/hicolor...
Updating MIME database...
Removed `gparted-1.1.0_1' successfully.

0 downloaded, 0 installed, 0 updated, 0 configured, 1 removed.
dima|~> 

Read more

Written by Administrator on Sunday April 19, 2020