UserLAnd - The Easiest Way To Run A Linux Distribution or Application
on Android
The easiest way to run a Linux distribution or application on
Android.
Features:
Run full linux distros or specific applications on top of Android.
Install and uninstall like a regular app.
No root required.
Start using UserLAnd
There are two ways to use UserLAnd: single-click apps and user-defined
custom sessions.
Using single-click apps:
Click an app.
Fill out the required information.
You're good to go!
Using user-defined custom sessions:
Define a session - This describes what filesystem you are going to use,
and what kind of service you want to use when connecting to it (ssh or
vnc).
Define a filesystem - This describes what distribution of Linux you want
to install.
Once defined, just tap on the session to start up. This will download
necessary assets, setup the filesystem, start the server, and connect to
it. This will take several minutes for the first start up, but will be
quicker afterwards.
Managing PackagesDebian, Ubuntu, And Kali:
-> Update:
sudo apt-get update && sudo apt-get dist-upgrade
-> Install Packages:
sudo apt-get install <package name>
-> Remove Packages:
sudo apt-get remove <package name>
Archlinux:
-> Update:
sudo pacman -Syu
-> Install Packages:
sudo pacman -S <package name>
-> Remove Packages:
sudo pacman -R <package name>
Installing A DesktopDebian, Ubuntu, And Kali:
-> Install Lxde:
sudo apt-get install lxde (default desktop)
-> Install X Server Client:
-> Launch XSDL
-> In UserLAnd Type: export DISPLAY=:0
PULSE_SERVER=tcp:127.0.0.1:<PORT NUMBER>
-> Then Type: startlxde
-> Then Go Back To XSDL And The Desktop Will
Show Up
ArchLinux:
-> Install Lxde: sudo pacman -S lxde
-> Install X Server Client:
Download on the Play store
-> Launch XSDL
-> In UserLAnd Type: export DISPLAY=:0
PULSE_SERVER=tcp:127.0.0.1:<PORT NUMBER>
-> Then Type: startlxde
-> Then Go Back To XSDL And The Desktop Will Show Up
But you can do so much more than that. Your phone isn't just a play thing
any more!
Have a bug report or a feature request?
You can see the templates by visiting the
issue center.
You can also chat on
slack.
Want to contribute?
See
CONTRIBUTING
document.
