This repository contains various X/GUI packages (such as dosbox) that can be installed to Termux.
Make sure that needed tools are installed:
pkg upgrade
pkg install apt-transport-https nano gnupg wget
Download gpg key for this repository:
wget https://xeffyr.github.io/termux-x-repository/pubkey.gpg
apt-key add pubkey.gpg
Edit your sources.list by adding a line with correct CPU architecture:
## For AArch64
deb [arch=all,aarch64] https://xeffyr.github.io/termux-x-repository/ termux x-gui
## For ARM
deb [arch=all,arm] https://xeffyr.github.io/termux-x-repository/ termux x-gui
## For i686
deb [arch=all,i686] https://xeffyr.github.io/termux-x-repository/ termux x-gui
## For x86_64
deb [arch=all,x86_64] https://xeffyr.github.io/termux-x-repository/ termux x-gui
Then update apt lists:
apt update
This repository uses Github Pages. Since Github Pages use caching, sometimes when repository is updated you may receive errors like 'Hash Sum mismatch' or '404 Not Found'. Usually, the problem should gone away in ~10 minutes after repository update.
Basic (tigervnc, xclock and dependencies):
- Add architecture 'aarch64'
- Add architecture 'arm'
- Add architecture 'i686'
- Add architecture 'x86_64'
Additional useful packages:
- Openbox
- SDL
- FLTK
- DosBox
- XTerm
- QEMU