How To Install Void Linux OS On Android

 

Hello Everyone, Welcome to My Blog, in today's Article I'm going to show you how to install void Linux OS on your Android phone using proot-distro on termux, read the article till then end and use the commands as shown below to make sure you get the right output and avoid mistakes on bothr the installation and setup process.

Prerequisites:

Installation procedures 

Update Termux packages and install proot-distro with the command ↓↓↓
pkg update ; pkg install proot-distro 
After that we're going to edit void installation script, though by default, void Linux is one of the operating systems available on proot-distro, but it's not functional so we'd have to edit another void and give it a different name, do that with the command below ↓↓↓
nano $PREFIX/etc/proot-distro/void2.sh
Now paste this script in the nano page ↓↓↓
# This is a default distribution plug-in.
# Do not modify this file as your changes will be overwritten on next update.
# If you want customize installation, please make a copy.
DISTRO_NAME="Void Linux"
DISTRO_COMMENT="Void Linux Script Modified By Birds In Tech."

TARBALL_URL['aarch64']="https://github.com/EXALAB/Anlinux-Resources/blob/master/Rootfs/Void/arm64/void-arm64-ROOTFS-20221001.tar.xz?raw=true"
TARBALL_SHA256['aarch64']="329f0f43e9ad0cbef18f7df10fc08944f57e65d021a1093fbfabdcc681151412"
TARBALL_URL['arm']="https://github.com/EXALAB/Anlinux-Resources/blob/master/Rootfs/Void/armhf/void-armhf-ROOTFS-20221001.tar.xz?raw=true"
TARBALL_SHA256['arm']="3fdfbc745a205cea254bfc8f31dfcc772b57ae1d9f0a2ac9155595124542f4f0"
TARBALL_URL['i686']="https://github.com/EXALAB/Anlinux-Resources/blob/master/Rootfs/Void/i386/void-i386-ROOTFS-20221001.tar.xz?raw=true"
TARBALL_SHA256['i686']="df6fb544a6c8f295900c5c95f716c99187627d3d128052423a9792d1ccbe0d59"
TARBALL_URL['x86_64']="https://github.com/EXALAB/Anlinux-Resources/blob/master/Rootfs/Void/amd64/void-amd64-ROOTFS-20221001.tar.xz?raw=true"
TARBALL_SHA256['x86_64']="ffc210302ccf16df99d21609611e2ff2f46a6fbedecde7220a4cc880264cf949"
Type Ctrl+X button to save and exit this script 
To install void Use the command below ↓↓↓
proot-distro install void2
To login to void after installation, use the command ↓↓↓
Proot-distro login void2
Now that you're logged in to void, update your Terminal packages withe the command below ↓↓↓
xbps-install -u xbps ; sudo xbps-install -Syu ; xbps-pkgdb -u
This is how to install a working CLI version of void Linux on an Android Device.

Watch the video below:

Post a Comment

Previous Post Next Post