gariac
January 24, 2022, 9:23am
1
Before I ask for any other problems to be solved, I would like to insure my repositories are proper for leap 15.3. I had tried to install some community package that bombed so basically I want the repos to be stock other than the addition of the mozilla repo.
**linux-yxjo:/home/mrg/opensuse #** zypper lr
Repository priorities are without effect. All enabled repositories share the same priority.
# | Alias | Name | Enabled | GPG Check | Refresh
---+--------------------------------------+---------------------------------------------------------------------------------------------+---------+-----------+--------
1 | https-download.opensuse.org-10543edc | SUSE:SLE-15-SP1:GA | No | ---- | ----
2 | https-download.opensuse.org-26158522 | SUSE:SLE-15-SP1:Update | No | ---- | ----
3 | https-download.opensuse.org-2c3979dd | SUSE:SLE-15-SP2:GA | No | ---- | ----
4 | https-download.opensuse.org-30c1a1fd | OBS:Server:Unstable | No | ---- | ----
5 | https-download.opensuse.org-46a0d120 | Geckito:SDK:Main | No | ---- | ----
6 | https-download.opensuse.org-c42ab699 | openSUSE:Backports:SLE-15-SP3:Checks | No | ---- | ----
7 | https-download.opensuse.org-cf1efa4c | SUSE:SLE-15:Update | No | ---- | ----
8 | https-download.opensuse.org-d3d760d1 | openSUSE:Backports:SLE-15-SP3 | No | ---- | ----
9 | https-download.opensuse.org-d4a593b0 | SUSE:SLE-15-SP2:Update | No | ---- | ----
10 | https-download.opensuse.org-f6c6b85f | SUSE:SLE-15-SP3:GA | No | ---- | ----
11 | openSUSE-Leap-15.3-1 | openSUSE-Leap-15.3-1 | No | ---- | ----
12 | openSUSE_Leap_15.3 | mozilla | Yes | (r ) Yes | Yes
13 | repo-backports-debug-update | Update repository with updates for openSUSE Leap debuginfo packages from openSUSE Backports | No | ---- | ----
14 | repo-backports-update | Update repository of openSUSE Backports | Yes | (r ) Yes | Yes
15 | repo-debug | Debug Repository | No | ---- | ----
16 | repo-debug-non-oss | Debug Repository (Non-OSS) | No | ---- | ----
17 | repo-debug-update | Update Repository (Debug) | No | ---- | ----
18 | repo-debug-update-non-oss | Update Repository (Debug, Non-OSS) | No | ---- | ----
19 | repo-non-oss | Non-OSS Repository | Yes | (r ) Yes | Yes
20 | repo-oss | Main Repository | Yes | (r ) Yes | Yes
21 | repo-sle-debug-update | Update repository with debuginfo for updates from SUSE Linux Enterprise 15 | No | ---- | ----
22 | repo-sle-update | Update repository with updates from SUSE Linux Enterprise 15 | Yes | (r ) Yes | Yes
23 | repo-source | Source Repository | No | ---- | ----
24 | repo-update | Main Update Repository | Yes | (r ) Yes | Yes
25 | repo-update-non-oss | Update Repository (Non-Oss) | Yes | (r ) Yes | Yes
hcvv
January 24, 2022, 9:57am
2
This is a rather useless list because we need the URLs of the repositories to see waht they are. We now have only the local name (and alsiases) as they are on your system. So please post
zypper lr -d
That said, of course those names suggest a lot of things. e.g. that you have SLE 15 repos. They are disabled, but they should not be there at all. (And how did they get there at all???)
@gariac :
You can take this list as a fairly definitive minimum of what you really need –
Including, an optional Packman Repository …
The “debug” repositories are also optional – they’re only needed if, you want to participate in Bug Reporting …
> LANG=C zypper lr -P
# | Alias | Name | Enabled | GPG Check | Refresh | Priority
---+----------------------------------+---------------------------------------------------------------------------------------------+---------+-----------+---------+---------
2 | Essentials | Packman Repository - Essentials | Yes | (r ) Yes | Yes | 99
8 | openSUSE-Leap-15.3-1 | openSUSE-Leap-15.3-1 | No | ---- | ---- | 99
*10 | repo-backports-debug-update | Update repository with updates for openSUSE Leap debuginfo packages from openSUSE Backports | No | ---- | ---- | 99*
11 | repo-backports-update | Update repository of openSUSE Backports | Yes | (r ) Yes | Yes | 99
*12 | repo-debug | Debug Repository | Yes | (r ) Yes | Yes | 99
13 | repo-debug-backports-update | Update repository of openSUSE Backports (Debug) | Yes | (r ) Yes | Yes | 99
14 | repo-debug-non-oss | Debug Repository (Non-OSS) | Yes | (r ) Yes | Yes | 99
15 | repo-debug-sle-update | Update repository with updates from SUSE Linux Enterprise 15 (Debug) | Yes | (r ) Yes | Yes | 99
16 | repo-debug-update | Update Repository (Debug) | Yes | (r ) Yes | Yes | 99
17 | repo-debug-update-non-oss | Update Repository (Debug, Non-OSS) | Yes | (r ) Yes | Yes | 99*
18 | repo-non-oss | Non-OSS Repository | Yes | (r ) Yes | Yes | 99
19 | repo-oss | Main Repository | Yes | (r ) Yes | Yes | 99
*20 | repo-sle-debug-update | Update repository with debuginfo for updates from SUSE Linux Enterprise 15 | No | ---- | ---- | 99*
21 | repo-sle-update | Update repository with updates from SUSE Linux Enterprise 15 | Yes | (r ) Yes | Yes | 99
23 | repo-update | Main Update Repository | Yes | (r ) Yes | Yes | 99
24 | repo-update-non-oss | Update Repository (Non-Oss) | Yes | (r ) Yes | Yes | 99
>
As I told to you:
Do not install packages for a different Version of openSUSE.
The backport (#14 ) and SLE-Update (#22 ) Repos are new to openSUSE and are important.
No kernel update without SLE-Update Repo.
But Repo #1 up tp Repo #10 are no openSUSE Leap 15.3 Repos, I think because of missing the URL.
gariac
January 24, 2022, 10:20pm
5
Sauerland:
As I told to you:
Do not install packages for a different Version of openSUSE.
The backport (#14 ) and SLE-Update (#22 ) Repos are new to openSUSE and are important.
No kernel update without SLE-Update Repo.
But Repo #1 up tp Repo #10 are no openSUSE Leap 15.3 Repos, I think because of missing the URL.
The only repo I intentionally added was Mozilla. The other repos showed up when I added a package from opensuse package search via a community submission.
gariac
January 24, 2022, 11:17pm
6
hcvv:
This is a rather useless list because we need the URLs of the repositories to see waht they are. We now have only the local name (and alsiases) as they are on your system. So please post
zypper lr -d
That said, of course those names suggest a lot of things. e.g. that you have SLE 15 repos. They are disabled, but they should not be there at all. (And how did they get there at all???)
I tried to install a package from a community using opensuse package and it crashed. Here are the repos with URLs.
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type |
URI | Service
---+--------------------------------------+---------------------------------------------------------------------------------------------+---------+-----------+---------+----------+--------+
----------------------------------------------------------------------------------------------+--------
1 | https-download.opensuse.org-10543edc | SUSE:SLE-15-SP1:GA | No | ---- | ---- | 99 | NONE |
https://download.opensuse.org/repositories/SUSE:/SLE-15-SP1:/GA/pool/ |
2 | https-download.opensuse.org-26158522 | SUSE:SLE-15-SP1:Update | No | ---- | ---- | 99 | NONE |
https://download.opensuse.org/repositories/SUSE:/SLE-15-SP1:/Update/pool/ |
3 | https-download.opensuse.org-2c3979dd | SUSE:SLE-15-SP2:GA | No | ---- | ---- | 99 | NONE |
https://download.opensuse.org/repositories/SUSE:/SLE-15-SP2:/GA/pool/ |
4 | https-download.opensuse.org-30c1a1fd | OBS:Server:Unstable | No | ---- | ---- | 99 | rpm-md |
https://download.opensuse.org/repositories/OBS:/Server:/Unstable/15.3/ |
5 | https-download.opensuse.org-c42ab699 | openSUSE:Backports:SLE-15-SP3:Checks | No | ---- | ---- | 99 | rpm-md |
https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP3:/Checks/standard/ |
6 | https-download.opensuse.org-cf1efa4c | SUSE:SLE-15:Update | No | ---- | ---- | 99 | NONE |
https://download.opensuse.org/repositories/SUSE:/SLE-15:/Update/pool/ |
7 | https-download.opensuse.org-d3d760d1 | openSUSE:Backports:SLE-15-SP3 | No | ---- | ---- | 99 | rpm-md |
https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP3/standard/ |
8 | https-download.opensuse.org-d4a593b0 | SUSE:SLE-15-SP2:Update | No | ---- | ---- | 99 | NONE |
https://download.opensuse.org/repositories/SUSE:/SLE-15-SP2:/Update/pool/ |
9 | https-download.opensuse.org-f6c6b85f | SUSE:SLE-15-SP3:GA | No | ---- | ---- | 99 | NONE |
https://download.opensuse.org/repositories/SUSE:/SLE-15-SP3:/GA/pool/ |
10 | openSUSE-Leap-15.3-1 | openSUSE-Leap-15.3-1 | No | ---- | ---- | 99 | rpm-md |
hd:/?device=/dev/disk/by-id/usb-Lexar_USB_Flash_Drive_AA2KRRHPKG9N1CCU-0:0-part2 |
11 | openSUSE_Leap_15.3 | mozilla | Yes | (r ) Yes | Yes | 99 | rpm-md |
https://download.opensuse.org/repositories/mozilla/openSUSE_Leap_15.3/ |
12 | packman | Packman | Yes | (r ) Yes | Yes | 90 | rpm-md |
https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.3/ |
13 | repo-backports-debug-update | Update repository with updates for openSUSE Leap debuginfo packages from openSUSE Backports | No | ---- | ---- | 99 | NONE |
http://download.opensuse.org/update/leap/15.3/backports_debug/ |
14 | repo-backports-update | Update repository of openSUSE Backports | Yes | (r ) Yes | Yes | 99 | rpm-md |
http://download.opensuse.org/update/leap/15.3/backports/ |
15 | repo-debug-update | Update Repository (Debug) | No | ---- | ---- | 99 | NONE |
http://download.opensuse.org/debug/update/leap/15.3/oss/ |
16 | repo-debug-update-non-oss | Update Repository (Debug, Non-OSS) | No | ---- | ---- | 99 | NONE |
http://download.opensuse.org/debug/update/leap/15.3/non-oss/ |
17 | repo-non-oss | Non-OSS Repository | Yes | (r ) Yes | Yes | 99 | rpm-md |
http://download.opensuse.org/distribution/leap/15.3/repo/non-oss/ |
18 | repo-oss | Main Repository | Yes | (r ) Yes | Yes | 99 | rpm-md |
http://download.opensuse.org/distribution/leap/15.3/repo/oss/ |
19 | repo-sle-debug-update | Update repository with debuginfo for updates from SUSE Linux Enterprise 15 | No | ---- | ---- | 99 | NONE |
http://download.opensuse.org/debug/update/leap/15.3/sle/ |
20 | repo-sle-update | Update repository with updates from SUSE Linux Enterprise 15 | Yes | (r ) Yes | Yes | 99 | rpm-md |
http://download.opensuse.org/update/leap/15.3/sle/ |
21 | repo-source | Source Repository | No | ---- | ---- | 99 | NONE |
http://download.opensuse.org/source/distribution/leap/15.3/repo/oss/ |
22 | repo-update | Main Update Repository | Yes | (r ) Yes | Yes | 99 | rpm-md |
http://download.opensuse.org/update/leap/15.3/oss/ |
23 | repo-update-non-oss | Update Repository (Non-Oss) | Yes | (r ) Yes | Yes | 99 | rpm-md |
http://download.opensuse.org/update/leap/15.3/non-oss/
The other repos showed up when I added a package from opensuse package search via a community submission.
Those packages are not build for Leap 15.3.
Only use packages build for Leap 15.3!
gariac
January 25, 2022, 9:50am
8
Well yeah except I’m not 100% sure which are the proper repos. Case in point, When you read the release notes:
These are: repo-update, repo-backports-update, and repo-sle-update.
The repos are underlined, but an underline is not a link. It would really help to know the specific URLs of the proper repos.
hcvv
January 25, 2022, 10:09am
9
You have all those update repos with the correct URLs. Why don’t you do as advised. Remove those 10 that should not be there!.
Of course you can do what you want, but when you ask for advice and several people give you the same advice, then you either do it and post your improved list here for further comment, or you say: “thank youi for help, but will do otherwise”. In the latter case we can go and try to help other people.
We first want to see the improved list so we do not have to stumble into all garbage there.
My repo list:
boven:~ # zypper lr -d
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
---+------------------------+-----------------------------------------------------+---------+-----------+---------+----------+--------+--------------------------------------------------------------------------+--------
1 | backports-debug-update | Updates for debuginfo from openSUSE Backports | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/update/leap/15.3/backports_debug/ |
2 | backports-update | Updates from openSUSE Backports | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.3/backports/ |
3 | libdvdcss | Libdvdcss | No | ---- | ---- | 99 | NONE | http://opensuse-guide.org/repo/openSUSE_Leap_15.3/ |
4 | main | Main (OSS) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.3/repo/oss/ |
5 | main-debug | Debug (OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/15.3/repo/oss/ |
6 | main-debug-update | Update-Debug (OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.3/oss/ |
7 | main-source | Source (OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/distribution/leap/15.3/repo/oss/ |
8 | main-update | Update (OSS) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.3/oss |
9 | non-oss-debug | Debug (Non-OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/15.3/repo/non-oss/ |
10 | non-oss-debug-update | Update-Debug (Non-OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.3/non-oss/ |
11 | non-oss-main | Main (Non-OSS) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.3/repo/non-oss/ |
12 | non-oss-source | Source (Non-OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/distribution/leap/15.3/repo/non-oss/ |
13 | non-oss-update | Update (Non-OSS) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.3/non-oss/ |
14 | packman | Packman | Yes | (r ) Yes | Yes | 99 | rpm-md | https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.3/ |
15 | sle-debug-update | Updates for debuginfo from SUSE Linux Enterprise 15 | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.3/sle/ |
16 | sle-update | Updates from SUSE Linux Enterprise 15 | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.3/sle/ |
17 | teams | teams | No | ---- | ---- | 99 | rpm-md | https://packages.microsoft.com/yumrepos/ms-teams |
boven:~ #
And all the URLs as stored in the .repo files:
boven:/etc/zypp/repos.d # grep baseurl *.repo
backports-debug-update.repo:baseurl=http://download.opensuse.org/update/leap/$releasever/backports_debug/
backports-update.repo:baseurl=http://download.opensuse.org/update/leap/$releasever/backports/
libdvdcss.repo:baseurl=http://opensuse-guide.org/repo/openSUSE_Leap_$releasever/
main-debug-update.repo:baseurl=http://download.opensuse.org/debug/update/leap/$releasever/oss/
main-debug.repo:baseurl=http://download.opensuse.org/debug/distribution/leap/$releasever/repo/oss/
main-source.repo:baseurl=http://download.opensuse.org/source/distribution/leap/$releasever/repo/oss/
main-update.repo:baseurl=http://download.opensuse.org/update/leap/$releasever/oss
main.repo:baseurl=http://download.opensuse.org/distribution/leap/$releasever/repo/oss/
non-oss-debug-update.repo:baseurl=http://download.opensuse.org/debug/update/leap/$releasever/non-oss/
non-oss-debug.repo:baseurl=http://download.opensuse.org/debug/distribution/leap/$releasever/repo/non-oss/
non-oss-main.repo:baseurl=http://download.opensuse.org/distribution/leap/$releasever/repo/non-oss/
non-oss-source.repo:baseurl=http://download.opensuse.org/source/distribution/leap/$releasever/repo/non-oss/
non-oss-update.repo:baseurl=http://download.opensuse.org/update/leap/$releasever/non-oss/
packman.repo:baseurl=https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_$releasever/
sle-debug-update.repo:baseurl=http://download.opensuse.org/debug/update/leap/$releasever/sle/
sle-update.repo:baseurl=http://download.opensuse.org/update/leap/$releasever/sle/
teams.repo:baseurl=https://packages.microsoft.com/yumrepos/ms-teams
boven:/etc/zypp/repos.d #
@gariac :
Default openSUSE Repositories –
The configuration files for the active Repositories are located in the ‘/etc/zypp/repos.d/
’ directory. - This directory is provided by the “libzypp
” package – forcibly reinstall this package if you happen to lose the directory. - Forcibly reinstall the package “openSUSE-release-15.3
” to recover the Backports and SLE Repositories –“repo-backports-update.repo”
“repo-backports-debug-update.repo”
“repo-sle-update.repo”
“repo-sle-debug-update.repo”
The package “openSUSE-release-15.3
” also contains an XML file – ‘/etc/products.d/Leap.prod ’ – which defines the remaining repositories needed.
gariac
January 26, 2022, 8:12am
11
hcvv:
You have all those update repos with the correct URLs. Why don’t you do as advised. Remove those 10 that should not be there!.
Of course you can do what you want, but when you ask for advice and several people give you the same advice, then you either do it and post your improved list here for further comment, or you say: “thank youi for help, but will do otherwise”. In the latter case we can go and try to help other people.
We first want to see the improved list so we do not have to stumble into all garbage there.
My repo list:
boven:~ # zypper lr -d
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
---+------------------------+-----------------------------------------------------+---------+-----------+---------+----------+--------+--------------------------------------------------------------------------+--------
1 | backports-debug-update | Updates for debuginfo from openSUSE Backports | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/update/leap/15.3/backports_debug/ |
2 | backports-update | Updates from openSUSE Backports | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.3/backports/ |
3 | libdvdcss | Libdvdcss | No | ---- | ---- | 99 | NONE | http://opensuse-guide.org/repo/openSUSE_Leap_15.3/ |
4 | main | Main (OSS) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.3/repo/oss/ |
5 | main-debug | Debug (OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/15.3/repo/oss/ |
6 | main-debug-update | Update-Debug (OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.3/oss/ |
7 | main-source | Source (OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/distribution/leap/15.3/repo/oss/ |
8 | main-update | Update (OSS) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.3/oss |
9 | non-oss-debug | Debug (Non-OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/15.3/repo/non-oss/ |
10 | non-oss-debug-update | Update-Debug (Non-OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.3/non-oss/ |
11 | non-oss-main | Main (Non-OSS) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.3/repo/non-oss/ |
12 | non-oss-source | Source (Non-OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/distribution/leap/15.3/repo/non-oss/ |
13 | non-oss-update | Update (Non-OSS) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.3/non-oss/ |
14 | packman | Packman | Yes | (r ) Yes | Yes | 99 | rpm-md | https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.3/ |
15 | sle-debug-update | Updates for debuginfo from SUSE Linux Enterprise 15 | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.3/sle/ |
16 | sle-update | Updates from SUSE Linux Enterprise 15 | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.3/sle/ |
17 | teams | teams | No | ---- | ---- | 99 | rpm-md | https://packages.microsoft.com/yumrepos/ms-teams |
boven:~ #
And all the URLs as stored in the .repo files:
boven:/etc/zypp/repos.d # grep baseurl *.repo
backports-debug-update.repo:baseurl=http://download.opensuse.org/update/leap/$releasever/backports_debug/
backports-update.repo:baseurl=http://download.opensuse.org/update/leap/$releasever/backports/
libdvdcss.repo:baseurl=http://opensuse-guide.org/repo/openSUSE_Leap_$releasever/
main-debug-update.repo:baseurl=http://download.opensuse.org/debug/update/leap/$releasever/oss/
main-debug.repo:baseurl=http://download.opensuse.org/debug/distribution/leap/$releasever/repo/oss/
main-source.repo:baseurl=http://download.opensuse.org/source/distribution/leap/$releasever/repo/oss/
main-update.repo:baseurl=http://download.opensuse.org/update/leap/$releasever/oss
main.repo:baseurl=http://download.opensuse.org/distribution/leap/$releasever/repo/oss/
non-oss-debug-update.repo:baseurl=http://download.opensuse.org/debug/update/leap/$releasever/non-oss/
non-oss-debug.repo:baseurl=http://download.opensuse.org/debug/distribution/leap/$releasever/repo/non-oss/
non-oss-main.repo:baseurl=http://download.opensuse.org/distribution/leap/$releasever/repo/non-oss/
non-oss-source.repo:baseurl=http://download.opensuse.org/source/distribution/leap/$releasever/repo/non-oss/
non-oss-update.repo:baseurl=http://download.opensuse.org/update/leap/$releasever/non-oss/
packman.repo:baseurl=https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_$releasever/
sle-debug-update.repo:baseurl=http://download.opensuse.org/debug/update/leap/$releasever/sle/
sle-update.repo:baseurl=http://download.opensuse.org/update/leap/$releasever/sle/
teams.repo:baseurl=https://packages.microsoft.com/yumrepos/ms-teams
boven:/etc/zypp/repos.d #
OK, I compared all the URLs.
**linux-yxjo:/home/mrg #** zypper -t lr -d
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
---+-----------------------------+---------------------------------------------------------------------------------------------+---------+-----------+---------+----------+--------+----------------------------------------------------------------------------------+--------
1 | hardware_sdr | Software Defined Radio related packages (15.3) | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/repositories/hardware:/sdr/15.3/ |
2 | openSUSE-Leap-15.3-1 | openSUSE-Leap-15.3-1 | No | ---- | ---- | 99 | rpm-md | hd:/?device=/dev/disk/by-id/usb-Lexar_USB_Flash_Drive_AA2KRRHPKG9N1CCU-0:0-part2 |
3 | openSUSE_Leap_15.3 | mozilla | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/repositories/mozilla/openSUSE_Leap_15.3/ |
4 | packman | Packman | Yes | (r ) Yes | Yes | 90 | rpm-md | https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.3/ |
5 | repo-backports-debug-update | Update repository with updates for openSUSE Leap debuginfo packages from openSUSE Backports | No | ---- | ---- | 99 | NONE | https://download.opensuse.org/update/leap/15.3/backports_debug/ |
6 | repo-backports-update | Update repository of openSUSE Backports | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/update/leap/15.3/backports/ |
7 | repo-debug-update | Update Repository (Debug) | No | ---- | ---- | 99 | NONE | https://download.opensuse.org/debug/update/leap/15.3/oss/ |
8 | repo-debug-update-non-oss | Update Repository (Debug, Non-OSS) | No | ---- | ---- | 99 | NONE | https://download.opensuse.org/debug/update/leap/15.3/non-oss/ |
9 | repo-non-oss | Non-OSS Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/distribution/leap/15.3/repo/non-oss/ |
10 | repo-oss | Main Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/distribution/leap/15.3/repo/oss/ |
11 | repo-sle-debug-update | Update repository with debuginfo for updates from SUSE Linux Enterprise 15 | No | ---- | ---- | 99 | NONE | https://download.opensuse.org/debug/update/leap/15.3/sle/ |
12 | repo-sle-update | Update repository with updates from SUSE Linux Enterprise 15 | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/update/leap/15.3/sle/ |
13 | repo-source | Source Repository | No | ---- | ---- | 99 | NONE | https://download.opensuse.org/source/distribution/leap/15.3/repo/oss/ |
14 | repo-update | Main Update Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/update/leap/15.3/oss/ |
15 | repo-update-non-oss | Update Repository (Non-Oss) | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/update/leap/15.3/non-oss/ |
16 | science | Software for Scientists and Engineers (openSUSE_Leap_15.3) | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/repositories/science/openSUSE_Leap_15.3/ |
**linux-yxjo:/home/mrg **
hcvv
January 26, 2022, 9:27am
12
Ok, looks fine.
I am missing the libdvdcss one. Most will have that for the only package there libdvdcss. After installation, that never changes, thus most disable it then. But when you have the package already, you do not need the repo, thus not having it may not be a problem, depends on having installed libdvdcss from it or not.
You have as extra Packman, which is what most have, and Mozilla (you seem to have some reason for that), and hardware-sdr and science.
Now your strategy on those may differ. When you only want a particular package from one of those, then install it and my advice would be to disable such a repo to avoid getting other packages unwanted from that repo. Some of those repo (specially the “home” ones may have all sorts of packages beside the ones you want that are both in OSS and that home repo, you probably want the real ones). Only enable the extra repo to see, and eventualy install) newer versions of the packages you want from that repo).
OTOH. when a repohas only those package(s) you need, you may keep it enables and get updates on any zypper up you do.
The question that is still there is if you now have only packages from the repo list you have now. In other words, do you still have SLE packages installed that should not be there?
And of course, do you still have a problem?
Start point maybe with some helpful information
https://opensuse-guide.org/repositories.php
It ain’t up to date – the current Leap 15.3 situation isn’t covered …
gariac
January 27, 2022, 7:16am
15
hcvv:
Ok, looks fine.
I am missing the libdvdcss one. Most will have that for the only package there libdvdcss. After installation, that never changes, thus most disable it then. But when you have the package already, you do not need the repo, thus not having it may not be a problem, depends on having installed libdvdcss from it or not.
You have as extra Packman, which is what most have, and Mozilla (you seem to have some reason for that), and hardware-sdr and science.
Now your strategy on those may differ. When you only want a particular package from one of those, then install it and my advice would be to disable such a repo to avoid getting other packages unwanted from that repo. Some of those repo (specially the “home” ones may have all sorts of packages beside the ones you want that are both in OSS and that home repo, you probably want the real ones). Only enable the extra repo to see, and eventualy install) newer versions of the packages you want from that repo).
OTOH. when a repohas only those package(s) you need, you may keep it enables and get updates on any zypper up you do.
The question that is still there is if you now have only packages from the repo list you have now. In other words, do you still have SLE packages installed that should not be there?
And of course, do you still have a problem?
I needed science repo for octave and hardware for something rtlsdr related. What exactly slips my mind. I was having a m4a problem with audacity that packman essentials solved. I usually install that anyway.
Now you have an excellent point on do I have a wrong package installed. Yast shows packages in red when there is no repo to support them. Since I removed the wrong repos, the shall we say orphaned SLE package would be in red. Is there an easy way to list such packages?
Do I have a problem? Well gnuradio isn’t finding packages that I know are there, but that isn’t a repo problem. More like I guess I need to guide cmake to find them. A different problem and I will hack on it a bit before asking the forum. I build gnuradio 9.5 release. It is 10 that I am working on.
gariac
January 27, 2022, 7:22am
16
Well the page says it is unofficial. That page also suggests using
http://software.opensuse.org/
but I was told to use opi.
I would put the proper repos URLs on the release notes. Had that been done I wouldn’t have needed to start this thread.