Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing .tar on fedora core 6
#2

installing tar files is easy

 

Quote:wget [/url][url=http://some.website.com/somefile.tar.gz]http://some.website.com/somefile.tar.gz (get some tar.gz file) 

tar -xvzf somefile.tar.gz (decompress the archive, remove the z option if it's not tar.gz)

 

cd somefile (change to the directory that you have extracted the tar to)

 

./configure && make && checkinstall (configure the package and then 'install' it)
 

as always, when you untar a file

 



Code:
tar -xvf somefile.tar




 

read the INSTALL.TXT or README file that is included in the extracted files.

 

cheers

anyweb

Reply


Messages In This Thread
Installing .tar on fedora core 6 - by abhishek77 - 2007-05-24, 07:31 PM
Installing .tar on fedora core 6 - by anyweb - 2007-05-24, 10:11 PM
Installing .tar on fedora core 6 - by znx - 2007-05-24, 11:13 PM
Installing .tar on fedora core 6 - by abhishek77 - 2007-05-25, 02:12 PM
Installing .tar on fedora core 6 - by znx - 2007-05-25, 06:43 PM
Installing .tar on fedora core 6 - by abhishek77 - 2007-05-25, 07:32 PM
Installing .tar on fedora core 6 - by znx - 2007-05-28, 12:36 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)