Page 1 of 1

su and kdesudo

Posted: Mon Jan 07, 2013 4:48 pm
by crazyeddie
I really prefer su to sudo, and I generally nuke the sudoers file (comment out the permissions). Unfortunately, under KDE, synaptic uses kdesudo. Is there any way to configure things so that it uses su instead of sudo? Or, is there someway of listing package descriptions so I can just use apt-get to download the packages I want? Or am I stuck using sudo, along with my extremely insecure user password?

Re: su and kdesudo

Posted: Mon Jan 07, 2013 5:42 pm
by xenopeek
Basic commands for searching packages is with apt-cache. For example let's say I want a new hex editor:

Code: Select all

apt-cache search "hex editor"
Then to see specifics on a package, for example ghex:

Code: Select all

apt-cache show ghex
Or to see from where it will be/is installed:

Code: Select all

apt-cache policy ghex
See "man apt-cache" for more information.

You may instead also want to look into using aptitude, which is a menu driven terminal application which can do as much and more as Synaptic. Though it has a bit of a learning curve...

Re: su and kdesudo

Posted: Wed Jan 09, 2013 6:07 pm
by BubbaBlues
I have the most insecure password I could have and I'm not worried. But I'm the only one who uses my computer too. :D
Heck in all the years I used windows I never even set a password.