How to Install and Uninstall golang-github-lucasb-eyer-go-colorful-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "golang-github-lucasb-eyer-go-colorful-dev" package

Learn how to install golang-github-lucasb-eyer-go-colorful-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-lucasb-eyer-go-colorful-dev

2. Uninstall "golang-github-lucasb-eyer-go-colorful-dev" package

Here is a brief guide to show you how to uninstall golang-github-lucasb-eyer-go-colorful-dev on Kali Linux:

$ sudo apt remove golang-github-lucasb-eyer-go-colorful-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-lucasb-eyer-go-colorful-dev package on Kali Linux

Package: golang-github-lucasb-eyer-go-colorful-dev
Source: golang-github-lucasb-eyer-go-colorful
Version: 1.2.0-1
Installed-Size: 2217
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 856472
SHA256: 34df8ef71c9238a2d5d1e382abfa6b19d89919b74f2be27f42b02989d8cc8f35
SHA1: 36de28734d84b68849fe33beba884b2ba63048bd
MD5sum: b28a4cd3dc6f920cf19c9126fd28c168
Description: Library for handling color spaces in Go
Colorful is a library for handling color spaces in Go by implementing the
color.Color interface. Colorful stores colors in RGB and provides methods from
converting these to various color spaces. Currently supported colorspaces are:
.
RGB: All three of Red, Green and Blue in [0..1].
HSL: Hue in [0..360], Saturation and Luminance in [0..1].
HSV: Hue in [0..360], Saturation and Value in [0..1].
Hex RGB: The "internet" color format, as in #FF00FF.
Linear RGB (read about Gamma-Correct Rendering).
CIE-XYZ: CIE's standard color space, almost in [0..1].
CIE-xyY: encodes chromacity in x and y and luminance in Y, all in [0..1]
CIE-L*a*b*: Perceptually uniform. L* in [0..1] and a*, b* almost in [-1..1].
CIE-L*u*v*: Very similar to CIE-L*a*b*.
CIE-L*C*h° (HCL): CIE-L*a*b* space in polar coordinates.
.
For the colorspaces where it makes sense (XYZ, Lab, Luv, HCl), the D65 is used
as reference white by default but methods for using your own reference white
are provided.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/lucasb-eyer/go-colorful
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-lucasb-eyer-go-colorful/golang-github-lucasb-eyer-go-colorful-dev_1.2.0-1_all.deb