Multimedia problem

Hi,

Doing the multimedia guide suggested, I get

Problem: libavformat58-4.1.3-5.4.x86_64 requires libavcodec58 = 4.1.3-5.4, but this requirement cannot be provided

What is the suggested solution to this message?

Hi, welcome to these forums !!!

Please show


zypper lr -d

. You need a vendor switch to the Packman repo.

Thanks!

Wow, that was fast …
The result is:

linux-q155:~ # zypper lr -d

| Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service

–±--------------------±----------------------------±--------±----------±--------±---------±-------±---------------------------------------------------------------±-------
1 | libdvdcss | libdvdcss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://opensuse-guide.org/repo/openSUSE_Tumbleweed/ |
2 | openSUSE-20190726-0 | openSUSE-20190726-0 | Yes | (r ) Yes | No | 99 | rpm-md | cd:/?devices=/dev/disk/by-id/ata-hp_DVD_A_DU8A5SH_672343070937 |
3 | packman | packman | Yes | (r ) Yes | Yes | 99 | rpm-md | http://packman.inode.at/suse/openSUSE_Tumbleweed/ |
4 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/tumbleweed/repo/oss/ |
5 | repo-non-oss | openSUSE-Tumbleweed-Non-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/non-oss/ |
6 | repo-oss | openSUSE-Tumbleweed-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/oss/ |
7 | repo-source | openSUSE-Tumbleweed-Source | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/tumbleweed/repo/oss/ |
8 | repo-update | openSUSE-Tumbleweed-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/tumbleweed/ |

In your first post, you posted the message, but not how you got that.

You repos look OK, but you should disable #2, that is the installation medium and when you leave that on, the system will ask for it every time you start softwar management.

And the you should od the Vendor switch like Knurpht says:

zypper dup --from packman

When you get the same (or any other) problem, please post here (complete including prompt-command line) for more help.

You might want to make that


sudo zypper dup --from packman --allow-vendor-change

Correct, I forgot the default on Tumbleweed is different. :frowning:

Thanks, that solved several issue with one reply (that is with the correct invocation of)

sudo zypper dup --from packman --allow-vendor-change