install tar.gz file

Asked by kjerryn

hello
i downloaded a tar file (install_flash_player_9_linux.tar.gz) from the net and trying to install it got this

kwam@kwam-desktop:~$ tar fxz install_flash_player_9_linux.tar.gz
tar: install_flash_player_9_linux.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
kwam@kwam-desktop:~$

what do i do

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Nicolas DERIVE
Solved:
Last query:
Last reply:
Revision history for this message
Vojtěch Trefný (vojtech.trefny) said :
#1

1. Why don't you install flash "normal"? Just install package flashplugin-nonfree (multiverse repository). https://help.ubuntu.com/community/RestrictedFormats/Flash

2. "tar: install_flash_player_9_linux.tar.gz: Cannot open: No such file or directory" - this error says, that aechive you are trying to unpack is not here - are you sure, you have it in your home directory?

Revision history for this message
kjerryn (kjerryn) said :
#2

thank you Vojtěch Trefný
the installation worked from terminal.but it ended with this note

NOTE: Please ask your administrator to remove the xpti.dat from the
      components directory of the Mozilla or Netscape browser.

pls help me to proceed.

Revision history for this message
Manoj (salianmanoj007) said :
#3

It seem the file must be corrupted. You must install from adobe direct link

http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz

then open the folder install_flash_player_9_linux and extract it and in the terminal enter the folder by typing in the cd install_flash_player_9_linux

After entering the folder type ./flashplayer-installer

 this may help you install flashplayer

Revision history for this message
Manoj (salianmanoj007) said :
#4

It seem the file must be corrupted . You must install from adobe direct link

http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz

then open the folder install_flash_player_9_linux and extract it and in the terminal enter the folder by typing in the cd install_flash_player_9_linux

After entering the folder type ./flashplayer-installer

the following steps will help solve the problem

Revision history for this message
Nicolas DERIVE (kalon33) said :
#5

Hello kjerryn,

something like a "sudo rm /usr/lib/firefox/components/xpti.dat" in a terminal should do this job.

Have a nice day. I hope that it helps you.

--kalon33

Revision history for this message
Nicolas DERIVE (kalon33) said :
#6

It's an update problem frequently met.

But don't forget something : it's preferable using a package from Ubuntu to do a job than downloading sources, because Ubuntu packages are controlled and made for working with it. For instance, the flashplayer-nonfree package from Ubuntu controls the integrity of the downloaded player and installs it in a correct place, in order for it to be used by firefox or other web browsers and by all the users.

Revision history for this message
kjerryn (kjerryn) said :
#7

kwam@kwam-desktop:~$ sudo rm /usr/lib/firefox/components/xpti.dat
[sudo] password for kwam:
rm: cannot remove `/usr/lib/firefox/components/xpti.dat': No such file or directory
kwam@kwam-desktop:~$

Revision history for this message
Best Nicolas DERIVE (kalon33) said :
#8

Hello kjerryn,

Is flash player working now in firefox ? Try to reinstall flashplayer-nonfree via Synaptic else, to see if this error occurs again.

Hope that it helps you.

--kalon33

Revision history for this message
kjerryn (kjerryn) said :
#9

hello Nicolas,
an reinstalling the flashplayer via SPM
but the response after (try 12)....... connection to fpdownload.macromedia.con 72.246.38.70 :80.... is still connection timed out.
Retrying.

Revision history for this message
kjerryn (kjerryn) said :
#10

Thanks Nicolas DERIVE, that solved my question.