How To Install libraqm on Fedora 36
Introduction
In this tutorial we learn how to install libraqm
on Fedora 36.
What is libraqm
Library that encapsulates the logic for complex text layout and provides a convenient API.
We can use yum
or dnf
to install libraqm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libraqm.
Install libraqm 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 libraqm
using dnf
by running the following command:
sudo dnf -y install libraqm
Install libraqm 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 libraqm
using yum
by running the following command:
sudo yum -y install libraqm
How To Uninstall libraqm on Fedora 36
To uninstall only the libraqm
package we can use the following command:
sudo dnf remove libraqm
libraqm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/b60a70aae7b775e2456b12703d9b114b7fa22d
/usr/lib/libraqm.so.0
/usr/lib/libraqm.so.0.8.0
/usr/share/licenses/libraqm
/usr/share/licenses/libraqm/COPYING
References
Summary
In this tutorial we learn how to install libraqm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libraqm on Fedora 36” linkTitle: “libraqm” type: “docs” description: “In this tutorial we learn how to install libraqm in Fedora 36. libraqm is Complex Textlayout Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libraqm-featured.png
Introduction
In this tutorial we learn how to install libraqm
on Fedora 36.
What is libraqm
Library that encapsulates the logic for complex text layout and provides a convenient API.
We can use yum
or dnf
to install libraqm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libraqm.
Install libraqm 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 libraqm
using dnf
by running the following command:
sudo dnf -y install libraqm
Install libraqm 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 libraqm
using yum
by running the following command:
sudo yum -y install libraqm
How To Uninstall libraqm on Fedora 36
To uninstall only the libraqm
package we can use the following command:
sudo dnf remove libraqm
libraqm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/fd73f5a2b12adedd2b51bbf30da3aefdf3370d
/usr/lib64/libraqm.so.0
/usr/lib64/libraqm.so.0.8.0
/usr/share/licenses/libraqm
/usr/share/licenses/libraqm/COPYING
References
Summary
In this tutorial we learn how to install libraqm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).