How To Install libmbim on Fedora 36
Introduction
In this tutorial we learn how to install libmbim
on Fedora 36.
What is libmbim
This package contains the libraries that make it easier to use MBIM functionality from applications that use glib.
We can use yum
or dnf
to install libmbim
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmbim.
Install libmbim 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 libmbim
using dnf
by running the following command:
sudo dnf -y install libmbim
Install libmbim 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 libmbim
using yum
by running the following command:
sudo yum -y install libmbim
How To Uninstall libmbim on Fedora 36
To uninstall only the libmbim
package we can use the following command:
sudo dnf remove libmbim
libmbim Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/92c5db3511ef815ef73d85dd7cb4295960a5d2
/usr/lib64/libmbim-glib.so.4
/usr/lib64/libmbim-glib.so.4.6.0
/usr/share/doc/libmbim
/usr/share/doc/libmbim/AUTHORS
/usr/share/doc/libmbim/NEWS
/usr/share/doc/libmbim/README
/usr/share/licenses/libmbim
/usr/share/licenses/libmbim/COPYING.LIB
References
Summary
In this tutorial we learn how to install libmbim
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).