How to Install and Uninstall libopenimageio2.4 Package on Kali Linux

Last updated: July 04,2024

1. Install "libopenimageio2.4" package

Please follow the step by step instructions below to install libopenimageio2.4 on Kali Linux

$ sudo apt update $ sudo apt install libopenimageio2.4

2. Uninstall "libopenimageio2.4" package

This guide covers the steps necessary to uninstall libopenimageio2.4 on Kali Linux:

$ sudo apt remove libopenimageio2.4 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libopenimageio2.4 package on Kali Linux

Package: libopenimageio2.4
Source: openimageio
Version: 2.4.17.0+dfsg-1
Installed-Size: 11465
Maintainer: Debian PhotoTools Maintainers
Architecture: amd64
Depends: libavcodec60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.35), libdcmtk17 (>= 3.6.7), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 4.0), libgif7 (>= 5.1), libheif1 (>= 1.13.0), libimath-3-1-29 (>= 3.1.9), libjpeg62-turbo (>= 1.3.1), libopencolorio2.1 (>= 2.1.3+dfsg), libopencv-core406 (>= 4.6.0+dfsg), libopencv-imgproc406 (>= 4.6.0+dfsg), libopencv-videoio406 (>= 4.6.0+dfsg), libopenexr-3-1-30 (>= 3.1.5), libopenjp2-7 (>= 2.2.0), libopenvdb10.0 (>= 10.0.1), libpng16-16 (>= 1.6.2), libraw23 (>= 0.21.1), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), libtbb12 (>= 2021.4.0), libtiff6 (>= 4.5.0~rc1), libwebp7 (>= 1.3.2), libwebpdemux2 (>= 1.3.2), zlib1g (>= 1:1.2.0)
Size: 2838972
SHA256: e3176d8a68e8bc7284982b741082b5f1d04aac0bdf83c6b15a6189f97385c45b
SHA1: 78e18fec32128faa6100ac2cef8dd9c173cf9333
MD5sum: 4be386ea2fbe7a8d657c81c459dfa948
Description: Library for reading and writing images - runtime
OpenImageIO is a library for reading and writing images, and a bunch of
related classes, utilities, and applications. Main features include:
.
* Extremely simple but powerful ImageInput and ImageOutput APIs for reading
and writing 2D images that is format agnostic -- that is, a "client app"
doesn't need to know the details about any particular image file formats.
Specific formats are implemented by DLL/DSO plugins.
.
* Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa,
JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS,
SGI, PNM/PPM/PGM/PBM, Field3d, WebP. More coming! The plugins are really
good at understanding all the strange corners of the image formats, and
are very careful about preserving image metadata (including Exif, GPS, and
IPTC data).
.
* An ImageCache class that transparently manages a cache so that it can access
truly vast amounts of image data (thousands of image files totaling hundreds
of GB) very efficiently using only a tiny amount (tens of megabytes at most)
of runtime memory. Additionally, a TextureSystem class provides filtered
MIP-map texture lookups, atop the nice caching behavior of ImageCache.
.
* Several image tools based on these classes, including iinfo (print detailed
info about images), iconvert (convert among formats, data types, or modify
metadata), idiff (compare images), igrep (search images for matching
metadata). Because these tools are based on ImageInput/ImageOutput, they
work with any image formats for which ImageIO plugins are available.
.
* A really nice image viewer, iv, also based on OpenImageIO classes (and so
will work with any formats for which plugins are available).
.
* Supported on Linux, OS X, and Windows.
.
* All available under the BSD license, so you may modify it and use it in both
open source or proprietary apps.
.
This package contains the runtime library for building programs that use
libOpenImageIO.
Description-md5:
Multi-Arch: same
Homepage: https://www.openimageio.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/o/openimageio/libopenimageio2.4_2.4.17.0+dfsg-1_amd64.deb