(13:14:24) Molly: I’m using a debian box here at anu, and i got sick of apt-get and apt-cache being 2 seperate commands so i wrote a basic bash scipt that wraps them both, i called it aptget. So now i can aptget search blah or aptget install blah; even aptget install -f. I did it to all commands shown in apt-get — help and apt-cache — help, and was lazy with the options. Haven’t tested em all yet, i only ever use aptget install|search|update etc..
![]()
Lollers, sounds like apt-rpm/apt4rpm.
Edit: And here is Molly’s script, GPLed and all.
3 comments
Instead of “aptget” you should have made it “emerge” :P -c
Thanks klepas,
Just a NOTE: The script works from the little testing i have given it, but i haven’t added any error checking etc, so there could be bugs! You’ve all been warned.
Feel free to fix anything up, or let me know and i _may_ fix it. I’m not a debian or ubuntu user so it is not something i’m worried about :)
Add a useful curses interface, and mix in some of the functionality of deborphan, and you’d wind up with aptitude.