How To Install panoglview on Fedora 36
Introduction
In this tutorial we learn how to install panoglview
on Fedora 36.
What is panoglview
Use panoglview to explore equirectangular panoramic images. Equirectangular panoramas are typically JPEG/TIFF/PNG images with a 2
We can use yum
or dnf
to install panoglview
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install panoglview.
Install panoglview on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install panoglview
using dnf
by running the following command:
sudo dnf -y install panoglview
Install panoglview on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install panoglview
using yum
by running the following command:
sudo yum -y install panoglview
How To Uninstall panoglview on Fedora 36
To uninstall only the panoglview
package we can use the following command:
sudo dnf remove panoglview
panoglview Package Contents on Fedora 36
/usr/bin/panoglview
/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/d78af75af5de98fd44d8bfd4154affd3f43af3
/usr/share/applications/panoglview.desktop
/usr/share/doc/panoglview
/usr/share/doc/panoglview/AUTHORS
/usr/share/doc/panoglview/COPYING
/usr/share/doc/panoglview/ChangeLog
/usr/share/doc/panoglview/INSTALL
/usr/share/doc/panoglview/NEWS
/usr/share/pixmaps/panoglview.png
References
Summary
In this tutorial we learn how to install panoglview
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).