How To Install libqrtr-glib on Fedora 36
Introduction
In this tutorial we learn how to install libqrtr-glib
on Fedora 36.
What is libqrtr-glib
This package contains the libraries that make it easier to use and manage the QRTR (Qualcomm IPC Router) bus.
We can use yum
or dnf
to install libqrtr-glib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libqrtr-glib.
Install libqrtr-glib 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 libqrtr-glib
using dnf
by running the following command:
sudo dnf -y install libqrtr-glib
Install libqrtr-glib 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 libqrtr-glib
using yum
by running the following command:
sudo yum -y install libqrtr-glib
How To Uninstall libqrtr-glib on Fedora 36
To uninstall only the libqrtr-glib
package we can use the following command:
sudo dnf remove libqrtr-glib
libqrtr-glib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/fb948f257653d4733e987634648d7a7da29257
/usr/lib64/girepository-1.0/Qrtr-1.0.typelib
/usr/lib64/libqrtr-glib.so.0
/usr/lib64/libqrtr-glib.so.0.0.0
/usr/share/doc/libqrtr-glib
/usr/share/doc/libqrtr-glib/AUTHORS
/usr/share/doc/libqrtr-glib/NEWS
/usr/share/doc/libqrtr-glib/README
/usr/share/licenses/libqrtr-glib
/usr/share/licenses/libqrtr-glib/COPYING.LIB
References
Summary
In this tutorial we learn how to install libqrtr-glib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).