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
- Debian Buster
- Fedora 33
- Kali Nethunter (rootless)
- Parrot OS (LTS)
- Ubuntu (18.04 / 20.04)
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.
- udisks2
Solution:
dpkg: error processing package udisks2 (--configure): installed udisks2 package post-installation script subprocess returned error exit status 1
rm /var/lib/dpkg/info/udisks2.postinst dpkg --configure -a
- libfprint-2-2
Solution:
dpkg: error processing package libfprint-2-2:arm64 (--configure): installed libfprint-2-2:arm64 package post-installation script subprocess returned error exit status 1
rm /var/lib/dpkg/info/libfprint0:*.postinst dpkg --configure -a
- fprintd
rm /var/lib/dpkg/info/fprintd.postinst dpkg --configure -a