Trying to install android-file-transfer Ubuntu 18.04 Bionic
There is a problem with the packaging of the PPA for Bionic. You can instead use Artful PPA to install Android File Transfer on Ubuntu 18.04. (Same version, 3.2-1 as of the time of writing)
First add the PPA to your sources:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0BB4A1B2FA1A38EB
sudo add-apt-repository "deb http://ppa.launchpad.net/samoilov-lex/aftl-stable/ubuntu artful main"
Make sure to run a sudo apt update
to load the new packages, then install android-file-transfer
the usual way:
sudo apt install android-file-transfer
The following steps were required before I finally got this to run:
- Plug in phone via USB cable.
- (on Android device) yes allow access.
- (on Ubuntu) click 'eject' to unmount the Nautilus (file explorer) automount of the device.
- Run
sudo pkill mtp
- Run
android-file-transfer