Install monotone-extras
Installing monotone-extras package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install monotone-extras
monotone-extras package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | monotone-extras |
version | 1.1-7 |
description | Distributed version (revision) control system – extras |
subsection | vcs |
website | monotone.ca |
maintainer | Debian Maintainers for Monotone |
Uninstall monotone-extras
To remove just monotone-extras package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove monotone-extras
Uninstall monotone-extras and it’s dependent packages
To remove the monotone-extras package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove monotone-extras
Purging monotone-extras
If you also want to delete configuration and/or data files of monotone-extras from Debian Sid then this will work:
sudo apt-get purge monotone-extras
To delete configuration and/or data files of monotone-extras and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove monotone-extras