I just install chromium-browser and installation list some suggested packages to install and I continued installation and done it.
$ sudo apt-get install chromium-browser
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
chromium-browser-l10n chromium-codecs-ffmpeg-extra
Suggested packages:
webaccounts-chromium-extension unity-chromium-extension chromiumflashplugin
Then I decide to install a suggested packages that listed in above installation progress but I get error:
$ sudo apt-get install chromiumflashplugin
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package chromiumflashplugin 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 'chromiumflashplugin' has no installation candidate
I tried also with following the command:
$ sudo apt-get -o APT::Install-Suggests="true" install chromium-browser
Reading package lists... Done
Building dependency tree
Reading state information... Done
chromium-browser is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 364 not upgraded.
How can I install this package? If it is only available from another source why(?) installation suggest that?