How To Install fwupd-plugin-modem-manager on Fedora 36
Introduction
In this tutorial we learn how to install fwupd-plugin-modem-manager on Fedora 36.
What is fwupd-plugin-modem-manager
This provides the optional package which is only required on hardware that might have mobile broadband hardware. It is probably not required on servers.
We can use yum or dnf to install fwupd-plugin-modem-manager on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fwupd-plugin-modem-manager.
Install fwupd-plugin-modem-manager 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 fwupd-plugin-modem-manager using dnf by running the following command:
sudo dnf -y install fwupd-plugin-modem-manager
Install fwupd-plugin-modem-manager 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 fwupd-plugin-modem-manager using yum by running the following command:
sudo yum -y install fwupd-plugin-modem-manager
How To Uninstall fwupd-plugin-modem-manager on Fedora 36
To uninstall only the fwupd-plugin-modem-manager package we can use the following command:
sudo dnf remove fwupd-plugin-modem-manager
fwupd-plugin-modem-manager Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/469900d65537048423020b56c5cfd77f1abcb6
/usr/lib64/fwupd-plugins-5/libfu_plugin_modem_manager.so
/usr/lib/.build-id
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/68cb02db2ac31f834170df512a8861329dbcb2
/usr/lib64/fwupd-plugins-5/libfu_plugin_modem_manager.so
References
Summary
In this tutorial we learn how to install fwupd-plugin-modem-manager on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).