PDA

View Full Version : [ubuntu] Can't install adobe flash player 10



biggdawg
April 19th, 2009, 03:58 AM
I'm new to linux but I've beenat this for a while now and I can't seem to get this to work. I hardly use this laptop because I can't get it set up. Can someone please explain how to install flash? I have downloaded the 64 bit version and extracted it and put it in the ~/mozilla/plugins directory and when I go to youtube for example, it says that I don't have flash installed. This is ridiculous.

Ericyzfr1
April 19th, 2009, 03:59 AM
If you go on a site that require the flash player you will get the option to install it automatically, no extraction required.

Puz
April 19th, 2009, 04:28 AM
One of the easiest ways I've found is to got to Applications->Add/Remove
Then where it has Show: click on the drop down box and select "Third Party"
check the box for Adobe Flash Player 10.

acimmarusti
April 19th, 2009, 04:40 AM
I strongly recommend that after fully updating you open up a terminal and type this:



sudo apt-get install ubuntu-restricted-extras
sudo /usr/share/doc/libdvdread3/install-css.sh


That should give you, not only flash, but fonts, mp3 plugins and video codecs for several formats including DVDs.

It's the easiest way to go

zvacet
April 19th, 2009, 02:26 PM
I found this (http://labs.adobe.com/technologies/flashplayer10/releasenotes_64bit.html#install) for 64-bit users.

C Black
April 19th, 2009, 05:11 PM
I strongly recommend that after fully updating you open up a terminal and type this:



sudo apt-get install ubuntu-restricted-extras
sudo /usr/share/doc/libdvdread3/install-css.sh


That should give you, not only flash, but fonts, mp3 plugins and video codecs for several formats including DVDs.

It's the easiest way to go

thanks a lot for this, I just installed Ubuntu last night and this was very useful

k9michaels
April 19th, 2009, 06:30 PM
when I type


sudo apt-get install ubuntu-restricted-extras
I get


E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.

Then when I type


dpkg --configure -a

I get


dpkg: requested operation requires superuser privilege

please help:KS

Bucky Ball
April 19th, 2009, 06:38 PM
sudo dpkg --configure -a

'sudo' gives you super-user privileges. 'Super-user do'.

oldos2er
April 19th, 2009, 07:02 PM
If you go on a site that require the flash player you will get the option to install it automatically, no extraction required.

This will only install the version of Flash in Ubuntu's repositories, not the 10.x 64-bit version.

To the OP: Did you uninstall any previously installed versions of Flash?

k9michaels
April 19th, 2009, 07:45 PM
.

k9michaels
April 19th, 2009, 08:01 PM
now


sudo apt-get install ubuntu-restricted-extras

once I do that I get


Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
sun-java6-jre: Depends: sun-java6-bin (= 6-10-0ubuntu2) but it is not going to be installed or
ia32-sun-java6-bin (= 6-10-0ubuntu2) but it is not installable
Recommends: gsfonts-x11 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
kyle@kylelaptop:~$ sudo apt-get install ubuntu-restricted-extras
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
sun-java6-jre: Depends: sun-java6-bin (= 6-10-0ubuntu2) but it is not going to be installed or
ia32-sun-java6-bin (= 6-10-0ubuntu2) but it is not installable
Recommends: gsfonts-x11 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

even when i enter


apt-get -f install

i get


E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

please help agin
b

zvacet
April 19th, 2009, 10:35 PM
Go to the synaptic and in search box type sun and you will find sun-java6-jre package.Mark it for reinstall and then accept licence agreement.That will install Java.

acimmarusti
April 20th, 2009, 12:50 AM
If you have trouble with the command-line, then go to System > Administration > Synaptic Package Manager (it will prompt you for your super user password) and search for the package called "ubuntu-restricted-extras". Install it and then run the second line I instructed you to use in a terminal.