Which in itself is already curious - so many repos.
My concern is, why is there a second update repo, and what appear to be a -oss repo?
Different URLs for these are already part of the standard install:
You can remove both. Those are the repos where the packages are built before they are copied to the official repos.
They have been added because that repo where you installed a package from is set up that way.
But again, you don’t need them, as you have the official repos anyway.
PS: Next time better use “zypper lr -d”. This would include the URL as well in the output. The name doesn’t tell anything.
Thanks for the explanation, it’s clear now. I was being a bit paranoid, I think.
I knew there was a way to list the URLs as I’ve seen it in other posts, but zypper --help don’t list it. I tried with -v, but no joy. That’s why I posted again with the full URLs.
Anyway, thanks for the tip, I’ll keep it in mind - or probably forget it next time I have to use a terminal… That’s where a GUI show it’s value. It’s slow, but faster than a terminal for a infrequent, forgetful terminal user like me.
They are not “required”.
But that repo builds against those two repos, that’s why the 1-click wants to add them.
It’s just a wrong repo setup (on OBS) in the end. (well, not exactly wrong, but let’s call it “unusual”…)
But “zypper lr --help” does list it, and other available options.
That’s the general usage of zypper.
Run “zypper command --help” to get extensive help for that particular command… “zypper --help” only shows the general options and available commands.
It would be better if you just posted the output of “zypper lr
–details”, and did so inside a code tags block. As it is, I can’t read
it in this post, nor figure it out in the previous post or this one, sorry.
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)
> I knew there was a way to list the URLs as I’ve seen it in other posts,
> but zypper --help don’t list it. I tried with -v, but no joy. That’s why
> I posted again with the full URLs.
There are so many options that they split it. You get the general help
via “zypper --help”, and then you can get more help on each listed
option via “zypper whatever --help”.
I know this, but I don’t see this been told in the initial “help”. :-?
Then, there is the generalized “zypper --verbose command”, and also
there is the particular “zypper command --verbose”, with different
behaviour. In the case of “zypper lr” the second version is not
“–verbose” but “–details”.
It is a complicated command… command line is complicated, but we get
used to it. The command line complexity is increased by the fact that
each programmer does it differently. The standardization comes from all
Linux programmers using the same library to parse command line options
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)