| ||||
| It has been my experience that anything distributed as a tarball will generally have the paths to the necessary spots already stored in the tarball. There should be some kind of instructions at the site where you downloaded it. I think you can do something like Code: tar -xpf filename
__________________ Avatar and sig graphic by Pitch. Subscribers! Ask about a custom graphic or avatar today! Gizmo Thermal Diode Mod and Direct-Die Water Block 8-Cheetah 18GiB U-2 SCSI MegaRAID Enterprise 1500/128MiB Samsung SyncMaster 955DF TTGI/Superflower TTS-520 PSU ![]() ![]() ![]() |
| |||
| For tarballs ending in .tgz, I generally do Code: tar -zxvf <filename>
__________________ Any views, thoughts and opinions are entirely my own. They don't necessarily represent those of my employer (BlackBerry). |
| ||||
| The thing with tar.gz is that it's not actualy an installer but the equivalent of .zip (though we can use .zip too ) Most of the time when you get a tar.gz or a tar.bz2 you actually get source code and a make file. Look for a file called either "install" or "install.readme" and read it. Usually it will ask you to su to root, then run " ./configure && make && make install" If it's software you're trying to install, this is what you have to do. If you're just trying to extract files, then for tar.gz, you need the command "tar xvzf <filename>", for tar.bz2 you need "tar xvjf <filename>", for just gz you need "gzip -d <filename>". This all assumes you don't need to remember permissions, which are a little more important in Linux than Windows. In all the above, typing --help will tell you what flags do what. Play and have fun...
__________________ It is by coffee alone I set my mind in motion... |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Rate This Thread | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| and then there was linux..... | fireball_87 | Random Nonsense! | 14 | 31st August, 2009 12:07 PM |
| Linux Mod | Rondog | Case Modifications | 88 | 5th September, 2005 01:50 PM |
| PS3 Add-On HDD to run on Linux | Rondog | General Hardware Discussion | 22 | 13th June, 2005 01:08 PM |
| Linux help | bigjohnson | OS, Software, Firmware, and BIOS | 3 | 19th July, 2003 04:26 PM |
| Help with Linux | robbie | OS, Software, Firmware, and BIOS | 11 | 10th May, 2003 09:00 PM |