How To Install aqsis on Fedora 36
Introduction
In this tutorial we learn how to install aqsis
on Fedora 36.
What is aqsis
Aqsis is a cross-platform photo-realistic 3D rendering solution, adhering to the RenderMan interface standard defined by Pixar Animation Studios. This package contains graphical utilities and desktop integration.
We can use yum
or dnf
to install aqsis
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aqsis.
Install aqsis 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 aqsis
using dnf
by running the following command:
sudo dnf -y install aqsis
Install aqsis 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 aqsis
using yum
by running the following command:
sudo yum -y install aqsis
How To Uninstall aqsis on Fedora 36
To uninstall only the aqsis
package we can use the following command:
sudo dnf remove aqsis
aqsis Package Contents on Fedora 36
/usr/bin/eqsl
/usr/bin/piqsl
/usr/bin/ptview
/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/5f8312b46f5f16331dce6379f8ddb8d88f1b13
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/0a6c6dfc457711d5610110c3ee8ee82c1a1517
/usr/lib/.build-id/af
/usr/lib/.build-id/af/fadeb6c8a88b9ef1ee8be54a226a590e3318e4
/usr/share/applications/aqsis.desktop
/usr/share/applications/aqsl.desktop
/usr/share/applications/aqsltell.desktop
/usr/share/applications/eqsl.desktop
/usr/share/applications/piqsl.desktop
/usr/share/doc/aqsis
/usr/share/doc/aqsis/AUTHORS
/usr/share/doc/aqsis/README
/usr/share/icons/hicolor/192x192/mimetypes/aqsis-doc.png
/usr/share/licenses/aqsis
/usr/share/licenses/aqsis/COPYING
/usr/share/mime/packages/aqsis.xml
/usr/share/pixmaps/aqsis.png
References
Summary
In this tutorial we learn how to install aqsis
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).