I am trying to install poweriso, but facing this error. I had successfully extracted the poweriso on the desktop,and found the following code as instruction for further installation-
sudo mv -v /home/abiggj/Desktop/poweriso/usr/bin/powerisobut it still hasn't worked.
11 Answer
You're missing space, the correct would be.
sudo mv -v /home/abiggj/Desktop/poweriso /usr/bin/powerisoNotice the space after /home/abiggj/Desktop/poweriso.