How to Install and Uninstall mrb Package on Kali Linux

Last updated: September 20,2024

1. Install "mrb" package

Please follow the guidelines below to install mrb on Kali Linux

$ sudo apt update $ sudo apt install mrb

2. Uninstall "mrb" package

Please follow the step by step instructions below to uninstall mrb on Kali Linux:

$ sudo apt remove mrb $ sudo apt autoclean && sudo apt autoremove

3. Information about the mrb package on Kali Linux

Package: mrb
Version: 0.3+nmu3
Installed-Size: 75
Maintainer: Ron Lee
Architecture: all
Depends: make, rsync
Suggests: git, perl-modules, libjson-xs-perl
Size: 26608
SHA256: eff72e997dadc8c9633102994d7c4f757b9603266184e0a5eac8291f3ad573d9
SHA1: 25acf81d4355389913f08af1e79b34e8c6404524
MD5sum: 40cbabcd4abccea560a8c866960dad93
Description: Manage incremental data snapshots with make/rsync
mrb is a single, self-documenting, executable makefile, which aims to make
trivial the task of maintaining a set of compact, incremental, rsync mirrors
of your important (and sometimes rapidly changing) data.
.
It relies only on the time-hardened industry tools GNU make and rsync.
Snapshots may be taken at any opportune interval. Multiple snapshot targets
can be configured in a modular fashion, so fast changing data can be separated
from static bulk data, with snapshots of each scheduled or triggered on demand,
as may be appropriate for each.
.
This package also includes gitkeeper, which is a tool for easy bidirectional
mirroring of 'installed' data files from a remote system to a local git
repository. It doesn't actually require you to keep the local files in git,
but if you do it supports restoring the remote system to any snapshot from
the repository. Likewise it allows you to explicitly configure the owner and
access permission that should be applied when pushing to the remote system
since they are not preserved by the versions stored in git.
.
To use gitkeeper you will need to install the suggested perl packages too.
Description-md5:
Section: admin
Priority: optional
Filename: pool/main/m/mrb/mrb_0.3+nmu3_all.deb