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

Last updated: May 20,2024

1. Install "unison-2.53" package

This guide let you learn how to install unison-2.53 on Kali Linux

$ sudo apt update $ sudo apt install unison-2.53

2. Uninstall "unison-2.53" package

Please follow the guidance below to uninstall unison-2.53 on Kali Linux:

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

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

Package: unison-2.53
Version: 2.53.3-2
Installed-Size: 4184
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: libc6 (>= 2.35)
Recommends: ssh-client | openssh-client
Size: 1188300
SHA256: 22d41a646030109bd5bef322448f323dc880cc9ad0f7c0640d5444c1db1f90b2
SHA1: 575a681cffcb28d0f230bdc89b43acb6aab596b0
MD5sum: 9b0d67d7bfc2e3b1851b5f3778aae1e3
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:
Homepage: http://www.cis.upenn.edu/~bcpierce/unison/
Section: utils
Priority: optional
Filename: pool/main/u/unison-2.53/unison-2.53_2.53.3-2_amd64.deb