-
I'm running a clean install of ubuntu server. I used the following commands to install dua: That ran successfully but the command 'dua' did not work, I got a "command not found error". But I cannot do 'sudo dua'. I again get 'command not found'. Is there a way to install on Ubuntu so that I dont have to worry about paths and can run the program as sudo? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I also tried deleting everything, installing rustup and installing through cargo. |
Beta Was this translation helpful? Give feedback.
-
I think this is a problem unrelated to The following does the trick, validated on ubuntu. sudo `which dua` |
Beta Was this translation helpful? Give feedback.
I think this is a problem unrelated to
dua
as it truly has nothing to do withPATH
orsudo
, nor does it do anything to deal with its own privileges. This question might find an answer in more general terms on stackoverflow for example. Maybe this helps as well.The following does the trick, validated on ubuntu.
sudo `which dua`