Skip to content

An utility for managing installations of the Linux distributions in Termux.

Notifications You must be signed in to change notification settings

MohamedAhmedAliGpaly/proot-distro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Bash script for managing proot'ed Linux distributions in Termux.

For now it supports installation of these distributions:

  • Alpine Linux
  • Arch Linux & Arch Linux ARM
  • Kali Nethunter (rootless)
  • Ubuntu (18.04 / 20.04)

Usage example

Install package in Termux:

pkg install proot-distro

Example on how to install Ubuntu and launch shell:

proot-distro install ubuntu-20.04
proot-distro login ubuntu-20.04

You may create a distribution installation with custom name:

proot-distro install --override-alias ubuntu-testing ubuntu-20.04
proot-distro login ubuntu-testing

This will allow to have multiple installations of same distribution.

About

An utility for managing installations of the Linux distributions in Termux.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%