I have an error too:
dpkg - i fspms_14.30.90684_amd64.deb runs with an error...
Hi Alex
Thx so much!
It works!!
Have a great day.
Best Regards,
Dannii
Hello Dannii,
It seems like the PATH variable isn't correctly set when the root user tries to execute a command.You can check your current value by
echo $PATH
If some paths from the Note on your screenshot are missing, fix the environment, i.e.:
export PATH="$PATH:/sbin"
Regards,
Alex