Installing Linux Version On Acer Aspire One Nebook

Hi, I have just bought an Acer Aspire One netbook, which runs Linpus Linux Lite, but I am having trouble installing Renoise. I am totally new to Linux, so please be genle!

I download and unextract. I navigate to the folder in the terminal, and type:
sudo sh ./install.sh

I then get the following result:

Fixing file permissions…
Installing shared resources…
Installing the executable…
Linking the executable…
Installing the man file…
./install.sh: line 149: install: command not found
** Installation of Renoise 2.0.0 FAILED **

Can anyone help? I fell totally out of my depth!

Thanks!

Hey NRR,

the command “install” is in the package “coreutils” (at least in Debian/Ubuntu).

You might try the command: “sudo yum install coreutils”

Kind regards,
+Koppi

anyway, according to the log, you should already be able to run renoise from a terminal by typing the command renoise; probably the menu entry has not been created, though.