Adobe FlashプラグインがUbuntu 12.04で機能しなくなりました。ビデオが表示されません。もう一度インストールしようとすると、端末に次のものが表示されます。
root@ubuntu:/home/salty# Sudo apt-get install Adobe-flashplugin
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package Adobe-flashplugin is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'Adobe-flashplugin' has no installation candidate
root@ubuntu:/home/salty#
私は今どうすればいい?
ファイル/etc/apt/sources.list
をテキストエディターで開きます。行のコメントを解除します(前の#を削除します)。
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner
Ubuntu 16.04では、これは機能しました:
deb http://archive.canonical.com/ubuntu xenial partner
deb-src http://archive.canonical.com/ubuntu xenial partner
ターミナルで、実行します
Sudo apt-get update
Sudo apt-get install Adobe-flashplugin
フラッシュプラグインのインストール手順
ステップ1:sources.listに次の行を追加します(Sudo nano /etc/apt/sources.list)
deb http://security.ubuntu.com/ubuntu lucid-security main multiverse
ステップ2:apt-getを更新する
Sudo apt-get update
ステップ3:flash-pluginをインストールする
Sudo apt-get install flashplugin-installer
入る
Sudo apt-get update && Sudo apt-get ugrade && Sudo apt-get install flashplugin-installer
その後、ブラウザに機能するFlashが必要です。
そして、rootとして動作しないでください!通常のユーザーアカウントから指定されたコマンドを実行します。
Ubuntu 16.04では、これは私のために働いた:
$ Sudo vi /etc/apt/sources.list
48 deb http://archive.canonical.com/ubuntu xenial partner
49 deb-src http://archive.canonical.com/ubuntu xenial partner
$ Sudo apt-get update
$ Sudo apt-get install Adobe-flashplugin
flashplugin-installer
は32ビットバージョン用です。
64ビットでは、Adobe-flashplugin
!を使用する必要があります。 この記事には解決策があります :
Software & Updates
を開きますOther Software
に移動しますCanonical Partners
オプションを選択しますSudo apt-get update
Sudo apt-get purge Adobe-flash{plugin,-properties-gtk}
Sudo apt-get install Adobe-flashplugin
これをUbuntu 14.04 64ビットでテストしました。