How To Install ilmbase on Fedora 34

ilmbase is Abstraction/convenience libraries Abstraction/convenience libraries

Introduction

In this tutorial we learn how to install ilmbase on Fedora 34.

What is ilmbase

Half is a class that encapsulates the ilm 16-bit floating-point format. IlmThread is a thread abstraction library for use with OpenEXR and other software packages. Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions and other useful 2D and 3D math functions. Iex is an exception-handling library. ilmbase 2.3.0 6.fc34 x86_64 135 k ilmbase-2.3.0-6.fc34.src.rpm fedora Abstraction/convenience libraries http BSD Half is a class that encapsulates the ilm 16-bit floating-point format. IlmThread is a thread abstraction library for use with OpenEXR and other software packages. Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions and other useful 2D and 3D math functions. Iex is an exception-handling library.

We can use yum or dnf to install ilmbase on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install ilmbase.

Install ilmbase on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install ilmbase using dnf by running the following command:

sudo dnf -y install ilmbase

Install ilmbase on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install ilmbase using yum by running the following command:

sudo yum -y install ilmbase

How To Uninstall ilmbase on Fedora 34

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

sudo dnf remove ilmbase

ilmbase Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/6b6b023ba806ccc122ec870ae968a29a02053c
/usr/lib/.build-id/18
/usr/lib/.build-id/18/8045e0fe23395b66034d359c653797d4457236
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/4dd8077c9dfbdf94fd552446e7b9b9eddf0640
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/e5177861b643c5805b0eaf13a5480806cae85e
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/4a20952c3f45f933fe107a1f6a2df4b4ab9b19
/usr/lib/libHalf.so.24
/usr/lib/libHalf.so.24.0.0
/usr/lib/libIex-2_3.so.24
/usr/lib/libIex-2_3.so.24.0.0
/usr/lib/libIexMath-2_3.so.24
/usr/lib/libIexMath-2_3.so.24.0.0
/usr/lib/libIlmThread-2_3.so.24
/usr/lib/libIlmThread-2_3.so.24.0.0
/usr/lib/libImath-2_3.so.24
/usr/lib/libImath-2_3.so.24.0.0
/usr/share/doc/ilmbase
/usr/share/doc/ilmbase/AUTHORS
/usr/share/doc/ilmbase/ChangeLog
/usr/share/doc/ilmbase/NEWS
/usr/share/doc/ilmbase/README.md
/usr/share/licenses/ilmbase
/usr/share/licenses/ilmbase/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/7c9a3e38d0f87f699f099bd97aab21289ba7f7
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/1447c45fee3c7b63f1c74f9ce2851c082274d4
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/bb7723450f5ad606113c4bf99c625219484f91
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/fca4ce7bc9a986d9c3bf8bd2dcc93a9768625d
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/2c578145c0ac574261a314783c7bd5a904fa2c
/usr/lib64/libHalf.so.24
/usr/lib64/libHalf.so.24.0.0
/usr/lib64/libIex-2_3.so.24
/usr/lib64/libIex-2_3.so.24.0.0
/usr/lib64/libIexMath-2_3.so.24
/usr/lib64/libIexMath-2_3.so.24.0.0
/usr/lib64/libIlmThread-2_3.so.24
/usr/lib64/libIlmThread-2_3.so.24.0.0
/usr/lib64/libImath-2_3.so.24
/usr/lib64/libImath-2_3.so.24.0.0
/usr/share/doc/ilmbase
/usr/share/doc/ilmbase/AUTHORS
/usr/share/doc/ilmbase/ChangeLog
/usr/share/doc/ilmbase/NEWS
/usr/share/doc/ilmbase/README.md
/usr/share/licenses/ilmbase
/usr/share/licenses/ilmbase/LICENSE

References

Summary

In this tutorial we learn how to install ilmbase on Fedora 34 using yum and dnf.