Coder Social home page Coder Social logo

jetdc / proot-distro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from termux/proot-distro

0.0 0.0 0.0 215 KB

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

License: GNU General Public License v3.0

Shell 100.00%

proot-distro's Introduction

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)

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.

Fixing dpkg errors

  1. udisks2
    dpkg: error processing package udisks2 (--configure):
     installed udisks2 package post-installation script subprocess returned error exit status 1
    
    Solution:
    rm /var/lib/dpkg/info/udisks2.postinst
    dpkg --configure -a
    
  2. libfprint-2-2
    dpkg: error processing package libfprint-2-2:arm64 (--configure):
     installed libfprint-2-2:arm64 package post-installation script subprocess returned error exit status 1
    
    Solution:
    rm /var/lib/dpkg/info/libfprint0:*.postinst
    dpkg --configure -a
    
  3. fprintd
    rm /var/lib/dpkg/info/fprintd.postinst
    dpkg --configure -a
    

proot-distro's People

Contributors

zhymabekroman avatar saicharankandukuri avatar jj-sallo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.