![Image 1 — Study Table Next to Window [1920x1080]](https://preview.redd.it/5b4i0ks502kh1.png?width=1920&format=png&auto=webp&s=2f9a4a0ac60ba54041385bf4aa2c2a48261b4873)
![Image 2 — Study Table Next to Window [1920x1080]](https://preview.redd.it/qjiynou802kh1.png?width=1920&format=png&auto=webp&s=55230865501943ab0d46db2224df83381dfa6216)
![Image 1 — Study Table Next to Window [1920x1080]](https://preview.redd.it/5b4i0ks502kh1.png?width=1920&format=png&auto=webp&s=2f9a4a0ac60ba54041385bf4aa2c2a48261b4873)
![Image 2 — Study Table Next to Window [1920x1080]](https://preview.redd.it/qjiynou802kh1.png?width=1920&format=png&auto=webp&s=55230865501943ab0d46db2224df83381dfa6216)
Greetings,
I built a wrapper some time ago on top of pacman, to make the downloads faster and fancier. The things done to make downloads faster are:
And, secondly made the progress output a bit fancier and colorful, taking inspiration from Nala. Maybe, it will be beneficial for some, so at least check it out on Github.
Moreover, I made it all by myself without using AI, which would have defeated the whole learning goal behind this project.
Github Repo: Repo Link
Thanks!! ;)
Greetings,
I built a wrapper on top of pacman (package manager of ArchLinux), to make the downloads more faster and fancier. Some things done to make downloads faster are:
And, secondly made the progress output a bit fancier and colorful, taking inspiration from Nala. Maybe, it will be beneficial for some, so at least check it out on Github.
Moreover, I made it all by myself without using AI, as it would defeat the whole learning goal behind this project.
Github Repo: Repo Link
Thanks!! ;)
Greetings everyone,
I built a little project a little while ago, inspired by Nala and Powerpill, that wraps 'pacman'. The packages are downloaded parallelly using 'aria2c' and then installed by calling 'pacman'. As of now, it only support two commands:
1 -> Syncing New Packages
sudo pacx -S package_names
2 -> Updating Installed Packages
sudo pacx -Su
The sole purpose of building this was to learn C language. Yeah, I know many people would say that there could be lots of better things that could have been built. But, I choose this idea because it fits me and somewhat also fullfills the things that I wanted.
Thanks for taking some time to read it. Please visit the code once if your interested via the link below.
Github Repo: (https://github.com/abdurehmanimran/pacx)