How To Install quarter on Fedora 36
Introduction
In this tutorial we learn how to install quarter
on Fedora 36.
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.
We can use yum
or dnf
to install quarter
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install quarter.
Install quarter 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 quarter
using dnf
by running the following command:
sudo dnf -y install quarter
Install quarter 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 quarter
using yum
by running the following command:
sudo yum -y install quarter
How To Uninstall quarter on Fedora 36
To uninstall only the quarter
package we can use the following command:
sudo dnf remove quarter
quarter Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/fca843aa71e3d4a426d374c8684a7c16dffd39
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/b4a5e63bbab62eeccef47f67c9a011d5d93557
/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
References
Summary
In this tutorial we learn how to install quarter
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install quarter on Fedora 36” linkTitle: “quarter” type: “docs” description: “In this tutorial we learn how to install quarter in Fedora 36. quarter is Lightweight glue library between Coin and Qt” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/quarter-featured.png
Introduction
In this tutorial we learn how to install quarter
on Fedora 36.
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.
We can use yum
or dnf
to install quarter
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install quarter.
Install quarter 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 quarter
using dnf
by running the following command:
sudo dnf -y install quarter
Install quarter 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 quarter
using yum
by running the following command:
sudo yum -y install quarter
How To Uninstall quarter on Fedora 36
To uninstall only the quarter
package we can use the following command:
sudo dnf remove quarter
quarter Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/fef57bf8d29c298c56b89ebf06b1ffcffc9543
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/88bf6235262d07a2aa8f081ca74da3a9975a65
/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 36 using yum and [dnf]((/fedora/36/dnf/).