GitXplorerGitXplorer
t

termux-gui-pm

public
9 stars
2 forks
0 issues

Commits

List of commits on branch main.
Unverified
1f58a6995ed8d4689859f67d922df27c1b717909

Added installation instructions.

ttareksander committed 2 years ago
Unverified
2e62df7aeb96b57f346b7c01bc780da1e633096c

Made package details regex for apt more robust, changed upgrade to apt-get dist-upgrade, added pacman, fixed program not starting when proot-distro isn't installed.

ttareksander committed 2 years ago
Unverified
2ba163bc198a7e1f3c9b278f77f360884fe2c254

Finished first version with apt support

ttareksander committed 2 years ago
Verified
1c025177fb160b6c5197083ee02a22757c40cd62

Initial commit

ttareksander committed 2 years ago

README

The README file for this repository.

termux-gui-pm

A graphical package manager for various package formats for Termux and proot-distro distros.

Features

  • updating package lists
  • upgrading packages
  • installing packages
  • uninstalling packages
  • all of the above in proot-distro distros
  • supported package managers:
    • apt
    • pacman

Installation

GitHub

Download a file from the GitHub releases.
Install python with pkg install python.
Install the Termux:GUI python bindings with pip install termuxgui.
Install the Termux:GUI app.

Dependencies

License

The license is the Mozilla Public License 2.0.
TL;DR: You can use this program in your own projects, regardless of the license you choose for it. Modifications to this program have to be published under the MPL 2.0 (or a GNU license in some cases) though.