Skip to content

termux-pacman/pacman-for-termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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