Description of problem: I have to log in as root in order to use urpmi : su -c "urpmi" returns "urpmi : no such command" I didn't try with sudoers. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Open a terminal 2. Type su -c urpmi
indeed
CC: (none) => thierry.vignaud, tmbSource RPM: util-linux => util-linux urpmi
RTFM (man su is your friend) urpmi is not in user path, you need to run su -c /sbin/urpmi or su -l urpmi
Status: NEW => RESOLVEDResolution: (none) => INVALIDSource RPM: util-linux urpmi => (none)
My bad, I should have read the manual. But it's kinda confusing for noobies like me that urpmi is not in /bin, like it used to be on Mageia 1 and 2, why did you changed that ?
# which urpmi /usr/sbin/urpmi This is Mageia 2. AFAIK urpmi has never been in /bin.
CC: (none) => sander.lepik
(In reply to comment #4) > # which urpmi > /usr/sbin/urpmi > > This is Mageia 2. AFAIK urpmi has never been in /bin. Then I guess I fucked something up on both my computers⦠Nevermind, thank you all anyway.:)
Indeed it never was in /usr/bin