from the multimedia doc
https://activedoc.opensuse.org/multimedia
there is a link on this page
part of the instructions
Quote:
Another window will open, and you will click to add community repository. Then add the 'Packman' repository. After accepting and adding this repository, YaST will update, indexing the packages included in the Packman repository. http://en.opensuse.org/SDB:Add_package_repositories .
|
on that page at the bottom
https://en.opensuse.org/SDB:Add_package_repositories
is this
"Vendor change update"
https://en.opensuse.org/SDB:Vendor_change_update
you can use the GUI tool
or the terminal
to start
open yast and "add and remove software"
then under "options" put a check in the checkbox " allow vender change "
and click "accept"
or
if using zypper
a list of options will pop up and instead of typing in y or n
1,2,3,or 4
or
a command will be displaied
-- an example i have ffmpeg from packman BUT a different repo also has one a bit newer
so
Code:
su -
zypper up ffmpeg
-------------------------
---------- gives me these options in the output ------------
-------------------------
Loading repository data...
Reading installed packages...
There is an update candidate for 'ffmpeg', but it is from a different vendor. Use 'zypper install ffmpeg-2.6.3-13.1.x86_64' to install this candidate.
There is an update candidate for 'ffmpeg', but it comes from a repository with a lower priority. Use 'zypper install ffmpeg-2.6.3-13.1.x86_64' to install this candidate.
Resolving package dependencies...
so if i want to INSTALL from a different repo
( yes the PRIORITIES!!! ARE SET !!!! in yast, third party repos can BE VERY!!! INCOMPATIBLE !!! with other third party repos )
you set them just like redhat's yum-priorities)
i would use
Code:
su -
zypper install ffmpeg-2.6.3-13.1.x86_64
SUSE is SO!!! and i MEAN SO!!!!!!! GUI centric that for MOST things using the GUI is a lot EASIER than the terminal