Glam Prestige Journal

Bright entertainment trends with youth appeal.

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/poweriso

but it still hasn't worked.

1

1 Answer

You're missing space, the correct would be.

sudo mv -v /home/abiggj/Desktop/poweriso /usr/bin/poweriso

Notice the space after /home/abiggj/Desktop/poweriso.

11

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy