I now have an 'official' Linux terminal in Android
3 July, 2025 - Categories: Linux - Tags: Android, terminal, Debian
By Steven Rosenberg
It's not like Android hasn't had its own Linux terminal before now. Termux has been around for a while. But now that Google is offering a standard Debian Linux terminal on many Android phones, is it more than a gimmick?
I have a Pixel phone, so it worked. I followed the instructions in Jack Wallen's ZDNet article and soon had a Debian console without incident. I'm not sure if sudo apt update && sudo apt upgrade
is the approved way to bring it up to date, but that's what I did.
I gave vi
a try, and that's about it for now. I later figured out — and subsequently forgot — where to put files so they can be accessed both by the Debian terminal and the phone.
I could see myself using this to manage my servers. I did it with an Android app for a while with user name and password, but I never got my ssh keys into the phone and for that reason couldn't really do it. Maybe this will give me the incentive to get it working.
Even though the terminal font is super small, I might be persuaded that this is more than a gimmick if I could make use of my Bluetooth keyboard to do some work in Vim and other console programs. Maybe I could build and deploy a Zola blog from the phone and share it to the desktop via git.