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