I am trying to install a few programs through the terminal but i am not sure exactly how to do it. Some files are compressed (tar.gz), some are .bin and some are rpm files I have the instructions on how to do it but im not sure how to navigate to the files and run the install? I have everything uploaded to /home/user/randomfolder/ for example. i tired cd /home/user/randomfolder/ in the terminal and it told me it was a directory i tried cd /home/user/randomfolder/file.tar.gz and it told me it was a directory? do i need to unzip the files first and what do the commands mean? its like i am trying to drive a car and someone is telling me to press a pedal but i have no clue what it does i am just following the directions of someone and it does not seem to get me anywhere? Thanks in advance edit: its on centos 5 linux by the way, i have hypervm and lxadmin or whatever its called
You should be able to change into the directory, then use the appropriate commands to run the files. cd /home/user/randomfolder Once inside that folder, run the list command: ls -a You should see your files. Now, depending on the extension, you would need to run your files. One thing to check, is to make sure the files are owned by the correct owner, and have to correct permissions to run.
If u are not comfortable with command line fully use http://winscp.net/eng/download.php to browse through the folders and stuff like that
thanks, i used that before, but i need the terminal to install python or similar software/scripts but so "cd" basically means open directory or go to?