Skip to content

wahasa/Debian

Repository files navigation

My Channel
| Discord | YouTube |


Debian on Termux Android


• Install Apps on Android

Installation

Copy and paste this command to Termux :

pkg update

Install Debian

Debian 13 (Pre-release)

Rootfs : Armhf, Arm64, Amd64

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

Debian 12 (Bookworm)

Rootfs : Armhf, Arm64, Amd64

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

List Ubuntu | Click Hare >


  • Start Debian
debian
  • Stop Debian
exit
  • Remove Debian
rm -rf debian-fs .debian $PREFIX/bin/debian

Basic commands Ubuntu

apt update : Update list package.
apt upgrade : Upgrade package.
apt search (pkg) : Search package.
apt install (pkg) : Install package.
apt autoremove (pkg) : Delete package.
apt -h : Help all commands


Desktop Environment

In Debian, run this command :

apt update


Install Desktop Xfce

apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Debian/main/Desktop/de-xfce.sh ; chmod +x de-xfce.sh ; ./de-xfce.sh

Install Desktop Lxde

apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Debian/main/Desktop/de-lxde.sh ; chmod +x de-lxde.sh ; ./de-lxde.sh

Install Desktop Lxqt

apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Debian/main/Desktop/de-lxqt.sh ; chmod +x de-lxqt.sh ; ./de-lxqt.sh

Install Desktop Kde

apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Debian/main/Desktop/de-kde.sh ; chmod +x de-kde.sh ; ./de-kde.sh

Feature

  • Fixed Sound
  • Access to Sdcard
  • Fixed Browser Crash
  • Install Applications Click here,.

Visit problem now in : Issues


VNC Viewer

  • Start VNC Server

In Debian, run this command to start :

vnc-start
  • Open Vnc Viewer

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

Address

localhost:1

Name

Debian Desktop

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

  • Stop VNC Server

In Debian, run this command to stop :

vnc-stop


Good Luck