Compatible Support Forums: .tar.gz

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

.tar.gz

#1 User is offline   chambiz 

  • stranger
  • Group: Members
  • Posts: 6
  • Joined: 26-January 05

Posted 26 January 2005 - 10:05 AM

I d like to say that i m very impressed from the knowledge that all you guys have and from the interest you show to help new users or old to solve their problems
I am a new user of linux. I use FC3 and i d like to know how i get to use and install files like *.tar.gz for example flash player 7. i tried to upgrade my browser (when i entered a site) automatically but after downloading the fp7 and trying to install it i got the message 'failed' so after that i have downloaded the file but i dont know how to install it
thanks
0

#2 User is offline   iamroot 

  • addict
  • Group: Members
  • Posts: 501
  • Joined: 06-April 04

Posted 26 January 2005 - 02:44 PM

I faced the same problem as you when trying to automatically install FP7 through Firefox. I used apt-get to install it but you can do it manually. Download the tar.gz file and unpack it by right-clicking it and select the unpack option. There should be an executable which you can start by going to the terminal, cd to the directory where the file is and then ./filename. I havent done these manual installations much since i started using apt-get so im not too familiar with flashplayer installation procedures.
0

#3 User is offline   CrazyKillerMan 

  • old hand
  • Group: Members
  • Posts: 761
  • Joined: 14-October 00

Posted 26 January 2005 - 05:03 PM

Try unpacking as iamroot suggests. It should make a new folder called "flash_dealy" or something like that. Change directories into flash_dealy and then type:

./configure <enter>
make <enter>
(now switch to root using "su")
make install <enter>

If there is a special way to configure the program, it will be in a README or INSTALL text file. To look at this file, type:

less README (when you are in the flash_dealy) directory.

This will tell you what to type for the configure option
ie:
./configure --usr=/home/blaa

or something

Hope this helps.
0

#4 User is offline   iamroot 

  • addict
  • Group: Members
  • Posts: 501
  • Joined: 06-April 04

Posted 27 January 2005 - 04:43 AM

If i'm not mistaken, flashplayer does not have to installed by compiling code. Its a shell script i think.
0

#5 User is offline   matttah 

  • member
  • Group: Members
  • Posts: 175
  • Joined: 25-January 04

Posted 27 January 2005 - 07:11 AM

alrighty! here is the codes that you will want!!!!
to begin-
tar -xzvf flashplayer-installer.023.tar.gz
then
cd ./flashplayer-installer
./flashplayer-installer, then self explanatory from there!
Daum
0

#6 User is offline   iamroot 

  • addict
  • Group: Members
  • Posts: 501
  • Joined: 06-April 04

Posted 27 January 2005 - 02:28 PM

Yeah. That's correct. Except you can do the unpacking by right-clicking on the file instead of doing it thru the terminal.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users