You are not logged in.
Pages: 1
I am getting issues when trying to install deb packages that i download.
i don't use sudo, i just use root to install.
when i use "dpkg -i package name"
i keep getting this in general...... i am not sure what i could be doing wrong...
root@katty:/home/katty/Downloads# dpkg -i librewolf_117.0-1_amd64.deb
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
tried a few other packages, and getting the same thing.
Offline
Question, how did you get to the root terminal prompt? As a regular user, did you "su" to root or did you "su -" to root? Might want to try "su -".
Offline
i just su to root,
i will give that a try
Offline
Hello:
... su to root ...
From Chimaera Release notes:
https://files.devuan.org/devuan_chimaer … _notes.txt
su
The behaviour of su changed in Devuan 3 Beowulf. These changes persist
in Devuan 4 Chimaera. Use su - to get root's path or use the full path
to commands if you use only su. See the following for more information:https://www.debian.org/releases/buster/ … -variables -
https://wiki.debian.org/NewInBuster -
https://bugs.debian.org/905564
A.
Offline
Pages: 1