How to Install and Uninstall xclip Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: July 04,2024

1. Install "xclip" package

This guide let you learn how to install xclip on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install xclip

2. Uninstall "xclip" package

Please follow the guidelines below to uninstall xclip on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the xclip package on Ubuntu 20.10 (Groovy Gorilla)

Package: xclip
Architecture: amd64
Version: 0.13-1
Priority: optional
Section: universe/x11
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Alessandro Ghedini
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 59
Depends: libc6 (>= 2.14), libx11-6, libxmu6
Recommends: xauth
Filename: pool/universe/x/xclip/xclip_0.13-1_amd64.deb
Size: 18372
MD5sum: a089ee25af9f3ebe82ca1826f69e058a
SHA1: f2f0c50844f1184a82c345bc072f38bfdbaaa3e5
SHA256: 59e7048cf56204d1292b68866e1eaf5d2e5bbd2bc9d994bdea8f7b6e62e4955a
SHA512: 73e5dd00e99f6eb02d7adf3162a96199e35464fce3e82aab57f8d403753d35894349894a03284027eb7fae89aede83cfeb63b27c1c223f9568a0186f9a10208e
Homepage: https://github.com/astrand/xclip
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
Task: lubuntu-desktop