How to Install and Uninstall unison Package on Kali Linux

Last updated: May 16,2024

1. Install "unison" package

Here is a brief guide to show you how to install unison on Kali Linux

$ sudo apt update $ sudo apt install unison

2. Uninstall "unison" package

Please follow the guidelines below to uninstall unison on Kali Linux:

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

3. Information about the unison package on Kali Linux

Package: unison
Source: meta-unison
Version: 2.53+1
Installed-Size: 14
Maintainer: Debian OCaml Maintainers
Architecture: all
Depends: unison-2.53
Size: 2700
SHA256: ae2d02610113c4e0a62c4ff7cf375bb9785ee7df8134d5f3825bfabbec6d56ba
SHA1: 885f3b26579a76fcc3f1bc441674ffbfa55a2b0d
MD5sum: 98787afdd927ed90952653ee15106942
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:
Tag: admin::backup, admin::file-distribution, implemented-in::ocaml,
interface::commandline, protocol::ssh, role::program, scope::utility,
uitoolkit::ncurses, use::synchronizing, works-with::file
Section: utils
Priority: optional
Filename: pool/main/m/meta-unison/unison_2.53+1_all.deb