Fedora 20システムでFirefox用のAdobe 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à.
何が間違っているのかわかりません。
ベストアンサー1
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のコマンドを参照してください。このウェブサイト。