How To Install SoQt on Fedora 36

In this tutorial we learn how to install SoQt in Fedora 36. SoQt is High-level 3D visualization library

Introduction

In this tutorial we learn how to install SoQt on Fedora 36.

What is SoQt

SoQt is a Qt GUI component toolkit library for Coin. It is also compatible with SGI and TGS Open Inventor, and the API is based on the API of the InventorXt GUI component toolkit.

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

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

sudo dnf -y install SoQt

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

sudo yum -y install SoQt

How To Uninstall SoQt on Fedora 36

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

sudo dnf remove SoQt

SoQt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/78ea65f81f1a441a6247bfef861e121244315b
/usr/lib/libSoQt.so.1.6.0
/usr/lib/libSoQt.so.20
/usr/share/doc/SoQt
/usr/share/doc/SoQt/AUTHORS
/usr/share/doc/SoQt/ChangeLog
/usr/share/doc/SoQt/README
/usr/share/licenses/SoQt
/usr/share/licenses/SoQt/COPYING

References

Summary

In this tutorial we learn how to install SoQt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install SoQt on Fedora 36” linkTitle: “SoQt” type: “docs” description: “In this tutorial we learn how to install SoQt in Fedora 36. SoQt is High-level 3D visualization library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/SoQt-featured.png

Introduction

In this tutorial we learn how to install SoQt on Fedora 36.

What is SoQt

SoQt is a Qt GUI component toolkit library for Coin. It is also compatible with SGI and TGS Open Inventor, and the API is based on the API of the InventorXt GUI component toolkit.

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

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

sudo dnf -y install SoQt

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

sudo yum -y install SoQt

How To Uninstall SoQt on Fedora 36

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

sudo dnf remove SoQt

SoQt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/ceeccbbb3ab5290e9e42c1689be484a65266de
/usr/lib64/libSoQt.so.1.6.0
/usr/lib64/libSoQt.so.20
/usr/share/doc/SoQt
/usr/share/doc/SoQt/AUTHORS
/usr/share/doc/SoQt/ChangeLog
/usr/share/doc/SoQt/README
/usr/share/licenses/SoQt
/usr/share/licenses/SoQt/COPYING

References

Summary

In this tutorial we learn how to install SoQt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).