
Try 'tar xzvf install_flash_player_7_linux.tar.gz' (no quotes) on for size. 'man tar' will give explanations of the switches as well as some examples.chrisduck wrote:I've never 'untarred' a file before, outside of the directions that the gentoo installation manual gave me.
I'm trying to install a flash plugin for my firefox browser
macromedia's directions are here...
http://www.macromedia.com/shockwave/dow ... wave-flash
the zipped file downloaded into my user/home directory, and is called
install_flash_player_7_linux.tar.gz
I don't know how to unzip this file, or how to unzip it so that it goes to the appropriate directory.
Code: Select all
tar -xzvf
Code: Select all
tar -xjvf
Code: Select all
bunzip2

Code: Select all
tar -zxvf filename.tar.gzwhen I typed inchrisduck wrote:I typed in that command, and it replied...
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
and now the command line is ready to take orders again.
I don't understand why it would not be gzip format. The file ends in .tar.gz
???

Will it not even unzip if you try 'gunzip filename.tar.gz'? Maybe it's corrupt. Just out of curiousity, why not use the ebuild?chrisduck wrote:I typed in that command, and it replied...
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
and now the command line is ready to take orders again.
I don't understand why it would not be gzip format. The file ends in .tar.gz
???
I typed the command "gunzip filename"handsomepete wrote:Will it not even unzip if you try 'gunzip filename.tar.gz'? Maybe it's corrupt. Just out of curiousity, why not use the ebuild?chrisduck wrote:I typed in that command, and it replied...
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
and now the command line is ready to take orders again.
I don't understand why it would not be gzip format. The file ends in .tar.gz
???
do these commandschrisduck wrote: I'm trying to install a flash plugin for my firefox browser
Code: Select all
# mkdir /etc/portage
# echo "net-www/netscape-flash ~x86" > /etc/portage/package.keywords
# emerge netscape-flash
These error messages are shown because the downloaded file is corrupted. BTW, use the above thread's solution.chrisduck wrote:I typed the command "gunzip filename"handsomepete wrote:Will it not even unzip if you try 'gunzip filename.tar.gz'? Maybe it's corrupt. Just out of curiousity, why not use the ebuild?chrisduck wrote:I typed in that command, and it replied...
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
and now the command line is ready to take orders again.
I don't understand why it would not be gzip format. The file ends in .tar.gz
???
and it responded...
not in gzip format
I'm not sure how an ebuild is used either... is there an ebuild that will solve my problem?
Eek! I blindly copy-pasted and executed this, only to realize just as I hit the Enter button, that there's only ">"... Now I lost all my original package.keywords.John5788 wrote:Code: Select all
echo "net-www/netscape-flash ~x86" > /etc/portage/package.keywords
Code: Select all
echo "net-www/netscape-flash ~x86" >> /etc/portage/package.keywordsNo problem. I didJohn5788 wrote:oh i didnt know that u already had stuff in there. sry bout that
Code: Select all
emerge -Davu worldCode: Select all
set -o noclobber
Code: Select all
setopt NO_clobber