How To Install aqsis-core on Fedora 36
Introduction
In this tutorial we learn how to install aqsis-core
on Fedora 36.
What is aqsis-core
Aqsis is a cross-platform photo-realistic 3D rendering solution, adhering to the RenderMan interface standard defined by Pixar Animation Studios. This package contains a command-line renderer, a shader compiler for shaders written using the RenderMan shading language, a texture pre-processor for optimizing textures and a RIB processor.
We can use yum
or dnf
to install aqsis-core
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aqsis-core.
Install aqsis-core 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-core
using dnf
by running the following command:
sudo dnf -y install aqsis-core
Install aqsis-core 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-core
using yum
by running the following command:
sudo yum -y install aqsis-core
How To Uninstall aqsis-core on Fedora 36
To uninstall only the aqsis-core
package we can use the following command:
sudo dnf remove aqsis-core
aqsis-core Package Contents on Fedora 36
/usr/bin/aqsis
/usr/bin/aqsl
/usr/bin/aqsltell
/usr/bin/miqser
/usr/bin/teqser
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/57e153da271fd408f6084654e4c9dc12ff430a
/usr/lib/.build-id/15
/usr/lib/.build-id/15/6463c42a4bf7f50c9ff16c4143aa2c24f4c4a3
/usr/lib/.build-id/65
/usr/lib/.build-id/65/555e98dd5a717e9064401ee2796f81d6cc2618
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/b6c2ff1612f36ec10fad8bd720524fb6872e02
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/0602bd770f5734ca94596d6b4e636e65073dc2
References
Summary
In this tutorial we learn how to install aqsis-core
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).