How to Install and Uninstall unison-2.52 Package on Kali Linux

Last updated: May 11,2024

1. Install "unison-2.52" package

This is a short guide on how to install unison-2.52 on Kali Linux

$ sudo apt update $ sudo apt install unison-2.52

2. Uninstall "unison-2.52" package

In this section, we are going to explain the necessary steps to uninstall unison-2.52 on Kali Linux:

$ sudo apt remove unison-2.52 $ sudo apt autoclean && sudo apt autoremove

3. Information about the unison-2.52 package on Kali Linux

Package: unison-2.52
Source: unison-2.52 (2.52.0-1)
Version: 2.52.0-1+b1
Installed-Size: 3994
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Replaces: unison (<< 2.48.4-5~)
Depends: libc6 (>= 2.33)
Recommends: ssh-client | openssh-client
Breaks: unison (<< 2.48.4-5~)
Size: 1126656
SHA256: 6b2eb6170365980e866806fbcf741252dec4585fda98ebdbdbe3272d7c18b49e
SHA1: 10f94e9c55e4227129c951cec872cb2b7b05810d
MD5sum: ec0d5e7cbc60472e6499cd6b5fe4b5ad
Description: file-synchronization tool for Unix and Windows
Unison is a file-synchronization tool for Unix and Windows, written
in OCaml. It allows two replicas of a collection of files and
directories to be stored on different hosts (or different disks
on the same host), modified separately, and then brought up to
date by propagating the changes in each replica to the other.
.
Unison offers several advantages over various synchronization methods
such as CVS, Coda, rsync, Intellisync, etc. Unison can run on and
synchronize between Windows and many UNIX platforms. Unison requires
no root privileges, system access or kernel changes to function. Unison
can synchronize changes to files and directories in both directions,
on the same machine, or across a network using ssh or a direct
socket connection.
.
Transfers are optimised using a version of the rsync protocol,
making it ideal for slower links. Unison has a clear and precise
specification, and is resilient to failure due to its careful
handling of the replicas and its private structures.
Description-md5: f895ae84f8a67077573eb8b814cb7cb9
Homepage: http://www.cis.upenn.edu/~bcpierce/unison/
Section: utils
Priority: optional
Filename: pool/main/u/unison-2.52/unison-2.52_2.52.0-1+b1_amd64.deb