tags: linux android mtp title: Linux MTP Notes ## Getting MTP Working I needed to do this (on kubuntu 2204) ```bash sudo apt update sudo apt install mtp-tools libmtp-runtime libmtp-common kio-extras ``` In particular, when MTP wasn't working, it turned out `mtp-tools` wasn't installed.