- Edited
i am not new to pacman. i have tried obarun at least once, it looks very cool, but more to the point i think it uses pacman and i think the next distro i remix will likely be pacman-based.
i will be honest, if you want to know the main reason ive stayed away from arch-based things for ages, its pacman.
youre going to think this is whingy-- i really hate the command line switches. its not just me-- i dont want to subject other people to them.
im not here to complain or demand anything, id like your help solving this. i can certainly solve this myself, but with advice from people who actually use pacman, i can do it better than if i read then guess the best way.
so here are the commands im used to in debian-land:
apt-get install leafpad # download + install leafpad
apt-get remove leafpad # uninstall leafpad
apt-cache search pad # find leafpad-like packages
apt-get update # download package lists
apt-get dist-upgrade # upgrade to next debian version
these are the only 5 apt commands i really need for me or other people.
as fungal blogged recently, portage is the standard gentoo package thing, and emerge is the friendly version with apt-like commands.
im looking to make a simple interface to pacman that can do this:
download+install pkgname
uninstall pkgname
search package list for partial pkgname
update package list
dist-upgrade (this is a bonus.)
i do realise that some of these tasks may involve 2 or more commands.
thats not a problem, thats fine-- i can code enough in bash and python to solve that.
i find the pacman docs very unintuitive. thus rather than using pacman again i want to make this easier interface.
since this is the most relaxed arch community ive talked to, i thought id ask you guys first. some other arch community might throw me out for even asking this ridiculous thing (just guessing, not accusing anybody.)
again, im looking for pacman commands to achieve at least:
download+install pkg
uninstall pkg
search list
update (download) latest list
(bonus) upgrade everything
and the reason im asking you guys is simple: lots of switches = occasional gotchas you can steer me away from. otherwise id just fiddle with the howto until i thought it did what i want.
thanks. note that if this works, i will probably suggest it to anybody that is like "i dont like pacman... apt please"
"try this."
i will be honest, if you want to know the main reason ive stayed away from arch-based things for ages, its pacman.
youre going to think this is whingy-- i really hate the command line switches. its not just me-- i dont want to subject other people to them.
im not here to complain or demand anything, id like your help solving this. i can certainly solve this myself, but with advice from people who actually use pacman, i can do it better than if i read then guess the best way.
so here are the commands im used to in debian-land:
apt-get install leafpad # download + install leafpad
apt-get remove leafpad # uninstall leafpad
apt-cache search pad # find leafpad-like packages
apt-get update # download package lists
apt-get dist-upgrade # upgrade to next debian version
these are the only 5 apt commands i really need for me or other people.
as fungal blogged recently, portage is the standard gentoo package thing, and emerge is the friendly version with apt-like commands.
im looking to make a simple interface to pacman that can do this:
download+install pkgname
uninstall pkgname
search package list for partial pkgname
update package list
dist-upgrade (this is a bonus.)
i do realise that some of these tasks may involve 2 or more commands.
thats not a problem, thats fine-- i can code enough in bash and python to solve that.
i find the pacman docs very unintuitive. thus rather than using pacman again i want to make this easier interface.
since this is the most relaxed arch community ive talked to, i thought id ask you guys first. some other arch community might throw me out for even asking this ridiculous thing (just guessing, not accusing anybody.)
again, im looking for pacman commands to achieve at least:
download+install pkg
uninstall pkg
search list
update (download) latest list
(bonus) upgrade everything
and the reason im asking you guys is simple: lots of switches = occasional gotchas you can steer me away from. otherwise id just fiddle with the howto until i thought it did what i want.
thanks. note that if this works, i will probably suggest it to anybody that is like "i dont like pacman... apt please"
"try this."