termux-pacman / pacman-for-termux

Special configured pacman for termux.
https://termux-pacman.dev
MIT License
64 stars 6 forks source link

[ask] replace apt with pacman as default package manager #14

Closed rendiix closed 2 years ago

rendiix commented 2 years ago

can pacman replace apt as Termux default packag manager? Will termux official provide a mirrored termux package in pacman format?

Maxython commented 2 years ago

Unfortunately, I cannot give a specific answer, but I think and am sure that pacman will become another default package manager for termux. But this is clearly not coming soon as there are problems with hosting.

When this problem is resolved and all termux packages are in pacman format, I will discuss this solution with the termux command.

rendiix commented 2 years ago

Sounds really good, thanks for your hard work.

I have a little problem, what does the error message below mean?

Screenshot_20211021-200850364 (1)

Maxython commented 2 years ago

Try it:

mkdir -p $PREFIX/var/lib/pacman/sync
mkdir -p $PREFIX/var/lib/pacman/local
pacman -Fy
pacman -Syu
rendiix commented 2 years ago

Thanks, works perfectly.

Screenshot_20211021-204442040

rendiix commented 2 years ago

does termux-pacman support zstd compression method by default?

Maxython commented 2 years ago

Termux-pacman supports the zstd, gzip, bzip2, lrzip, lzop, lz4, lzip and xz package format.