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