How to Install and Uninstall unison Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "unison" package

Please follow the guidance below to install unison on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install unison

2. Uninstall "unison" package

Please follow the steps below to uninstall unison on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the unison package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: unison
Priority: optional
Section: universe/net
Installed-Size: 2290
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Version: 2.48.3-1ubuntu1
Replaces: unison2.48.3
Depends: libc6 (>= 2.15)
Recommends: ssh-client | openssh-client
Suggests: unison-all
Breaks: unison2.48.3
Filename: pool/universe/u/unison/unison_2.48.3-1ubuntu1_amd64.deb
Size: 688212
MD5sum: 00cb7751e1a935c7dd372667c3506a04
SHA1: edd2705a97996583ba44290a013d49277f1745c4
SHA256: 363ed20bb15493ea6516bc54471ddcaf5c68a6a7cb63fad928bd0bfb96fee5b8
Description-en: 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/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu