How to Install and Uninstall jmtpfs.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "jmtpfs.x86_64" package

Please follow the instructions below to install jmtpfs.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install jmtpfs.x86_64

2. Uninstall "jmtpfs.x86_64" package

In this section, we are going to explain the necessary steps to uninstall jmtpfs.x86_64 on Fedora 34:

$ sudo dnf remove jmtpfs.x86_64 $ sudo dnf autoremove

3. Information about the jmtpfs.x86_64 package on Fedora 34

Last metadata expiration check: 0:14:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : jmtpfs
Version : 0.5
Release : 3.fc34
Architecture : x86_64
Size : 67 k
Source : jmtpfs-0.5-3.fc34.src.rpm
Repository : fedora
Summary : FUSE and libmtp based filesystem for accessing MTP devices
URL : https://github.com/JasonFerrara/jmtpfs/
License : GPLv3
Description : jmtpfs is a FUSE and libmtp based filesystem for accessing MTP (Media
: Transfer Protocol) devices. It was specifically designed for exchanging
: files between Linux systems and newer Android devices that support MTP
: but not USB Mass Storage.
:
: The goal is to create a well behaved filesystem, allowing tools like
: find and rsync to work as expected. MTP file types are set automatically
: based on file type detection using libmagic. Setting the file appears to
: be necessary for some Android apps, like Gallery, to be able to find and
: use the files.
:
: Since it is meant as an Android file transfer utility, the playlists and
: other non-file based data are not supported.