Giter VIP home page Giter VIP logo

termux-x-repository's Introduction

Termux repository of X/GUI packages

This repository contains various X/GUI packages (such as dosbox) that can be installed to Termux.

How to enable this repository

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

Note

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.

Things that have to be done

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

termux-x-repository's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.