Hi all,
I cleaned my repos a bit and wanted to update my system with zypper dup. However, zypper dup wants to uninstall many many packages.
Here are my repos:
20-10-24 21:20]cbrunos in ~ ➤ zypper lr
Repository priorities in effect: (See 'zypper lr -P' for details)
90 (raised priority) : 1 repository
99 (default priority) : 5 repositories
# | Alias | Name | Enabled | GPG Check | Refresh
--+--------------+--------------+---------+-----------+--------
1 | NVIDIA | NVIDIA | Yes | (r ) Yes | Yes
2 | packman | packman | Yes | (r ) Yes | Yes
3 | repo-debug | repo-debug | Yes | (r ) Yes | Yes
4 | repo-non-oss | repo-non-oss | Yes | (r ) Yes | Yes
5 | repo-oss | repo-oss | Yes | (r ) Yes | Yes
6 | repo-update | repo-update | Yes | (r ) Yes | Yes
Here’s the terminal output when I want to run zypper dup:
https://pastebin.com/zLahahtP
Is it safe to update?
hcvv
October 24, 2020, 9:48pm
2
Sorry, but the crucial information from your repo list is missing. Please
zypper lr -d
And better upload to https://susepaste.org/
I get al sorts of warnings from the site you link to.
As hcvv says, we can’t tell what repos you have from that limited information.
Looking at your output, it seems that you have removed a bunch of repos. Since I don’t know why you added those repos, I can’t tell whether that was a wise move.
Some of the problems are for libqt4 packages. I’m pretty sure that qt4 was removed from Tumbleweed some time ago. But apparently the packman repo still supports those.
I have never used “steam” software, so I have no opinion on those.
What it really boils down to, is that there are decisions that you have to make and that nobody else can make for you.
hcvv:
Sorry, but the crucial information from your repo list is missing. Please
zypper lr -d
And better upload to https://susepaste.org/
I get al sorts of warnings from the site you link to.
Here is the info you asked for
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
--+--------------+--------------+---------+-----------+---------+----------+--------+---------------------------------------------------------------------+--------
1 | NVIDIA | NVIDIA | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.nvidia.com/opensuse/tumbleweed |
2 | packman | packman | Yes | (r ) Yes | Yes | 90 | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/ |
3 | repo-debug | repo-debug | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/debug |
4 | repo-non-oss | repo-non-oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/non-oss |
5 | repo-oss | repo-oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/oss |
6 | repo-update | repo-update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/tumbleweed/ |
Tried susepaste, but it won’t let me continue, I get an error message back saying I’m a spammer. Here is another link: Just Paste Me
tsu2
October 26, 2020, 4:34pm
5
smithy69420:
Hi all,
I cleaned my repos a bit and wanted to update my system with zypper dup. However, zypper dup wants to uninstall many many packages.
Here are my repos:
20-10-24 21:20]cbrunos in ~ ➤ zypper lr
Repository priorities in effect: (See 'zypper lr -P' for details)
90 (raised priority) : 1 repository
99 (default priority) : 5 repositories
# | Alias | Name | Enabled | GPG Check | Refresh
--+--------------+--------------+---------+-----------+--------
1 | NVIDIA | NVIDIA | Yes | (r ) Yes | Yes
2 | packman | packman | Yes | (r ) Yes | Yes
3 | repo-debug | repo-debug | Yes | (r ) Yes | Yes
4 | repo-non-oss | repo-non-oss | Yes | (r ) Yes | Yes
5 | repo-oss | repo-oss | Yes | (r ) Yes | Yes
6 | repo-update | repo-update | Yes | (r ) Yes | Yes
Here’s the terminal output when I want to run zypper dup:
[20-10-24 21:07] cbrunos in ~ ➤ sudo zypper dupLoading repository data...Rea - Pastebin.com
Is it safe to update?
Your pastebin suggests…
You added the packman repository, but you didn’t run the command to set your system to pull packages from packman over the OSS whenever possible
zypper dup --from packman
At least for an application (wouldn’t know about your system), there is an upgrade from 32-bit to 64-bit. Did an application change architecture?
TSU
Hi thanks for the reply, This is what happens when I try to updated :
https://susepaste.org/63473862
If I choose to uninstall these packages for which requirements cannot be provided, looks like it’s the best solution. What do you think?
I can’t make your decisions for you. However, if it were me then I would probably go ahead with the deinstalling. That would give me a stable system.
Looks like this was the right approach, I was able to update and re-install these packages without any issues!