How to Install and Uninstall quarter.x86_64 Package on Fedora 34

Last updated: May 19,2024

1. Install "quarter.x86_64" package

Please follow the step by step instructions below to install quarter.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install quarter.x86_64

2. Uninstall "quarter.x86_64" package

Please follow the guidelines below to uninstall quarter.x86_64 on Fedora 34:

$ sudo dnf remove quarter.x86_64 $ sudo dnf autoremove

3. Information about the quarter.x86_64 package on Fedora 34

Last metadata expiration check: 1:32:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : quarter
Version : 1.1.0
Release : 4.fc34
Architecture : x86_64
Size : 70 k
Source : quarter-1.1.0-4.fc34.src.rpm
Repository : fedora
Summary : Lightweight glue library between Coin and Qt
URL : https://grey.colorado.edu/quarter/
License : BSD
Description : 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.