Thanks. But how do I know that I set up Packman correctly? It there some test I can use, perhaps a program that will fail unless Packman’s working properly? Mind you, I’m new to Linux.
Being an openSUSE user since 1995 the hassle with packman servers is a minor annoyance for me, but for new users it is a big one. When I considered replacing Tumbleweed by Manjaro on my AMD Ryzen 5 3400G (it consistently fails to suspend/resume since 8 months while all other distributions work flawlessly) I ran into in a missing server problem, which was solved by copy/paste of a single line in their excellent documentation: https://wiki.manjaro.org/index.php/Pacman-mirrors
pacman-mirrors --country Germany && pacman -Syyu
I think there is ample margin for openSUSE improvements.
Currently I use the following 2 repos:
**erlangen:~ #** zypper lr packman Packman
Alias : packman
Name : Packman repository (openSUSE_Tumbleweed)
**URI : http://packman.inode.at/suse/openSUSE_Tumbleweed **
**Enabled : No**
GPG Check : ----
Priority : 90 (raised priority)
Autorefresh : On
Keep Packages : Off
Type : rpm-md
GPG Key URI : http://packman.inode.at/suse/openSUSE_Tumbleweed/repodata/repomd.xml.key
Path Prefix :
Parent Service :
Keywords : ---
Repo Info Path : /etc/zypp/repos.d/packman.repo
MD Cache Path : /var/cache/zypp/raw/packman
Alias : Packman
Name : Packman
**URI : http://ftp.fau.de/packman/suse/openSUSE_Tumbleweed/ **
**Enabled : Yes **
GPG Check : (r ) Yes
Priority : 90 (raised priority)
Autorefresh : On
Keep Packages : Off
Type : rpm-md
GPG Key URI :
Path Prefix :
Parent Service :
Keywords : ---
Repo Info Path : /etc/zypp/repos.d/Packman.repo
MD Cache Path : /var/cache/zypp/raw/Packman
**erlangen:~ #**
Switching between these is done by enabling the working one and disabling the failing one.