Results 1 to 2 of 2
So I am trying to install Plastic 2.8.148.0 on a virtual server. I have the install package that i copied over to the machine using WinSCP i then gave the ...
- 04-25-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 1
Installing .bin package
So I am trying to install Plastic 2.8.148.0 on a virtual server. I have the install package that i copied over to the machine using WinSCP i then gave the file executable permissions by using the command "chmod +x PlasticSCM-professional-2.8.148.0-linux-installer.bin" But when i try to install the package by using the command "sudo ./PlasticSCM-professional-2.8.148.0-linux-installer.bin" It gives me the following message.
sudo: unable to execute ./PlasticSCM-professional-2.8.148.0-linux-installer.bin
No such file or directory
Any ideas why it isn't recognizing it? I know the file was there because i was able to change permissions and i can see it with -ls command.
Thanks
- 04-25-2011 #2
Hi seanmt13 and welcome to the forums. Try:
Code:sudo sh PlasticSCM-professional-2.8.148.0-linux-installer.bin


Reply With Quote