How to Install and Uninstall libpixels-java Package on Kali Linux

Last updated: May 20,2024

1. Install "libpixels-java" package

Please follow the instructions below to install libpixels-java on Kali Linux

$ sudo apt update $ sudo apt install libpixels-java

2. Uninstall "libpixels-java" package

Please follow the steps below to uninstall libpixels-java on Kali Linux:

$ sudo apt remove libpixels-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpixels-java package on Kali Linux

Package: libpixels-java
Version: 2.1.3+svn.42-3
Installed-Size: 6804
Maintainer: Martina Ferrari
Architecture: all
Size: 735940
SHA256: fd0c2d540edc37871694eb68e521cecb4b565016098fbd4e75cf468760268b03
SHA1: 28bf4f020677f6e0952e24134a6f629a6da44570
MD5sum: a255d3ed51fb28665fa0922a5c7b9e20
Description: manipulation and filtering of images in Java
A large number of Java Image filters which are all standard Java
BufferedImageOps and can be plugged directly into existing programs.
.
Many of these filters are useful in applications such as games where images
need to be generated on the fly, or where it's quicker to generate them rather
than downloading them. For instance, it's quicker to download one image and
rotate it several times than to download several separate images.
.
Another use for the filters is in animation. For example animating the Water
Ripple filter can produce a nice rippling effect. Some of the filters have a
time parameter for this purpose.
.
All of the filters are designed to work with TYPE_INT_ARGB images.
.
More info and samples can be found in
http://www.jhlabs.com/ip/filters/index.html
Description-md5:
Homepage: http://java.net/projects/pixels
Section: java
Priority: optional
Filename: pool/main/libp/libpixels-java/libpixels-java_2.1.3+svn.42-3_all.deb