Fedora

Linux Fedora 20 需要 Adob e Flash 外掛更新?

  • January 10, 2017

對於我是否可以在 Fedora 20 機器上更新用於 Firefox 的 Adob​​e Flash 外掛,我有點困惑。

每次我嘗試查看(比如說 YouTube 影片)時,都會收到一條警告消息,提示我的 Flash 外掛已過時且存在潛在危險。

我目前的配置是

[root@localhost ~]# yum info  flash-plugin
Plugin abilitati:refresh-packagekit
Pacchetti installati
Nome         : flash-plugin
Arch         : i386
Versione     : 11.2.202.400
Rilascio     : release
Dimensione   : 18 M
Repo         : installed
Sommario     : Adobe Flash Player 11.2
URL          : http://www.adobe.com/downloads/
Licenza      : Commercial
Descrizione  : Adobe Flash Plugin 11.2.202.400 Fully Supported: Mozilla SeaMonkey 1.0+, Firefox 1.5+, Mozilla 1.7.13+

Firefox 似乎是最新的:

[root@localhost ~]# yum info firefox
Plugin abilitati:refresh-packagekit
Pacchetti installati
Nome         : firefox
Arch         : i686
Versione     : 38.0
Rilascio     : 4.fc20
Dimensione   : 115 M
Repo         : installed
Dal repo     : updates
Sommario     : Mozilla Firefox Web browser
URL          : http://www.mozilla.org/projects/firefox/
Licenza      : MPLv1.1 or GPLv2+ or LGPLv2+
Descrizione  : Mozilla Firefox è un browser web open-source, creato nel rispetto degl : standard, massimizzando performance e portabilità.

我不確定我做錯了什麼。

由於我升級到 Linux fedora-pc 4.4.9-300.fc23.x86_64,我嘗試了以下說明:

yum update firefox
yum -y remove  flash-plugin --nogpgcheck
yum clean all
yum remove  adobe-release
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
yum install flash-plugin
yum info flash-plugin

Plugin abilitati:refresh-packagekit
Pacchetti installati
Nome         : flash-plugin
Arch         : i386
Versione     : 11.2.202.466
Rilascio     : release
Dimensione   : 18 M
Repo         : installed
Dal repo     : adobe-linux-i386
Sommario     : Adobe Flash Player 11.2
URL          : http://www.adobe.com/downloads/
Licenza      : Commercial
Descrizione  : Adobe Flash Plugin 11.2.202.466  : Fully Supported: Mozilla SeaMonkey 1.0+, Firefox 1.5+, Mozilla 1.7.13+

參考本網站第 6 點的命令。

引用自:https://unix.stackexchange.com/questions/208950