I try to install clip2net application on Ubuntu 9.10 and get the error.

lyuba@lyuba-laptop:~/Desktop$ chmod a+x linux_clip2net01b_installer.bin
lyuba@lyuba-laptop:~/Desktop$ sudo linux_clip2net01b_installer.bin
[sudo] password for lyuba: 
sudo: linux_clip2net01b_installer.bin: command not found

What may cause the problem?

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

It's unlikely that ~/Desktop is in your path.

Did you try:

sudo ./linux_clip2net01b_installer.bin

(After the other steps mentioned)?

link|improve this answer
Actually, I resolved the problem by just running ./linux_clip2net01b_installer.bin. I didn't know that you have to put this ./ before the name of the file. Thanks! – lyuba Sep 30 '10 at 11:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.