Overview for devuan

How to remove (uninstall) the game VMS Empire in Devuan Linux

For complete removal of the game VMS Empire in Devuan Linux, you have to run two commands (purge & autoremove), combine in one command:

$ sudo apt-get purge empire && sudo apt autoremove empire

output:

$ sudo apt-get purge empire && sudo apt autoremove empire

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  empire*
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 205 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 103603 files and directories currently installed.)
Removing empire (1.14-1+b1) ...
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 ... 103588 files and directories currently installed.)
Purging configuration files for empire (1.14-1+b1) ...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'empire' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

Read more

Written by Administrator on Thursday April 23, 2020

How to remove (uninstall) Dungeon Crawl in Devuan Linux

Complete removal of the game Dungeon Crawl in Devuan Linux is possible after executing two following commands in terminal:

$ sudo apt-get purge crawl
$ sudo apt autoremove crawl

Or you can actually combine two commands mentioned above:

$ sudo apt-get purge crawl && sudo apt autoremove crawl

output:

Read more

Written by Administrator on Thursday April 23, 2020

How to remove (uninstall) XSane in Devuan Linux

Removing XSane Image Scanning Program in Devuan Linux is very simple and fast. You should run those two commands:

$ sudo apt-get purge xsane
$ sudo apt autoremove xsane

or combine them into one:

$ sudo apt-get purge xsane && sudo apt autoremove xsane

Read more

Written by Administrator on Thursday April 23, 2020

How to remove (uninstall) Mutt Mail User Client from Devuan Linux

If you don't want Mutt Mail client to be present in your Devuan Linux system, just run these two commands in terminal:

$ sudo apt-get purge mutt

output:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libgmime-2.6-0 libnotmuch4 libtokyocabinet9
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  mutt*
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 6,255 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 106765 files and directories currently installed.)
Removing mutt (1.7.2-1+deb9u1) ...
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 ... 106662 files and directories currently installed.)
Purging configuration files for mutt (1.7.2-1+deb9u1) ...
dpkg: warning: while removing mutt, directory '/etc/Muttrc.d' not empty so not removed

Read more

Written by Administrator on Thursday April 23, 2020

How to remove (uninstall) HasciiCam from Devuan Linux

If don't need HasciiCam in your Devuan Linux system, you can run those two commands to remove it completely:

$ sudo apt-get purge hasciicam && apt autoremove hasciicam

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  libftp4
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
  hasciicam*
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 64.5 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 106786 files and directories currently installed.)
Removing hasciicam (1.1.2-1+b3) ...
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 ... 106772 files and directories currently installed.)
Purging configuration files for hasciicam (1.1.2-1+b3) ...


$ sudo apt autoremove hasciicam
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'hasciicam' is not installed, so not removed
The following packages will be REMOVED:
  libftp4
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 55.3 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 106772 files and directories currently installed.)
Removing libftp4:amd64 (4.0-1-2+b1) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...

Read more

Written by Administrator on Thursday April 23, 2020