-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Is it possible to build termux-app with pacman as the default package manager? #3248
Comments
What command did you use to build bootstrap based on pacman? |
I used your PR termux/termux-packages#14692 to generate the bootstrap |
@Maxython any tips on getting pacman to work? Your PR with |
So I understand you are using As far as building bootstrap based on pacman, you need to use the |
Yes, I'm currently using |
If you want to add additional packages to bootstrap, then you can use the |
Yeah I'm using that already but it only works for packages in the official repo, but I need to add in a package and scripts specific to my application. At the moment I'm just hacking the generate script to look in the local |
Set log level to verbose and check logcat after reinstalling app to see if pacman was even installed from the bootstrap. https://github.com/termux/termux-app#Debugging Edit: Add a
|
Feature description
I have successfully built bootstraps.zip using the pacman option, but now having installed that in my build of termux-app, I get the following error when trying to install apps:
Or do I just need to include pacman in the bootstraps.zip build?
Additional information
N/A
The text was updated successfully, but these errors were encountered: