Ask Android @lemdro.id sabreW4K3 @lazysoci.al 6mo ago Can't Install OpenSSH via Android 15 Terminal It's fine via Termux, but I don't seem to be able to do it at all via the new Android 15 Terminal that's running Debian.
It's fine via Termux, but I don't seem to be able to do it at all via the new Android 15 Terminal that's running Debian.
sudo apt install openssh Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package openssh I also tried openssh-client
Coming up against any errors, and what have you tried exactly?
I also tried openssh-client
Try installing the server with this command instead
sudo apt install openssh-server