How To Install libmtp on Fedora 36
Introduction
In this tutorial we learn how to install libmtp
on Fedora 36.
What is libmtp
This package provides a software library for communicating with MTP (Media Transfer Protocol) media players, typically audio players, video players etc.
We can use yum
or dnf
to install libmtp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmtp.
Install libmtp 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 libmtp
using dnf
by running the following command:
sudo dnf -y install libmtp
Install libmtp 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 libmtp
using yum
by running the following command:
sudo yum -y install libmtp
How To Uninstall libmtp on Fedora 36
To uninstall only the libmtp
package we can use the following command:
sudo dnf remove libmtp
libmtp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/77
/usr/lib/.build-id/77/d081b63f64d95c4561f17cb643faebcdcb917b
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/67d09f146d31a372284f5cf326fa64612cdfc9
/usr/lib/udev/hwdb.d/69-libmtp.hwdb
/usr/lib/udev/mtp-probe
/usr/lib/udev/rules.d/69-libmtp.rules
/usr/lib64/libmtp.so.9
/usr/lib64/libmtp.so.9.4.0
/usr/share/licenses/libmtp
/usr/share/licenses/libmtp/COPYING
References
Summary
In this tutorial we learn how to install libmtp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libmtp on Fedora 36” linkTitle: “libmtp” type: “docs” description: “In this tutorial we learn how to install libmtp in Fedora 36. libmtp is Software library for MTP media players” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libmtp-featured.png
Introduction
In this tutorial we learn how to install libmtp
on Fedora 36.
What is libmtp
This package provides a software library for communicating with MTP (Media Transfer Protocol) media players, typically audio players, video players etc.
We can use yum
or dnf
to install libmtp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmtp.
Install libmtp 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 libmtp
using dnf
by running the following command:
sudo dnf -y install libmtp
Install libmtp 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 libmtp
using yum
by running the following command:
sudo yum -y install libmtp
How To Uninstall libmtp on Fedora 36
To uninstall only the libmtp
package we can use the following command:
sudo dnf remove libmtp
libmtp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/cfdc104c920d85c8360251ac64e6b70d18c89c
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/f95f83126998d4fc59ed8f8f8e3c6399f627b2
/usr/lib/libmtp.so.9
/usr/lib/libmtp.so.9.4.0
/usr/lib/udev/hwdb.d/69-libmtp.hwdb
/usr/lib/udev/mtp-probe
/usr/lib/udev/rules.d/69-libmtp.rules
/usr/share/licenses/libmtp
/usr/share/licenses/libmtp/COPYING
References
Summary
In this tutorial we learn how to install libmtp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).