Earlier today I ran sudo zyper ref
and then
sudo zypper dup
[...]
File /usr/lib64/gstreamer-1.0/libgstfaad.so
from install of
gstreamer-plugins-bad-1.26.2-2.1.x86_64 (openSUSE-Tumbleweed-Oss)
conflicts with file from install of
gstreamer-plugins-bad-codecs-1.26.2-1699.1.pm.5.x86_64 (Packman)
some info:
zypper lr -d 8 ✘ 1m 7s 18:41:30
# | Alias | Name | Enabled | GPG Check | Refresh | Keep | Priority | Type | URI | Service
---+---------------------+----------------------------------------+---------+-----------+---------+------+----------+--------+----------------------------------------------------------------------------------------+--------
1 | X11_Wayland | X11:Wayland | Yes | (r ) Yes | Yes | - | 99 | rpm-md | https://download.opensuse.org/repositories/X11:/Wayland/openSUSE_Tumbleweed/ |
2 | code | Visual Studio Code | Yes | (r ) Yes | No | - | 99 | rpm-md | https://packages.microsoft.com/yumrepos/vscode |
3 | graphics | graphics | Yes | (r ) Yes | Yes | - | 99 | rpm-md | https://download.opensuse.org/repositories/graphics/openSUSE_Tumbleweed/ |
4 | openSUSE-20241028-0 | openSUSE-20241028-0 | No | ---- | ---- | - | 99 | rpm-md | hd:/?device=/dev/disk/by-id/usb-TOSHIBA_TransMemory_0022CFF6BE23C1B0B126DEFB-0:0-part1 |
5 | packman | Packman | Yes | (r ) Yes | Yes | - | 70 | rpm-md | https://ftp.fau.de/packman/suse/openSUSE_Tumbleweed/ |
6 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ---- | - | 99 | N/A | http://download.opensuse.org/debug/tumbleweed/repo/oss/ |
7 | repo-non-oss | openSUSE-Tumbleweed-Non-Oss | Yes | (r ) Yes | Yes | - | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/non-oss/ |
8 | repo-openh264 | Open H.264 Codec (openSUSE Tumbleweed) | Yes | (r ) Yes | Yes | - | 99 | rpm-md | http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed |
9 | repo-oss | openSUSE-Tumbleweed-Oss | Yes | (r ) Yes | Yes | - | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/oss/ |
10 | repo-source | openSUSE-Tumbleweed-Source | No | ---- | ---- | - | 99 | N/A | http://download.opensuse.org/source/tumbleweed/repo/oss/ |
11 | repo-update | openSUSE-Tumbleweed-Update | Yes | (r ) Yes | Yes | - | 99 | rpm-md | http://download.opensuse.org/update/tumbleweed/ |
12 | security | security | Yes | (r ) Yes | Yes | - | 99 | rpm-md | https://download.opensuse.org/repositories/security/openSUSE_Tumbleweed/ |
13 | sublime-text | Sublime Text - x86_64 - Stable | Yes | (r ) Yes | Yes | - | 99 | rpm-md | https://download.sublimetext.com/rpm/stable/x86_64 |
14 | utilities | utilities | Yes | (r ) Yes | Yes | - | 99 | rpm-md | https://download.opensuse.org/repositories/utilities/openSUSE_Factory/ |
15 | vivaldi | vivaldi | Yes | (r ) Yes | Yes | - | 99 | rpm-md | https://repo.vivaldi.com/archive/rpm/x86_64
Often, people recommend to check whether a package is orphaned, in my case it is not:
zypper packages --orphaned ✔ 18:41:38
Loading repository data...
Reading installed packages...
S | Repository | Name | Version | Arch
---+------------+---------------------------------+-------------------------+-------
i+ | @System | copyq | 10.0.0+git7.f37d361-6.9 | x86_64
i | @System | copyq-bash-completion | 9.1.0+git22.d56b22f-4.7 | noarch
i | @System | copyq-lang | 10.0.0+git7.f37d361-6.9 | noarch
i+ | @System | libaquamarine6 | 0.7.2-1.2 | x86_64
i | @System | libhyprutils4 | 0.5.2-15.6 | x86_64
i | @System | libkdecorations3private1 | 6.3.1-1.1 | x86_64
i | @System | libpoppler146 | 25.02.0-1.2 | x86_64
i | @System | libpoppler147 | 25.03.0-1.1 | x86_64
i+ | @System | libSPIRV-Tools-2025_2_rc2 | 2025.2~rc2-1.1 | x86_64
i+ | @System | libSPIRV-Tools-2025_2_rc2-32bit | 2025.2~rc2-1.1 | x86_64
i | @System | libwx_baseu-suse14_0_0 | 3.2.6-4.2 | x86_64
i | @System | libwx_baseu_xml-suse14_0_0 | 3.2.6-4.2 | x86_64
i | @System | libwx_gtk2u_core-suse14_0_0 | 3.2.6-4.1 | x86_64
i | @System | libwx_gtk3u_aui-suse14_0_0 | 3.2.6-4.2 | x86_64
i | @System | libwx_gtk3u_core-suse14_0_0 | 3.2.6-4.2 | x86_64
i | @System | libwx_gtk3u_html-suse14_0_0 | 3.2.6-4.2 | x86_64
i | @System | libwx_gtk3u_richtext-suse14_0_0 | 3.2.6-4.2 | x86_64
i | @System | libx265-209 | 3.6-1699.2.pm.12 | x86_64
i | @System | libx265-209-32bit | 3.6-1699.2.pm.12 | x86_64
i+ | @System | rmlint | 2.10.2-5.45 | x86_64
Since I honestly have no idea how to proceed, maybe someone can throw me some pointers?
Thanks!