Acetoneiso2.0.3 is the only choice or there is something else as well please?

Asked by Rolinx1

I need to install Acetoneiso_2.0.3 I am trying to follow the steps in the "read me" file and I always get this:

ryk1@ubuntu:/host/Thorrr/acetoneiso_2.0.3/src$ make install
install -m 755 -p "acetoneiso" "/usr/bin/acetoneiso"
install: cannot create regular file `/usr/bin/acetoneiso': Permission denied
make: [install_target] Error 1 (ignored)
install -m 755 -p /host/Thorrr/acetoneiso_2.0.3/src/images/Acetino2.png /usr/share/pixmaps/
install: cannot create regular file `/usr/share/pixmaps/Acetino2.png': Permission denied
make: [install_menuico] Error 1 (ignored)
install -m 755 -p /host/Thorrr/acetoneiso_2.0.3/src/menu/AcetoneISO.desktop /usr/share/applications/
install: cannot create regular file `/usr/share/applications/AcetoneISO.desktop': Permission denied
make: [install_menu] Error 1 (ignored)

I have checked all the packages required for installation and they are all ok. Please help.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
kernowyon
Solved:
Last query:
Last reply:
Revision history for this message
Best kernowyon (kernowyon) said :
#1

When doing the Make install, you would need to use sudo.

So the command would be -

sudo make install

Revision history for this message
Rolinx1 (rolinx1) said :
#2

Thanks kernowyon, that solved my question.