Clean-My-Linux
Clean-My-Linux copied to clipboard
sudo: ./clean: command not found
If you tried to run sudo ./clean while at the home directory, you will get a command not found error
First, make sure that the 'clean' file is present in the home directory, then, to solve this issue, simply write the following instead sudo sh ./clean
I hope this would help you if ran into this problem :)