Debian Buster: dpkg-reconfigure not found

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1480
Joined: Fri Aug 29, 2003 8:39 pm

Debian Buster: dpkg-reconfigure not found

Post by ^rooker »

[PROBLEM]
On a fresh install of Debian 10 (Buster), I switched to root using "su" - but strangely, I couldn't execute "dpkg-reconfigure".
I then saw that all commands in /sbin/ couldn't be "found".

[SOLUTION]
Plain "su" doesn't provide the root-specific PATH variables... :oops:

Use "su -" instead of just "su". That's generally the better way:

Code: Select all

$ su -
Thanks to this forum thread.
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply