How to Install go-mtpfs in Ubuntu 18.04



Install go-mtpfs by entering the following commands in the terminal:

sudo apt update
sudo apt install go-mtpfs

Description:

Mount MTP devices over FUSE

Go-mtpfs is a simple FUSE filesystem for mounting Android devices as an MTP device. . It will expose all storage areas of a device in the mount, and only reads file metadata as needed, making it mount quickly. It uses Android extensions to read/write partial data, so manipulating large files requires no extra space in /tmp.

Homepage: https://github.com/hanwen/go-mtpfs

Version: 0.0~git20150917.0.bc7c0f7-2

Section: universe/devel