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

Last updated: May 04,2024

1. Install "unison-gtk" package

Please follow the instructions below to install unison-gtk on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install unison-gtk

2. Uninstall "unison-gtk" package

In this section, we are going to explain the necessary steps to uninstall unison-gtk on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: unison-gtk
Priority: optional
Section: universe/net
Installed-Size: 4237
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: unison
Version: 2.48.3-1ubuntu1
Replaces: unison2.48.3-gtk
Depends: libc6 (>= 2.15), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.35.9), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.14.0)
Recommends: ssh-askpass, ssh-client | openssh-client
Suggests: unison-all-gtk
Breaks: unison2.48.3-gtk
Filename: pool/universe/u/unison/unison-gtk_2.48.3-1ubuntu1_amd64.deb
Size: 1084062
MD5sum: cfc4ca3bb23444f6acc31b7328a83f10
SHA1: 60dc78a9c3717a87edf152b2d184e401a23682e6
SHA256: 3e354b8393124284a06bcd4dcaed726706bd8dfa766c56723686e439be7ff30e
Description-en: file-synchronization tool for Unix and Windows with GTK+ interface
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.
.
This package adds the optional GTK+ interface.
Description-md5: bf480c6d029a683c396a23f3dd9191d9
Homepage: http://www.cis.upenn.edu/~bcpierce/unison/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu