How to Install and Uninstall libopenimageio2.2 Package on Ubuntu 21.10 (Impish Indri)

Last updated: July 03,2024

1. Install "libopenimageio2.2" package

In this section, we are going to explain the necessary steps to install libopenimageio2.2 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libopenimageio2.2

2. Uninstall "libopenimageio2.2" package

Learn how to uninstall libopenimageio2.2 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libopenimageio2.2 package on Ubuntu 21.10 (Impish Indri)

Package: libopenimageio2.2
Architecture: amd64
Version: 2.2.10.1+dfsg-1build1
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: openimageio
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PhotoTools Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 11354
Depends: libavcodec58 (>= 7:4.2), libavformat58 (>= 7:4.1), libavutil56 (>= 7:4.0), libboost-filesystem1.74.0 (>= 1.74.0), libboost-thread1.74.0 (>= 1.74.0), libc6 (>= 2.32), libdcmtk15 (>= 3.6.5), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 4.0), libgif7 (>= 5.1), libheif1 (>= 1.3.2), libilmbase25 (>= 2.5.4), libjpeg8 (>= 8c), libopencolorio1v5 (>= 1.1.1~dfsg0), libopencv-core4.5 (>= 4.5.1+dfsg), libopencv-imgproc4.5 (>= 4.5.1+dfsg), libopencv-videoio4.5 (>= 4.5.1+dfsg), libopenexr25 (>= 2.5.4), libopenjp2-7 (>= 2.0.0), libopenvdb7.1, libpng16-16 (>= 1.6.2-1), libraw20 (>= 0.16.0), libsquish0, libstdc++6 (>= 9), libswscale5 (>= 7:4.0), libtbb2 (>= 2017~U7), libtiff5 (>= 4.0.3), libwebp6 (>= 0.5.1), libwebpdemux2 (>= 0.5.1), zlib1g (>= 1:1.2.0)
Filename: pool/universe/o/openimageio/libopenimageio2.2_2.2.10.1+dfsg-1build1_amd64.deb
Size: 2122304
MD5sum: ea2a424d598bcc9d8ce16eb705869290
SHA1: 83125170afd06f030c0969189cc9536c02bf1825
SHA256: bc065cc7ff2164cf166f30dd7ce5a713f4be4575cc5917ac58c88f13f27f615e
SHA512: bcf14bc78ed85b46316e8235acbca6170ae39e2f7dba37be5d8ecdd22d2c55c49b8802c28e1aea6806479406e811f7bc5f81e77d69c91f600b4290ccf4c7ee55
Homepage: http://www.openimageio.org/
Description-en: 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: 52db64dc6fefae0bad8e5f4c01b35e9c
Task: ubuntustudio-video, ubuntustudio-graphics