Install pluma-common
Installing pluma-common package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pluma-common
pluma-common package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pluma-common |
version | 1.12.2-2 |
description | official text editor of the MATE desktop environment (common files) |
subsection | x11 |
website | mate-desktop.org |
maintainer | MATE Packaging Team |
Uninstall pluma-common
To remove just pluma-common package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pluma-common
Uninstall pluma-common and it’s dependent packages
To remove the pluma-common package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pluma-common
Purging pluma-common
If you also want to delete configuration and/or data files of pluma-common from Debian Sid then this will work:
sudo apt-get purge pluma-common
To delete configuration and/or data files of pluma-common and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pluma-common