How to Install go-mtpfs in Ubuntu 18.04

Here is How to install go-mtpfs in Ubuntu 18.04. Just copy and paste the commands below into your Ubuntu terminal to get this package.

What is Go-mtpfs?

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.

How to install go-mtpfs in Ubuntu?

Update your system first then install the go-mtpfs Package in your Ubuntu os. Open your Ubuntu terminal and just copy and paste these commands:

sudo apt update
sudo apt install go-mtpfs

If you want to do it forcefully then use these commands

sudo apt update -y
sudo apt install go-mtpfs -y

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top