You are not logged in.
Pages: 1
Currently I'm using 3 pacman clones on my computer:
- pacman-color
- powerpill
- yaourt
Coordinating which one to use can be quite confusing. I use regular pacman-color for package searching and system upgrades, yaourt for installing AUR stuff and powerpill for batch downloading and large packages. I have been brainstorming the perfect pacman clone which would combine the best features from current pacman clones.
- Colored output
- Install AUR packages
- Argument to search AUR, regular repositories or both
- Sudoes automatically when root permissions required (like yaourt)
Any other ideas on what would make the perfect pacman clone?
How's my programming? Call 1-800-DEV-NULL
Offline
pacman will never have a functionality for aur.
we are not supporting unsupported packages. this is the main reason that yaourt or others aur helpers are not in community.
Give what you have. To someone, it may be better than you dare to think.
Offline
I'm not suggesting that these features be included in pacman but in a frontend like yaourt. I'm just brainstorming ideas to create my own program.
How's my programming? Call 1-800-DEV-NULL
Offline
They are wrappers, not 'clones'.
Also, yaourt does all that already, or pacman + slurpy.
Development on yaourt is sorta stalled atm so you can contribute to it instead of making a new one.
Last edited by Chrysalis (2009-09-14 11:23:20)
Offline
1. Change the PacmanBin option in your ~/.yaourtrc to /usr/bin/powerpill.
2. Change the PacmanBin option in your /etc/powerpill.conf to /usr/bin/pacman-color.
Alias yaourt to your liking.
Voilà.
Offline
Multithreaded downloads using aria2c (like powerpill) would greatly enhance yaourt.
How's my programming? Call 1-800-DEV-NULL
Offline
As Runiq points out, you can wrap them together into one command, which seems to be quite common.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Followed Runiq's advice and it works great! Looks like I won't have to write a new program, thanks!
Last edited by zowki (2009-09-14 12:47:11)
How's my programming? Call 1-800-DEV-NULL
Offline
Pages: 1