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

Last updated: May 07,2024

1. Install "grabc" package

This is a short guide on how to install grabc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install grabc

2. Uninstall "grabc" package

Please follow the step by step instructions below to uninstall grabc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove grabc $ sudo apt autoclean && sudo apt autoremove

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

Package: grabc
Priority: optional
Section: universe/x11
Installed-Size: 76
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Ryan Niebur
Architecture: amd64
Version: 1.1-2
Depends: libc6 (>= 2.4), libx11-6
Filename: pool/universe/g/grabc/grabc_1.1-2_amd64.deb
Size: 6516
MD5sum: b846de0d8d026645b7b0528c8a7f8382
SHA1: aa4219f5084adfbb7fab470e2d8f7115799d6253
SHA256: 9ea3c1195defcc24c9e0c35171ee600d90d878bc2530fd02976b8c251c07e843
Description-en: simple program to determine the color string in hex by clicking on a pixel
grabc is simple but useful program to determine the color string in
hex or in RGB components by clicking on a pixel on the screen.
When this program is run, the mouse pointer is grabbed and changed to
a cross hair and when the mouse is clicked, the color of the clicked
pixel is written to stdout in hex and the R, G, B components are
written to stderr.
.
This program can be useful when you see a color and want to use the
color in xterm or your window manager's border but no clue what the
name of the color is. It's silly to use a image processing software
to find it out.
Description-md5: 24ba57c1fca546f8f8410efdf7a8f845
Homepage: http://muquit.com/muquit/software/grabc/grabc.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu