/Alpine

Welcome To Alpine Termux For Android

Primary LanguageShell

My Channel
| Discord | YouTube |


Alpine on Termux Android

Alpine


• Install Apps on Android

Installation

Copy and paste this command to Termux

pkg update

Install Alpine

Alpine 3.20

Rootfs : Armhf, Arm64, i386, Amd64

pkg install wget -y ; wget https://raw.githubusercontent.com/wahasa/Alpine/main/Install/alpine3.20.sh ; chmod +x alpine3.20.sh ; ./alpine3.20.sh

Alpine 3.21 (Dev)

Rootfs : Armhf, Arm64, i386, Amd64

pkg install wget -y ; wget https://raw.githubusercontent.com/wahasa/Alpine/main/Install/alpinedev.sh ; chmod +x alpinedev.sh ; ./alpinedev.sh

List Alpine | Click Hare >


  • Start Alpine
alpine
  • Stop Alpine
exit
  • Remove Alpine
rm -rf alpine-fs .alpine $PREFIX/bin/alpine

Basic commands Alpine

apk update : Update list package.
apk upgrade : Upgrade package.
apk search (pkg) : Search package.
apk add (pkg) : Install package.
apk del (pkg) : Delete package.
apk -h : Help all commands.


Desktop Environments

Make 2 Session in Termux

Swipe the screen from left to right in termux, click 'New Session'.


Commands in Termux (Session 1)

pkg update

  • Install Tigervnc

In Termux, run this command

wget https://raw.githubusercontent.com/wahasa/Alpine/main/tigervnc ; chmod +x tigervnc ; ./tigervnc

Commands in Linux (Session 2)

In Alpine, run this command

apk update

Install Xfce Desktop

xfce

apk add wget ; wget https://raw.githubusercontent.com/wahasa/Alpine/main/Desktop/de-xfce.sh ; chmod +x de-xfce.sh ; ./de-xfce.sh
Install Lxqt Desktop

lxqt

apk add wget ; wget https://raw.githubusercontent.com/wahasa/Alpine/main/Desktop/de-lxqt.sh ; chmod +x de-lxqt.sh ; ./de-lxqt.sh
Install Kde Desktop

kde

apk add wget ; wget https://raw.githubusercontent.com/wahasa/Alpine/main/Desktop/de-kde.sh ; chmod +x de-kde.sh ; ./de-kde.sh
Install Mate Desktop

mate

apk add wget ; wget https://raw.githubusercontent.com/wahasa/Alpine/main/Desktop/de-mate.sh ; chmod +x de-mate.sh ; ./de-mate.sh

Feature

  • Fixed Sound
  • Access to Sdcard
  • Access to Termux-x11
  • Fixed Browser Crash | Click Here >
  • Install Applications | Click Here >

Visit problem now in : Issues


Vnc Viewer


VNC Viewer Android
  • Start Vnc Server

In Session 1 (Termux), run this command

vncstart

To Session 2 (Alpine), run this command

vncstart


  • Open Vnc Viewer

Add (+) VNC Client to connect, fill with :

Address

localhost:1

Name

Alpine Desktop

To disconnect VNC Client, click (X) on the right.


  • Stop Vnc Server

To Session 2 (Alpine), run this command

ctrl + c (2X)

In Session 1 (Termux), run this command

vncstop

Close session with 'exit'.


Termux-x11


Termux-x11 Android

> Click Here <



Good Luck