Install msort-gui
Installing msort-gui package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install msort-gui
msort-gui package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | msort-gui |
version | 8.53-2 |
description | tcl/tk gui for msort utility |
subsection | utils |
website | billposer.org / Software / msort.html |
maintainer | Bartosz Fenski |
Uninstall msort-gui
To remove just msort-gui package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove msort-gui
Uninstall msort-gui and it’s dependent packages
To remove the msort-gui package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove msort-gui
Purging msort-gui
If you also want to delete configuration and/or data files of msort-gui from Debian Sid then this will work:
sudo apt-get purge msort-gui
To delete configuration and/or data files of msort-gui and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove msort-gui