How To Install CQRlib on Fedora 36

In this tutorial we learn how to install CQRlib in Fedora 36. CQRlib is ANSI C API for quaternion arithmetic and rotation

Introduction

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

What is CQRlib

CQRlib is an ANSI C implementation of a utility library for quaternion arithmetic and quaternion rotation math.

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

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

sudo dnf -y install CQRlib

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

sudo yum -y install CQRlib

How To Uninstall CQRlib on Fedora 36

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

sudo dnf remove CQRlib

CQRlib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/3a8bb8c3b368fa8af107273e4ff550d806ec33
/usr/lib64/libCQRlib.so.2
/usr/lib64/libCQRlib.so.2.1.0
/usr/share/doc/CQRlib
/usr/share/doc/CQRlib/README_CQRlib.html
/usr/share/doc/CQRlib/README_CQRlib.txt
/usr/share/doc/CQRlib/lgpl.txt

References

Summary

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


title: “How To Install CQRlib on Fedora 36” linkTitle: “CQRlib” type: “docs” description: “In this tutorial we learn how to install CQRlib in Fedora 36. CQRlib is ANSI C API for quaternion arithmetic and rotation” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/CQRlib-featured.png

Introduction

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

What is CQRlib

CQRlib is an ANSI C implementation of a utility library for quaternion arithmetic and quaternion rotation math.

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

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

sudo dnf -y install CQRlib

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

sudo yum -y install CQRlib

How To Uninstall CQRlib on Fedora 36

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

sudo dnf remove CQRlib

CQRlib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/32f1a763cb2cb76285fa577101ac5edd2049ac
/usr/lib/libCQRlib.so.2
/usr/lib/libCQRlib.so.2.1.0
/usr/share/doc/CQRlib
/usr/share/doc/CQRlib/README_CQRlib.html
/usr/share/doc/CQRlib/README_CQRlib.txt
/usr/share/doc/CQRlib/lgpl.txt

References

Summary

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