Блог пользователя wuovdj769

Автор wuovdj769, 11 лет назад, По-английски

Hi everybody.
I'm having problem with installing Flash Player from Software Center. Downloaded tar.gz file. Don't know what to do next. Can anyone help ?

Thanks everybody. :)

Summary

Here are two ways to install Flash Player from tar.gz file.

1. Manual

  • Extract tar.gz file.
  • Copy libflashplayer.so to appropriate Plugins folder. (ex: for Mr. Firefox :) plugins folder is /usr/lib/mozilla/plugins/)

2. Using Terminal (Recommended)

  • Open terminal (shortcut: Control+Alt+T)
  • Enter folder where the archive is (using cd(change dir) ).
  • Extract archive. Use tar xvf <archivename>.tar.gz.
  • Copy libflashplayer.so to appropriate Plugins folder. Use sudo cp libflashplayer.so /usr/lib/mozilla/plugins/ , press enter , enter admin password. Ready!

P.S. If you are not able to copy libflashplayer.so using Manual method use Terminal method.

  • Проголосовать: нравится
  • -3
  • Проголосовать: не нравится

»
11 лет назад, # |
  Проголосовать: нравится +16 Проголосовать: не нравится

you can install it from terminal. press Ctrl-Alt-t to open terminal. Then write down this line

sudo apt-get install ubuntu-restricted-extras

it will install all multimedia for mp3,mpeg etc. including flash player. Or follow the link

»
11 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

To make it work in Firefox, you just have to copy the libflashplayer.so file to /usr/lib/mozilla/plugins/. It always works like a charm.

In more datail, unzip the tar.gz and get into the folder. Then execute: sudo mv libflashplayer.so /usr/lib/mozilla/plugins