Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.15 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.15 KB

Information

pacman-for-termux is a project that allows you to use the pacman package manager and its tools (makepkg and repo-add) in termux. This repository used to be the beginning of pacman support development for termux, but now it plays the role of informing the user and the main work with pacman has been moved to the termux/termux-packages repository.

Installing pacman

Please note that in order to use pacman fully, you need to follow certain steps for this (how to do it is written here). But if you just want to get pacman with the tools, you can run the following command (although doing a full install of pacman is also recommended here).

pkg upd -y
pkg ins pacman -y

Useful links