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

Last updated: May 07,2024

1. Install "xclip" package

Here is a brief guide to show you how to install xclip on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install xclip

2. Uninstall "xclip" package

This tutorial shows how to uninstall xclip on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove xclip $ sudo apt autoclean && sudo apt autoremove

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

Package: xclip
Priority: optional
Section: universe/x11
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Alessandro Ghedini
Architecture: amd64
Version: 0.12+svn84-4
Depends: libc6 (>= 2.14), libx11-6, libxmu6
Filename: pool/universe/x/xclip/xclip_0.12+svn84-4_amd64.deb
Size: 16992
MD5sum: d28fad44fae30de33e4092cc158008bd
SHA1: 6e67fae9bae3f77809b8f116415805844ef41bc1
SHA256: 09aded46dca0742e25d0be45247895a82d1ba574fb561e90dc5d0d2afa6c0acb
Description-en: command line interface to X selections
xclip is a command line utility that is designed to run on any system with an
X11 implementation. It provides an interface to X selections ("the clipboard")
from the command line. It can read data from standard in or a file and place
it in an X selection for pasting into other X applications. xclip can also
print an X selection to standard out, which can then be redirected to a file
or another program.
Description-md5: 7de32c567d0e0ae3e774a47b7dbea945
Homepage: http://xclip.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu