How to Install and Uninstall libpixels-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libpixels-java" package

This guide let you learn how to install libpixels-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpixels-java

2. Uninstall "libpixels-java" package

Here is a brief guide to show you how to uninstall libpixels-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libpixels-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpixels-java
Priority: optional
Section: universe/libs
Installed-Size: 4982
Maintainer: Ubuntu Developers
Original-Maintainer: Martín Ferrari
Architecture: all
Version: 2.1.3+svn.42-2
Filename: pool/universe/libp/libpixels-java/libpixels-java_2.1.3+svn.42-2_all.deb
Size: 558934
MD5sum: 47860b9e87c008460803556ecd380404
SHA1: c2136c1428641526ede76f40c68a2832edca9f2b
SHA256: 26a55c8c2cf010ca3a9da0b4807ef1a6190d1aa293f8443fb833543add788aa9
Description-en: 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: 289e8cc01aa5a0b4eeb561300215188a
Homepage: http://java.net/projects/pixels
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu