On Sun, 2006-04-23 at 22:04 -0700, Sean Bruno wrote: > sudo yum -y install gcc On fedora, sudo is configured correctly by default - without the ability to do anything. su --command="yum -y install gcc" works on a default install (assuming you know the root password).