wahasa / Alpine

Welcome To Alpine Termux For Android

Home Page:https://youtube.com/@layargeser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Channel
| Discord | YouTube |


Alpine on Termux Android

a-default


• Install Apps on Android

Installation

Copy and paste this command to Termux

pkg update && pkg upgrade

Install Alpine

Alpine 3.19

Rootfs : Armhf, Arm64, i386, Amd64

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

Alpine 3.18

Rootfs : Armhf, Arm64, i386, Amd64

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

List Alpine | Click Hare >


  • Start Alpine
alpine
  • Stop Alpine
exit
  • Delete Alpine
rm -rf alpine-fs

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

on Termux, run this command

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

Commands in Linux (Session 2)

on Alpine, run this command

apk update

Install Xfce Desktop

Screenshot_2024-02-29-11-33-23-785_com realvnc viewer android

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

Screenshot_2024-02-29-11-40-50-159_com realvnc viewer android

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

Screenshot_2024-02-29-11-28-37-547_com realvnc viewer android

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

Screenshot_2024-02-29-11-30-27-983_com realvnc viewer android

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


About

Welcome To Alpine Termux For Android

https://youtube.com/@layargeser


Languages

Language:Shell 100.0%