Tx11nVNC
Dual connection screen to display via Termux x11 on VNC ✧◝(⁰▿⁰)◜✧
File Explorer
- banner.png
- screenshot0.png
- screenshot1.png
- screenshot2.png
- screenshot3.png
- screenshot4.png
- screenshot5.png
- test
- README.md
- termux_x11.sh
- vnc.sh
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
pkg
View Details ▼
pkg
Package management utility for Termux.
pkg {{[up|upgrade]}}
Upgrade all installed packages:
pkg install {{package}}
Install a new package:
tldr pkg_add
View documentation for installing/updating packages:
apt install
View Details ▼
apt install
Install packages for Debian-based distributions.
sudo apt install {{package}}
Install a package, or update it to the latest version:
sudo apt install {{[-V|--verbose-versions]}} {{package}}
Display verbose package version information during installation or update:
pacman -S
View Details ▼
pacman -S
This command is an alias of `pacman --sync`.
tldr pacman sync
View documentation for the original command:
