How To Install libopenexr24 on Ubuntu 20.04

In this tutorial we learn how to install libopenexr24 on Ubuntu 20.04. libopenexr24 is runtime files for the OpenEXR image library runtime files for the OpenEXR image library

Introduction

In this tutorial we learn how to install libopenexr24 on Ubuntu 20.04.

What is libopenexr24

libopenexr24 is:

OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.

OpenEXR’s features include: * Higher dynamic range and colour precision than existing 8- and 10-bit image file formats. * Support for the “half” 16-bit floating-point pixel format. * Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. * Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications.

This package contains the following shared library: * IlmImf - a library that reads and writes OpenEXR images. Task: kubuntu-desktop, xubuntu-desktop, ubuntustudio-desktop

Package: libopenexr24 Architecture: amd64 Version: 2.3.0-6build1 Multi-Arch: same Priority: optional Section: universe/libs Source: openexr Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian PhotoTools Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 3121 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libilmbase24 (>= 2.3.0), libstdc++6 (>= 9), zlib1g (>= 1:1.2.0) Breaks: libopenexr23 (= 2.3.0-3) Replaces: libopenexr23 (= 2.3.0-3) Filename: pool/universe/o/openexr/libopenexr24_2.3.0-6build1_amd64.deb Size: 589980 MD5sum: 332438e55809dc471878ff7794cb6fb2 SHA1: 34ad892794ecfda09c83d1742f36c28a7f6ae29a SHA256: 87f97122594cacbab7ac6a645cf1c0a605bf3ad6af48da8aedf2ccc1e5d7074b Homepage: http://www.openexr.com Description-en: runtime files for the OpenEXR image library OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.

OpenEXR’s features include: * Higher dynamic range and colour precision than existing 8- and 10-bit image file formats. * Support for the “half” 16-bit floating-point pixel format. * Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. * Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications.

This package contains the following shared library: * IlmImf - a library that reads and writes OpenEXR images. Task: kubuntu-desktop, xubuntu-desktop, ubuntustudio-desktop

There are three methods to install libopenexr24 on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libopenexr24 Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libopenexr24 using apt-get by running the following command:

sudo apt-get -y install libopenexr24

Install libopenexr24 Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libopenexr24 using apt by running the following command:

sudo apt -y install libopenexr24

Install libopenexr24 Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libopenexr24 using aptitude by running the following command:

sudo aptitude -y install libopenexr24

How To Uninstall libopenexr24 on Ubuntu 20.04

To uninstall only the libopenexr24 package we can use the following command:

sudo apt-get remove libopenexr24

Uninstall libopenexr24 And Its Dependencies

To uninstall libopenexr24 and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libopenexr24

Remove libopenexr24 Configurations and Data

To remove libopenexr24 configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libopenexr24

Remove libopenexr24 configuration, data, and all of its dependencies

We can use the following command to remove libopenexr24 configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libopenexr24

References

Summary

In this tutorial we learn how to install libopenexr24 package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.