Install mrb
Installing mrb package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mrb
mrb package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mrb |
version | 0.1 |
description | Manage incremental data snapshots with make/rsync |
subsection | admin |
maintainer | Ron Lee |
Uninstall mrb
To remove just mrb package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mrb
Uninstall mrb and it’s dependent packages
To remove the mrb package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mrb
Purging mrb
If you also want to delete configuration and/or data files of mrb from Debian Sid then this will work:
sudo apt-get purge mrb
To delete configuration and/or data files of mrb and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mrb