How To Install quarter on Fedora 34

quarter is Lightweight glue library between Coin and Qt Lightweight glue library between Coin and Qt

Introduction

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

What is quarter

Quarter is a light-weight glue library that provides seamless integration between Systems in Motions’s Coin high-level 3D visualization library and Trolltech’s Qt 2D user interface library. Qt and Coin is a perfect match since they are both open source, widely portable and easy to use. Quarter has evolved from Systems in Motion’s own experiences using Coin and Qt together in our applications. The functionality in Quarter revolves around QuarterWidget, a subclass of QGLWidget. This widget provides functionality for rendering of Coin scenegraphs and translation of QEvents into SoEvents. Using this widget is as easy as using any other QWidget. quarter 1.1.0 4.fc34 x86_64 70 k quarter-1.1.0-4.fc34.src.rpm fedora Lightweight glue library between Coin and Qt https BSD Quarter is a light-weight glue library that provides seamless integration between Systems in Motions’s Coin high-level 3D visualization library and Trolltech’s Qt 2D user interface library. Qt and Coin is a perfect match since they are both open source, widely portable and easy to use. Quarter has evolved from Systems in Motion’s own experiences using Coin and Qt together in our applications. The functionality in Quarter revolves around QuarterWidget, a subclass of QGLWidget. This widget provides functionality for rendering of Coin scenegraphs and translation of QEvents into SoEvents. Using this widget is as easy as using any other QWidget.

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

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

sudo dnf -y install quarter

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

sudo yum -y install quarter

How To Uninstall quarter on Fedora 34

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

sudo dnf remove quarter

quarter Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/d0f01cb9d88be22e4e7478f0acc454db8f6bfd
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/5c6132c82d26a9586c9d5ac0c00faaae444053
/usr/lib64/libQuarter.so.1.1.0
/usr/lib64/libQuarter.so.20
/usr/lib64/qt5/plugins/designer/libQuarterWidgetPlugin.so
/usr/lib64/qt5/plugins/designer/libQuarterWidgetPlugin.so.1.1.0
/usr/lib64/qt5/plugins/designer/libQuarterWidgetPlugin.so.20
/usr/share/doc/quarter
/usr/share/doc/quarter/AUTHORS
/usr/share/doc/quarter/ChangeLog
/usr/share/doc/quarter/NEWS
/usr/share/doc/quarter/README
/usr/share/licenses/quarter
/usr/share/licenses/quarter/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/a3d29710d9b5ef2706c5ddbadd8ddaaf30969d
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/50790432a7588d9f9e4898bbc3d8ce7a04878c
/usr/lib/libQuarter.so.1.1.0
/usr/lib/libQuarter.so.20
/usr/lib/qt5/plugins/designer/libQuarterWidgetPlugin.so
/usr/lib/qt5/plugins/designer/libQuarterWidgetPlugin.so.1.1.0
/usr/lib/qt5/plugins/designer/libQuarterWidgetPlugin.so.20
/usr/share/doc/quarter
/usr/share/doc/quarter/AUTHORS
/usr/share/doc/quarter/ChangeLog
/usr/share/doc/quarter/NEWS
/usr/share/doc/quarter/README
/usr/share/licenses/quarter
/usr/share/licenses/quarter/COPYING

References

Summary

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