how to unpackage dowloaded file flash install on Ubuntu 8.10

Asked by mayan

I have downloaded a file: install_flash_player_10_linux.tar.gz and then the instruction says I have to unpackage the file. How do I do it?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu flashplugin-nonfree Edit question
Assignee:
No assignee Edit question
Solved by:
PeterPall
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Please tell what are you doing, do you want install flash for firefox...?

Revision history for this message
mayan (mayan-molina) said :
#2

yes. actually i need to install the latest version of adobe flash player so I can view a video; that's what the instruction says.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

Please tell do you have already flash player installed... and you need this release coming directly from adobe or you not have flash installed and simply you want to install it...?

Revision history for this message
mayan (mayan-molina) said :
#4

not yet installed. i was just able to download from adobe the said file. after downloading, i don't know how to install it. the instruction says i have to unpackage the file but don't know how:(

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#5

So please open a Terminal from the menu Applications->Accessories->Terminal

Tip: right click with mouse on the terminal title caption and select the item "Always on Top" doing this you will force the terminal window to stay on top of the other windows and you will find very easy to copy single row from this web page into the terminal...
Something more about using the terminal https://help.ubuntu.com/community/UsingTheTerminal

Then type or better copy and paste a row a time then press enter:
(Tip: select the single row to copy then right click into the terminal and to quick paste click with middle button of mouse )

sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get update

sudo apt-get install flashplugin-installer flashplugin-nonfree

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

Better...

Please first enable the multiverse repository:

Open System → Administration → Software sources → [ Tab Ubuntu software ]
enable "Software restrictecd by copyright or legal issue ( multiverse )"
Close and confirm the repository reload.

Then open a Terminal from the menu Applications → Accessories → Terminal and type:

Tip: right click with mouse on the terminal title caption and select the item "Always on Top" doing this you will force the terminal window to stay on top of the other windows and you will find very easy to copy single row from this web page into the terminal...
Something more about using the terminal https://help.ubuntu.com/community/UsingTheTerminal

Then type or better copy and paste a row a time then press enter:
(Tip: select the single row to copy then right click into the terminal and to quick paste click with middle button of mouse )

sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get update

sudo apt-get install flashplugin-installer flashplugin-nonfree

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
mayan (mayan-molina) said :
#7

i have done your instructions but after the last one, it says:

Package flashplugin-installer is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package flashplugin-installer has no installation candidate

what does this mean? what do i still need to do?

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#8

Ignore it please simply try:

sudo apt-get install flashplugin-nonfree

Then please also tell your release of Ubuntu... if you don't know please copy and paste theresult of this terminal command:

lsb_release -rd

Revision history for this message
mayan (mayan-molina) said :
#9

oh now it says:

flashplugin-nonfree is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

release: 8.10

do you think i can already view the video, and i will not be instructed again to get the latest version of adobe flash player?

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#10

Please try...

Revision history for this message
Best PeterPall (peterpall) said :
#11

Unpacking a .tar.gz file is done either by double-clicking on it - which opens a winzip-like program - or by
tar xvzf filename

Tar is the Tape archiever - which puts a bunch of files into a single one - that can then be archieved on tape.

x makes it extract the archieve
z uncompresses a gnu-zip-compressed archieve first
v tells tar to tell you what it is currently doing
f tells tar that the next thing it will find in the command line is the name of the file it has to uncompress.

What you can do instead is upgrading your linux distribution. There should be a button in the upgrade-manager for this - and there are loads of wiki pages and blogs describing how to do it.

Revision history for this message
mayan (mayan-molina) said :
#12

to marco: i still can't view the video

to peter: do you mean unpacking the downloaded file does not guarantee it will solve my problem? you mean the solution is really to upgrade?

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#13

but you cannot see any flash videos or only that particular video please try to visit http://www.youtube.com can you see videos?

Revision history for this message
mayan (mayan-molina) said :
#14

marco, it is confirmed that i cannot view also videos from youtube. what should i do?

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#15

Reading...

https://help.ubuntu.com/community/RestrictedFormats/Flash#Ubuntu 8.04 LTS (Hardy Heron) and 8.10 (Intrepid Ibex)

Please try this:

Please first enable the multiverse repository:

Open System → Administration → Software sources → [ Tab Ubuntu software ]
enable "Software restrictecd by copyright or legal issue ( multiverse )"
Close and confirm the repository reload.

Then open a Terminal from the menu Applications → Accessories → Terminal and type:

sudo aptitude update
sudo apt-get dist-upgrade

sudo apt-get --reinstall --purge install flashplugin-nonfree
sudo apt-get --reinstall --purge install flashplugin-nonfree-extrasound

give your user password when requested, you don't see nothing when you type it, then press enter.

Please also logoff and login or restart your pc to be sure to have a fresh session variableas loaded.

And try...

Hope this helps

Revision history for this message
mayan (mayan-molina) said :
#16

i did as you instructed then restarted my pc. the problem remains:(
the last thing on the terminal it says:

Unpacking replacement flashplugin-nonfree-extrasound ...

Setting up flashplugin-nonfree-extrasound (0.0.svn2431-3) ...

is there something else i need to type in?

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#17

Please

Clean firefox mozilla profile

Close all opened Firefox and try to delete your Firefox user setting open a terminal from applications → Accessories → Terminal and type:
mv .mozilla .mozilla_old
and restart Firefox.

If you have a lot of bookmarks please export them before move your setting directory, then import them again from saved file into Firefox.
Also take note of your installed Firefox extensions, to reinstall them.

if this works then delete the .mozilla_old directory, from terminal, type:
rm -fr .mozilla_old

hope this helps

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#18

Then please redo

open a Terminal from the menu Applications → Accessories → Terminal and type:

sudo aptitude update
sudo apt-get dist-upgrade

sudo apt-get --reinstall --purge install flashplugin-nonfree
sudo apt-get --reinstall --purge install flashplugin-nonfree-extrasound

give your user password when requested, you don't see nothing when you type it, then press enter.

And try...

Hope this helps

Revision history for this message
mayan (mayan-molina) said :
#19

i followed the instruction to clean firefox mozilla profile. afterwhich...

when I try to redo, typed in 2nd to the last command, it says:

Download done.
sha256sum mismatch install_flash_player_10_linux.tar.gz
The Flash plugin is NOT installed.

then for the last one, after i pressed enter, it still says:

Unpacking replacement flashplugin-nonfree-extrasound ...
Setting up flashplugin-nonfree-extrasound (0.0.svn2431-3) ...

still doesn't work, isn't it? did i miss something?

Revision history for this message
delance (olivier-delance) said :
#20

Hello, I launched a new virtual machine with Ubuntu.
I went to http://www.youtube.com
"You need to upgrade your Adobe Flash Player to watch this video.
Download it from Adobe."
I went to Adobe link.
"Adobe Flash Player version 10.1
Linux "
I choose version "APT for Ubuntu" and used proposed apt-url software.
I close and launch again Firefox on http://www.youtube.com, it works.

So go to Adobe web site and choose apt version.

Revision history for this message
mayan (mayan-molina) said :
#21

hi delance,
i've tried your suggestion but i can't download apt for ubuntu. this appears on my screen: nvalid url: 'apt:adobe-flashplugin?channel=$distro-partner' given, exiting

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#22

Please try this:

sudo apt-get purge flashplugin-nonfree
sudo apt-get purge flashplugin-nonfree-extrasound
sudo apt-get install --reinstall adobe-flashplugin

Revision history for this message
mayan (mayan-molina) said :
#23

marco, now it says:
Reinstallation of adobe-flashplugin is not possible, it cannot be downloaded.
how is this?

Revision history for this message
mayan (mayan-molina) said :
#24

Thanks PeterPall, that solved my question.

Revision history for this message
mayan (mayan-molina) said :
#25

An upgrade is really the solution to my problem:)