How to Install and Uninstall darcs Package on Kali Linux

Last updated: May 15,2024

1. Install "darcs" package

Please follow the step by step instructions below to install darcs on Kali Linux

$ sudo apt update $ sudo apt install darcs

2. Uninstall "darcs" package

This tutorial shows how to uninstall darcs on Kali Linux:

$ sudo apt remove darcs $ sudo apt autoclean && sudo apt autoremove

3. Information about the darcs package on Kali Linux

Package: darcs
Source: darcs (2.14.5-1)
Version: 2.14.5-1+b1
Installed-Size: 23160
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.29), libcurl3-gnutls (>= 7.19.1), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4)
Size: 3510096
SHA256: df4ad2f0a55949157e417bace95bd87db944385c1d37a9236e9d4536f482bddb
SHA1: a0b8f124a62c611bf0c1aacd270224bad26d9ccd
MD5sum: 88b8b428892f1f6052c3e844b054ff55
Description: distributed, interactive, smart revision control system
Darcs is a free, open source revision control system. It is:
.
* Distributed: Every user has access to the full command set,
removing boundaries between server and client or committer and
non-committers.
* Interactive: Darcs is easy to learn and efficient to use because
it asks you questions in response to simple commands, giving you
choices in your work flow. You can choose to record one change in
a file, while ignoring another. As you update from upstream, you
can review each patch name, even the full "diff" for interesting
patches.
* Smart: Originally developed by physicist David Roundy, darcs is
based on a unique algebra of patches. This smartness lets you
respond to changing demands in ways that would otherwise not be
possible.
Description-md5: 24a364fac4d8efc1ce41c5114a257f49
Multi-Arch: foreign
Homepage: http://darcs.net/
Tag: devel::rcs, implemented-in::haskell, interface::commandline,
interface::text-mode, network::client, role::program,
scope::application, works-with::software:source
Section: vcs
Priority: optional
Filename: pool/main/d/darcs/darcs_2.14.5-1+b1_amd64.deb