I am not able to install a youtube plugin

Asked by Swamy

I am using ubuntu 10 and very new to the linux/unix itself. I tried to install flash player plugin for youtube, I downloaded the flash player 10 deb file, then tried to install by typing the command "sudo dpkg -i install_flash_player_10_linux.deb" but it is not getting installed and giving a error report
"cannot access archive:No such file or directory
Errors were encountered while processing:
install_flash_player_10_linux.deb"
So help me installing the flash player..

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu adobe-flashplugin Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

That's the wrong procedure.

Please try the following installation procedure instead:

http://www.ubuntugeek.com/how-to-install-adobe-flash-player-10-1-beta-in-ubuntu.html

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Very wrong. Flash installation is done via the repo, not via the Adobe site which I am guessing you have incorrectly downloaded from.

Can you also give the output of:

dpkg -l | grep flash; dpkg -l | grep swf; dpkg -l | grep gnash

Thanks.

Revision history for this message
Swamy (swamydkv) said :
#3

Hey Mark,
I tried the link given by you, but in the ubuntugeek.com they have given a link to download flash but the link isn't working.. Now what to do..

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

You still haven't given the output of the command. This will help me give you a big command to get your flash sorted out. There is no such thing as a "youtube plugin". You tube simply uses flash + javascript.

Revision history for this message
Swamy (swamydkv) said :
#5

Hey Actionparsnip,the outputs of the command you have given are

dpkg -I | grep flash
dpkg-deb: --info needs a .deb filename argument

dpkg -I | grep swf
dpkg-deb: --info needs a .deb filename argument

dpkg -I | grep gnash
dpkg-deb: --info needs a .deb filename argument

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

are you using -l (spoken "ell") or -i (spoken "eye") ?

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#7

Swamy is using capital i instead of small L in the command, which is incorrect.

This is because actionparsnip's command was not copy-pasted from the browser into the Linux terminal...

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#8

If you copy-paste Swamy's command from the webbrowser into the Terminal and then actionparsnip's command, you easily notice that the 2 commands are different....

Revision history for this message
Swamy (swamydkv) said :
#9

Hey actionparsnip, yesterday i used capital i, instead of i if i use small l(ell) nothing happens..

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10

dpkg -l | grep flash; dpkg -l | grep swf; dpkg -l | grep gnash

The '-l |' bits would be spoken "minus ell pipe"

You can paste the command to the terminal and press ENTER, then copy the output and paste here as an update.

Revision history for this message
Swamy (swamydkv) said :
#11

Hey actionparsnip i have copy pasted the commands as you said and also copy pasted its outputs from the terminal..
swamy@ubuntu:~$ dpkg -l | grep flash
swamy@ubuntu:~$ dpkg -l | grep swf
swamy@ubuntu:~$ dpkg -l | grep gnash

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#12

ok then run:

sudo apt-get install flashplugin-nonfree

You will then have flash

Revision history for this message
Swamy (swamydkv) said :
#13

Thanks actionparsnip, that solved my question.

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

New to Ubuntu: read the Ubuntu Manual, it's very informative: http://ubuntu-manual.org/
Click on the "download Button" to download the latest PDF version.