LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   How can I run this .deb file: install_flash_player_10_linux.deb (https://www.linuxquestions.org/questions/linux-desktop-74/how-can-i-run-this-deb-file-install_flash_player_10_linux-deb-766821/)

abefroman 11-04-2009 09:40 AM

How can I run this .deb file: install_flash_player_10_linux.deb
 
How can I run this .deb file: install_flash_player_10_linux.deb

I have Kubuntu.

TIA

bertl 11-04-2009 10:02 AM

First google hit on install .deb file would have told you that

Code:

$ sudo dpkg -i install_flash_player_10_linux.deb
would probably do the job...

I think looking the package up in your repository would probably work too btw:

Code:

$ apt-cache search flash
..
..
adobe-flashplugin - Adobe Flash Player plugin version 10

If so, you can also

Code:

$ sudo apt-get install adobe-flashplugin
with the benefit of updates being pushed your way as part of the repo updates.

-Bert


All times are GMT -5. The time now is 03:58 AM.