Am 28.02.22 um 18:15 schrieb Carlos E. R.:
On 2022-02-28 18:09, Simon Becherer wrote:
Am 28.02.22 um 17:59 schrieb Simon Becherer:
Here on tumbleweed, not completely updated 20220122:
i tried in yast chang a url, the repo is deleted, (not listed any more) so i decide to cancle, and delete the repo in yast.
then i added a new repo with zypper:
zypper ar -c -n 'Arcad Systemhaus' http://packages.arcad.de/maintenance/accesscode/rpms/5.11/main/RPMS Arcad
now its listed in yast "software-repositorys" but NOT in the yast "install software" / show -repositorys and yes, its active
zypper lr -p 1 | Arcad | Arcad Systemhaus | Ja | ( p) Ja | Ja | 99
what i see is that in yast "software-repos" the type of the repo is shown as "none" not as "yum" as all others.
whats wrong, here, some corrupted database (how to fix) or is this some bug?
or is this a repo problem from repo provider?
zypper pa Arcad Dienst 'service' wird aktualisiert.
You need to tell zypper to print in English.
Create this script:
Telcontar:~ # cat /usr/local/bin/ingles #!/bin/sh LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 \ DICTIONARY=english \ KDE_LANG=en_US.UTF-8 \ LANGUAGE=en_US.UTF-8:en \ exec "$@" Telcontar:~ #
Then do:
# ingles zypper pa Arcad
and post the result.
But see my previous reply first.
here its with the correct uri: ./englisch zypper pa Arcad Refreshing service 'service'. Problem retrieving the repository index file for service 'service': [|] Parse error: repoindex.xml[4] Opening and ending tag mismatch: meta line 3 and head History: - Parse error: repoindex.xml[4] Opening and ending tag mismatch: meta line 3 and head Warning: Skipping service 'service' because of the above error. Retrieving repository 'Arcad Systemhaus' metadata .....................................................................................................................................[error] Repository 'Arcad Systemhaus' is invalid. [Arcad|http://packages.arcad.de/maintenance/18045_td9Z6463/rpms/5.11/main/RPMS] Valid metadata not found at specified URL History: - File /var/tmp/TmpFile.KYIFjj doesn't contain public key data Please check if the URIs defined for this repository are pointing to a valid repository. Warning: Skipping repository 'Arcad Systemhaus' because of the above error. Some of the repositories have not been refreshed because of an error. Loading repository data... Reading installed packages... No packages found. -- www.becherer.de