How To Install libmbim-utils on Fedora 36

In this tutorial we learn how to install libmbim-utils in Fedora 36. libmbim-utils is Utilities to use the MBIM protocol from the command line

Introduction

In this tutorial we learn how to install libmbim-utils on Fedora 36.

What is libmbim-utils

This package contains the utilities that make it easier to use MBIM functionality from the command line.

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

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

sudo dnf -y install libmbim-utils

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

sudo yum -y install libmbim-utils

How To Uninstall libmbim-utils on Fedora 36

To uninstall only the libmbim-utils package we can use the following command:

sudo dnf remove libmbim-utils

libmbim-utils Package Contents on Fedora 36

/usr/bin/mbim-network
/usr/bin/mbimcli
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/e42c3063037a04fdaaea4589fcb9730545637d
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/183168c762ad8bf2d04432e259d63cd98958ac
/usr/libexec/mbim-proxy
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/mbimcli
/usr/share/licenses/libmbim-utils
/usr/share/licenses/libmbim-utils/COPYING
/usr/share/man/man1/mbim-network.1.gz
/usr/share/man/man1/mbimcli.1.gz

References

Summary

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