How to Install and Uninstall mercurial Package on Kali Linux

Last updated: July 04,2024

1. Install "mercurial" package

Please follow the instructions below to install mercurial on Kali Linux

$ sudo apt update $ sudo apt install mercurial

2. Uninstall "mercurial" package

Here is a brief guide to show you how to uninstall mercurial on Kali Linux:

$ sudo apt remove mercurial $ sudo apt autoclean && sudo apt autoremove

3. Information about the mercurial package on Kali Linux

Package: mercurial
Version: 6.6.3-1
Installed-Size: 2019
Maintainer: Debian Python Team
Architecture: amd64
Provides: python3-mercurial
Depends: mercurial-common (= 6.6.3-1), ucf (>= 2.0020), python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.34)
Recommends: openssh-client
Suggests: kdiff3 | kdiff3-qt | kompare | meld | tkcvs | mgdiff, qct
Breaks: hgsubversion (<= 1.9.3+git20190419+6a6ce-3), hgview-common, mercurial-crecord (<< 0.20151121-2~), mercurial-git (<= 0.8.12-1.2), mercurial-keyring (<= 1.3.0-1), mercurial-server, python-sphinx-patchqueue, qct, trac-mercurial
Size: 379468
SHA256: 348c901f729240baa2773013678882abf4bad275413c09de5b403630ab7c180a
SHA1: 5bff7feddf35c3d93a98ea50be9cb27eba66d2db
MD5sum: 3cc0af968cac4cb37b391829d9fc3015
Description: easy-to-use, scalable distributed version control system
Mercurial is a fast, lightweight Source Control Management system designed
for efficient handling of very large distributed projects.
.
Its features include:
* O(1) delta-compressed file storage and retrieval scheme
* Complete cross-indexing of files and changesets for efficient exploration
of project history
* Robust SHA1-based integrity checking and append-only storage model
* Decentralized development model with arbitrary merging between trees
* High-speed HTTP-based network merge protocol
* Easy-to-use command-line interface
* Integrated stand-alone web interface
* Small Python codebase
.
This package contains the architecture dependent files.
Description-md5:
Homepage: https://www.mercurial-scm.org/
Tag: devel::rcs, implemented-in::python, interface::commandline,
interface::web, network::client, network::server, protocol::http,
protocol::ssh, protocol::tcp, role::program, scope::application,
use::storing, use::synchronizing, works-with::software:source,
works-with::vcs
Section: vcs
Priority: optional
Filename: pool/main/m/mercurial/mercurial_6.6.3-1_amd64.deb