How to Install and Uninstall simple-revision-control Package on Kali Linux

Last updated: October 05,2024

1. Install "simple-revision-control" package

Please follow the step by step instructions below to install simple-revision-control on Kali Linux

$ sudo apt update $ sudo apt install simple-revision-control

2. Uninstall "simple-revision-control" package

Please follow the steps below to uninstall simple-revision-control on Kali Linux:

$ sudo apt remove simple-revision-control $ sudo apt autoclean && sudo apt autoremove

3. Information about the simple-revision-control package on Kali Linux

Package: simple-revision-control
Version: 1.33-1
Installed-Size: 168
Maintainer: Fukui Daichi
Architecture: all
Depends: python3, rcs
Suggests: sccs
Size: 51648
SHA256: 8fa704800dc69b15f18fb249ae05270336698f122c3e3ae86fefdaba44ae21f9
SHA1: a9d136bf6121ee5af0a3fb736caa2877d6790ebd
MD5sum: c066515b4aca853c0d65070fbc85e515
Description: single-file and single-user revision control system
This package provides a powerful modern user interface for an RCS
(and to some extend, SCCS) backend. It will be familiar to users
with modern Subversion, Git, Hg experience, as well as a
reasonable introduction to this toolset to novices.
.
SRC is designed to provide its strength for single-file, single-user
version tracking. When it is overkill to make a whole directory and
multi-file repository store (under, for example, Git or Hg), src can
provide tracking for individual files instead. Examples of such might
be your ~/bin scripts, /etc files, personal notes, résumés, and any such
file that would be awkward to contain in a wholly separate directory
just for version control.
Description-md5:
Homepage: https://gitlab.com/esr/src
Section: vcs
Priority: optional
Filename: pool/main/s/simple-revision-control/simple-revision-control_1.33-1_all.deb