How To Install libpano13 on Fedora 34

libpano13 is Library for manipulating panoramic images Library for manipulating panoramic images

Introduction

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

What is libpano13

Helmut Dersch’s Panorama Tools library. Provides very high quality manipulation, correction and stitching of panoramic photographs. Due to patent restrictions, this library has a maximum fisheye field-of-view restriction of 179 degrees to prevent stitching of hemispherical photographs. libpano13 2.9.20 1.fc34 x86_64 262 k libpano13-2.9.20-1.fc34.src.rpm updates Library for manipulating panoramic images http GPLv2+ Helmut Dersch’s Panorama Tools library. Provides very high quality manipulation, correction and stitching of panoramic photographs. Due to patent restrictions, this library has a maximum fisheye field-of-view restriction of 179 degrees to prevent stitching of hemispherical photographs.

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

Install libpano13 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 libpano13 using dnf by running the following command:

sudo dnf -y install libpano13

Install libpano13 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 libpano13 using yum by running the following command:

sudo yum -y install libpano13

How To Uninstall libpano13 on Fedora 34

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

sudo dnf remove libpano13

libpano13 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/23fce251c39e1df025711f2a26e7d828fdc7da
/usr/lib64/libpano13.so.3
/usr/lib64/libpano13.so.3.0.0
/usr/share/doc/libpano13
/usr/share/doc/libpano13/AUTHORS
/usr/share/doc/libpano13/COPYING
/usr/share/doc/libpano13/ChangeLog
/usr/share/doc/libpano13/NEWS
/usr/share/doc/libpano13/README
/usr/share/doc/libpano13/README.linux
/usr/lib/.build-id
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/a5cbd092f8bd1f02c31350240540dd4a47e4f5
/usr/lib/libpano13.so.3
/usr/lib/libpano13.so.3.0.0
/usr/share/doc/libpano13
/usr/share/doc/libpano13/AUTHORS
/usr/share/doc/libpano13/COPYING
/usr/share/doc/libpano13/ChangeLog
/usr/share/doc/libpano13/NEWS
/usr/share/doc/libpano13/README
/usr/share/doc/libpano13/README.linux
/usr/lib/.build-id
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/e5654ecce5e266e8d4465422f16bef1525526e
/usr/lib64/libpano13.so.3
/usr/lib64/libpano13.so.3.0.0
/usr/share/doc/libpano13
/usr/share/doc/libpano13/AUTHORS
/usr/share/doc/libpano13/COPYING
/usr/share/doc/libpano13/ChangeLog
/usr/share/doc/libpano13/NEWS
/usr/share/doc/libpano13/README
/usr/share/doc/libpano13/README.linux
/usr/lib/.build-id
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/018a7f732312c494d4de186476d3b6a36aaea2
/usr/lib/libpano13.so.3
/usr/lib/libpano13.so.3.0.0
/usr/share/doc/libpano13
/usr/share/doc/libpano13/AUTHORS
/usr/share/doc/libpano13/COPYING
/usr/share/doc/libpano13/ChangeLog
/usr/share/doc/libpano13/NEWS
/usr/share/doc/libpano13/README
/usr/share/doc/libpano13/README.linux

References

Summary

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