Hi, I ran # zypper ref && zypper up which most probaby kickstarted the repo issues.
Then trying to install zypper in nginx-module-brotli wouldn't find the package so I downloaded and rpm'ed the module.
As I am mostly working debian, I am not familiar with the opensuse package/dep management.
FYI, I got the following output trying to reinst brotli
`zypper in nginx-module-brotli
Retrieving repository 'grommunio' metadata ------------------------------------------------------------------------------------------------------------------------------------------------------------------[/]
Looking for gpg key ID 38F63ABF in cache /var/cache/zypp/pubkeys.
Repository grommunio does not define additional 'gpgkey=' URLs.
Warning: File 'repomd.xml' from repository 'grommunio' is signed with an unknown key '4F4F3F0138F63ABF'.
Note: Signing data enables the recipient to verify that no modifications occurred after the data
were signed. Accepting data with no, wrong or unknown signature can lead to a corrupted system
and in extreme cases even to a system compromise.
Note: File 'repomd.xml' is the repositories master index file. It ensures the integrity of the
whole repo.
Warning: We can't verify that no one meddled with this file, so it might not be trustworthy
anymore! You should not continue unless you know it's safe.
File 'repomd.xml' from repository 'grommunio' is signed with an unknown key '4F4F3F0138F63ABF'. Continue? [yes/no] (no): y
Retrieving repository 'grommunio' metadata ...............................................................................................................................................................[done]
Building repository 'grommunio' cache ....................................................................................................................................................................[done]
Loading repository data...
Warning: Repository 'Main Update Repository' appears to be outdated. Consider using a different mirror or server.
Warning: Repository 'Update Repository (Non-Oss)' appears to be outdated. Consider using a different mirror or server.
Reading installed packages...
'nginx-module-brotli' is already installed.
No update candidate for 'nginx-module-brotli-1.0.0rc+g1-lp153.1.2.aarch64'. The highest available version is already installed.
Resolving package dependencies...
Nothing to do.`
How can I revert to vanilla repo structure without having to install from scratch?
TIA!