How to Install and Uninstall python-grapefruit Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-grapefruit" package

Learn how to install python-grapefruit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-grapefruit

2. Uninstall "python-grapefruit" package

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

$ sudo apt remove python-grapefruit $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-grapefruit package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-grapefruit
Priority: optional
Section: universe/python
Installed-Size: 111
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: grapefruit
Version: 0.1~a3+dfsg-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-pkg-resources
Suggests: python-grapefruit-doc
Filename: pool/universe/g/grapefruit/python-grapefruit_0.1~a3+dfsg-1_all.deb
Size: 16866
MD5sum: ec091ec45194973f8a99c9a7d2e9bd4a
SHA1: 76076865fdb3c1a45f26f09eabcc3675d2627b43
SHA256: 9035afcc7dbeed6985701673cd500d2e2273365e23a114c5e8b54de76b4d0c50
Description-en: Python module to manipulate color information easily
GrapeFruit is a pure Python module that lets you easily manipulate and convert
color information. Its primary goal is to be natural and flexible.
.
The following color systems are supported by GrapeFruit:
* RGB (sRGB)
* HSL
* HSV
* YIQ
* YUV
* CIE-XYZ
* CIE-LAB (with the illuminant you want)
* CMY
* CMYK
* HTML/CSS color definition (#RRGGBB, #RGB or the X11 color name)
* RYB (artistic color wheel)
Description-md5: 129b0ebcd493e0775558de73e0cd46df
Homepage: http://code.google.com/p/grapefruit/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu