su and kdesudo

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
crazyeddie

su and kdesudo

Post 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?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29615
Joined: Wed Jul 06, 2011 3:58 am

Re: su and kdesudo

Post 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...
Image
BubbaBlues

Re: su and kdesudo

Post 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.
Locked

Return to “Software & Applications”