I currently have these:
| Alias | Name | Enabled | GPG Check | Refresh | Priority
–±-------------------------------------±----------------------------±--------±----------±--------±--------
3 | packman | Packman | Yes | (r ) Yes | Yes | 70
1 | https-download.opensuse.org-81360366 | openSUSE:Tumbleweed | No | ---- | ---- | 99
2 | packages-microsoft-com-prod | packages-microsoft-com-prod | Yes | (r ) Yes | No | 99
4 | tailscale-stable | Tailscale stable | Yes | (r ) Yes | No | 99
5 | vscode | vscode | Yes | (r ) Yes | No | 99
which repos do i miss? or which should i remove?
You miss (at least) the following:
LT-B:~ # zypper lr -d
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
--+--------------------------------------+--------------------+---------+-----------+---------+----------+----------+--------------------------------------------------------------------------------------+--------
3 | download.opensuse.org-non-oss | Main Repository -> | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/tumbleweed/repo/non-oss/ |
4 | download.opensuse.org-oss | Main Repository -> | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/tumbleweed/repo/oss/ |
5 | download.opensuse.org-tumbleweed | Main Update Repo-> | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/update/tumbleweed/ |
LT-B:~ #
Please post the result of:
zypper lr -d
between code tags (the </> button above the editing area) including the leading prompt, the command and the trailing prompt to understand exactly what you have at the moment.
I would say that you need to keep only the Packman repo, but that depends on what you have installed.
And, BTW, welcome to the Forum!
thanks for the quick response!
result of lr -d
:
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
--+--------------------------------------+-----------------------------+---------+-----------+---------+----------+--------+---------------------------------------------------------------------------+--------
1 | https-download.opensuse.org-81360366 | openSUSE:Tumbleweed | No | ---- | ---- | 99 | N/A | https://download.opensuse.org/repositories/openSUSE:/Tumbleweed/standard/ |
2 | packages-microsoft-com-prod | packages-microsoft-com-prod | Yes | (r ) Yes | No | 99 | rpm-md | https://packages.microsoft.com/opensuse/15/prod/ |
3 | packman | Packman | Yes | (r ) Yes | Yes | 70 | rpm-md | https://ftp.fau.de/packman//suse/openSUSE_Tumbleweed/ |
4 | tailscale-stable | Tailscale stable | Yes | (r ) Yes | No | 99 | rpm-md | https://pkgs.tailscale.com/stable/opensuse/tumbleweed/x86_64 |
5 | vscode | vscode | Yes | (r ) Yes | No | 99 | rpm-md | https://packages.microsoft.com/yumrepos/vscode |
You can safely remove #1 (it is a remnant of the install DVD?)
#2 and #5 are wrong for Tumbleweed and I would remove them (or change to the right version if one exists).
#4 depends on what you have installed from that, anyway I would enable Refresh if you really need it.
1 Like
hui
December 4, 2024, 12:26pm
5
More important is to add the right Tumbleweed repos, so that you are able to upgrade your system:
sudo zypper ar -f https://download.opensuse.org/tumbleweed/repo/non-oss/ non-oss
sudo zypper ar -f https://download.opensuse.org/tumbleweed/repo/oss/ oss
sudo zypper ar -f https://download.opensuse.org/update/tumbleweed/ update
1 Like
Alright, thank you so much. Now it looks like this:
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
--+------------------+------------------+---------+-----------+---------+----------+--------+--------------------------------------------------------------+--------
1 | non-oss | non-oss | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/tumbleweed/repo/non-oss/ |
2 | oss | oss | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/tumbleweed/repo/oss/ |
3 | packman | Packman | Yes | (r ) Yes | Yes | 70 | rpm-md | https://ftp.fau.de/packman//suse/openSUSE_Tumbleweed/ |
4 | tailscale-stable | Tailscale stable | Yes | (r ) Yes | No | 99 | rpm-md | https://pkgs.tailscale.com/stable/opensuse/tumbleweed/x86_64 |
5 | update | update | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/update/tumbleweed/ |
6 | vscode | vscode | Yes | (r ) Yes | Yes | 99 | rpm-md | https://packages.microsoft.com/yumrepos/vscode
This seems correct.
system
Closed
December 11, 2024, 12:32pm
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.