timohei.net / My Courses
/ ???/ T862203 FLOSS Projects 3 cu
/
How to unpack a project file
- Download the project_name.tar.gz file to a directory on the server using lynx, wget or with what ever application you prefer to use
- Unzip the package: gunzip project_name_x.y.z.tar.gz
- Check that the file unzipped: ls -l
- You should see a file called project_name_x.y.z.tar there
- Untar the file to extract all the individual files from the tar archive: tar xvf project_name_x.y.z.tar
- Check what came out of the archive: ls -l
- Usually you should see a directory called project_name_x.y.z where x.y.z is the version number for the project
- Change the permissions for the directory, subdirectories and all the files in all the directories under this directory: chmod -R
755 project_name_x.y.z
Now the project files are ready to be studied. Try to find any documentation (files called readme etc.)
Good luck!
Updated 27.10.2008
© Timo Heikkinen | timo piste heikkinen at oamk piste fi