Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Can't install nada...

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
User avatar
Debian_purist
Posts: 39
Joined: 2017-07-15 14:45

[SOLVED] Can't install nada...

#1 Post by Debian_purist »

Code: Select all

dpkg: warning: 'ldconfig' not found in PATH or not executable
dpkg: warning: 'start-stop-daemon' not found in PATH or not executable
dpkg: error: 2 expected programs not found in PATH or not executable
Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
E: Sub-process /usr/bin/dpkg returned an error code (2)

Code: Select all

$ sudo apt install konsole
[sudo] password for xxx: 
xxx is not in the sudoers file.  This incident will be reported.
Last edited by Debian_purist on 2018-09-03 21:21, edited 3 times in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Can't install nada...

#2 Post by Head_on_a_Stick »

Code: Select all

su -
See also http://forums.debian.net/viewtopic.php?f=30&t=47078 :x

EDIT: read the Debian wiki page on sudo, it tells you what to do.
deadbang

User avatar
Debian_purist
Posts: 39
Joined: 2017-07-15 14:45

Re: Can't install nada...

#3 Post by Debian_purist »

Why 'mad' homie ( compita >>> amigo ) ?

thx a lotttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt . . .

:wink:

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: Can't install nada...

#4 Post by GarryRicketson »

This does not make sense ^^above^

As far as the OP (1st post) goes
Please read this topic, it explains the change in how 'su' works:
http://forums.debian.net/viewtopic.php? ... 71#p680106
'su' will no longer work, on testing, Debian Buster, you don't tell us what version of Debian you are using, but it looks like that is the problem, you would need to use 'su -' or just install sudo, to install sudo:

Code: Select all

apt install sudo

For details on setting up "sudo", see the Debian wiki: https://wiki.debian.org/sudo

There also are several other threads/topics on this very same topic here on the forum. Please Read some of them.

User avatar
Debian_purist
Posts: 39
Joined: 2017-07-15 14:45

Re: Can't install nada...

#5 Post by Debian_purist »

Thanks man ! SOLVED ! !
:)

running Buster . . .

Post Reply