I installed chromium browser from repos with zypper. I want to have the latest flashplayer, therefore I want to install pepper api provided by google for chromium. I couldn’t find a way to do it. Can someone advise, please?
Pepper flash is in Packman repo, which I assume you already have
I couldn’t find it. I searched for *pepper, but no result - in zypper. Then I searched for it in yast and finally found it.
Of course not.
You should search for pepper or just pepper (YaST’s standard search function does not recognize * as wildcard, you would have to select “Use Wildcards” as Search mode for that).
The package is called “chromium-pepper-flash”.
riderplus wrote:
>
> caf4926;2603086 Wrote:
>> Pepper flash is in Packman repo, which I assume you already have
> I couldn’t find it. I searched for *pepper, but no result - in zypper.
> Then I searched for it in yast and finally found it.
>
>
Guess Wildcards are not required
$zypper se pepper
Loading repository data...
Reading installed packages...
S | Name | Summary |
Type
--+-----------------------------------+-----------------------------+-----------
| chromium-pepper-flash | Pepperflash (FlashPlayer)-> |
package
| chromium-pepper-flash | Pepperflash (FlashPlayer)-> |
srcpackage
| chromium-pepper-flash-debugsource | Debug sources for package-> |
package
$
–
GNOME 3.10.1
openSUSE 13.1 (Bottle) (x86_64) 64-bit
Kernel Linux 3.11.6-4-desktop
Thanks, I still got a bunch of **** here:
sudo zypper se pepper
Retrieving repository 'deleted' metadata .................................................................................................................[error]
Repository 'deleted' is invalid.
|] Valid metadata not found at specified URL
Please check if the URIs defined for this repository are pointing to a valid repository.
Disabling repository 'deleted'.
Loading repository data...
Reading installed packages...
Well, do you have the Packman repo added to your system?
zypper lr -d
You can add it in YaST->Software Repositories->Add->Community Repositories, or type:
sudo ar http://packman.inode.at/suse/13.1 Packman
And you could remove that “deleted” repo, since it doesn’t work anyway:
sudo rr deleted
Thanks! Just one thing:
sudo rr deleted
sudo: rr: command not found
It should be:
sudo zypper rr deleted
Removing repository 'deleted' .............................................................................................................................[done]
Repository 'deleted' has been removed.
Of course.
Somehow the “zypper” got cut out…
It’s missing in the Code field above that as well. That one should read:
sudo zypper ar http://packman.inode.at/suse/13.1 Packman
of course