Google グループは Usenet の新規の投稿と購読のサポートを終了しました。過去のコンテンツは引き続き閲覧できます。
Dismiss

Handling "Not Available Problems" using zypper dup

閲覧: 2 回
最初の未読メッセージにスキップ

Paul R Schmidtbleicher

未読、
2021/11/20 22:00:192021/11/20
To:
System: Tumbleweed
Looking for advice on "zypper dup" when installation problems are
presented and the main issue is that to install a particular package it
says something it needs cannot be provided.
At this time there are three such problems. One option is (s) or skip
which I assumed it meant just don't install that package. However, after
skipping all three the 3 problems just repeat.
If I try option 1 or 2 its presents even more installation problems.
It seems that the package it needs may be available on <opensuse.org-oss>
but is not installable. I finally his the "c" option to cancel the
upgrade.
Meanwhile YAST is telling me there are 1085 new updates (patches from
what I have learned)
Looking for advice . . . So far I'm choosing no upgrade.
Paul


--
paulrs

Carlos E.R.

未読、
2021/11/21 6:40:082021/11/21
To:
I would suggest to post on the opensuse mail list, but pasting actual
error sequence from the terminal, not your description.


Meanwhile, try "zypper refresh" before the dup.


--
Cheers, Carlos.

Malcolm

未読、
2021/11/21 10:43:102021/11/21
To:
Hi
Unless refresh is disabled for the repositories it does it before the
dup, but maybe force a refresh (zypper ref -f).

@OP, I always add verbosity to see more dup info;

zypper -vvv dup

It could also have been in transition for the next snapshot release
(20211119), normally if having issues, wait an hour or so and try again.

--
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
Tumbleweed 20211118 | GNOME Shell 41.1 | 5.15.2-1-default
HP Z440 | Xeon E5-2690 V3 X24 @ 2.60GHz | AMD RX550/Nvidia GT1030
up 1 day 10:58, 2 users, load average: 0.42, 0.93, 0.98

Paul R Schmidtbleicher

未読、
2021/11/21 22:32:302021/11/21
To:
On 21 Nov 2021 03:00:16 GMT, Paul R Schmidtbleicher wrote:

(1) OK, I took your advice and did <zypper refresh -f> even a forced
refreshment. All repositories were refreshed (Although my repository
under Yast Software is set to refresh.

(2) I still get the same 3 problems. Here is what I get from the
Superuser Terminal return with <zypper dup>

suse15linux:~ # zypper dup
Loading repository data...
Reading installed packages...
Warning: You are about to do a distribution upgrade with all enabled
repositories. Make sure these repositories are compatible before you
continue. See 'man zypper' for more information about this command.
Computing distribution upgrade...
3 Problems:
Problem: the to be installed libQt5WebKit5-5.212~alpha4-1.1.x86_64
requires 'libQt5Gui.so.5(Qt_5.15.0_PRIVATE_API)(64bit)', but this
requirement cannot be provided
Problem: the to be installed libQt5WebKit5-
imports-5.212~alpha4-1.1.x86_64 requires 'libQt5Quick.so.
5(Qt_5.15.0_PRIVATE_API)(64bit)', but this requirement cannot be provided
Problem: the to be installed libsnmp40-5.9.1-1.1.x86_64 requires 'snmp-
mibs = 5.9.1', but this requirement cannot be provided

Each of the 3 give solutions but the solutions lead to more problems.


--
paulrs

Malcolm

未読、
2021/11/21 22:54:362021/11/21
To:
On 22 Nov 2021 03:32:27 GMT
Paul R Schmidtbleicher <pau...@foxinternet.net> wrote:

> On 21 Nov 2021 03:00:16 GMT, Paul R Schmidtbleicher wrote:
>
> (1) OK, I took your advice and did <zypper refresh -f> even a forced
> refreshment. All repositories were refreshed (Although my repository
> under Yast Software is set to refresh.
>
> (2) I still get the same 3 problems. Here is what I get from the
> Superuser Terminal return with <zypper dup>
<snip>

Hi
Sounds like you have non standard repositories active.....

I see;
Repository : Main Repository (OSS)
Name : libsnmp40
Version : 5.9.1-1.1

Repository : Main Repository (OSS)
Name : snmp-mibs
Version : 5.9.1-1.1

I don't see any libQt5WebKit5 packages...

Can you paste to say https://susepaste.org/ the output from;

zypper lr -d

--
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
Tumbleweed 20211120 | GNOME Shell 41.1 | 5.15.2-1-default
HP Z440 | Xeon E5-2690 V3 X24 @ 2.60GHz | AMD RX550/Nvidia GT1030
up 8:59, 2 users, load average: 0.94, 0.60, 0.61

Carlos E.R.

未読、
2021/11/22 7:08:082021/11/22
To:
I suspect, like Malcomn, that your repository list is problematic.
Please do:

zypper lr --details > repolist.txt

susepaste -n "Paul" -t "Repo list " -e 10080 repolist.txt

And post here the resulting URL. The text will be uploaded for a week.
You may have to install "susepaste" command first. If you can not, then
use copypaste on the web page.

--
Cheers, Carlos.

Paul R Schmidtbleicher

未読、
2021/11/22 20:21:042021/11/22
To:
On Mon, 22 Nov 2021 13:05:42 +0100, Carlos E.R. wrote:

OK, I followed your line commands
zypper lr --details > repolist.txt
susepaste -n "Paul" -t "Repo list " -e 10080 repolist.txt

This is what I received back
suse15linux:~ # zypper lr --details > repolist.txt
suse15linux:~ # susepaste -n "Paul" -t "Repo list" -e 10080 repolist.txt

Pasted as:
https://susepaste.org/7575566
https://paste.opensuse.org/7575566
Link is also in your clipboard.
suse15linux:~ #


--
paulrs

Malcolm

未読、
2021/11/22 20:43:032021/11/22
To:
On 23 Nov 2021 01:21:01 GMT
Paul R Schmidtbleicher <pau...@foxinternet.net> wrote:

Hi
So can you show some information on those two qt5 packages (I suspect
the repo is @System or the Brave browser repo)

zypper if libQt5WebKit5 libQt5WebKit5-imports

If the brave repo, then you need to talk to them....

--
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
Tumbleweed 20211121 | GNOME Shell 41.1 | 5.15.2-1-default
HP Z440 | Xeon E5-2690 V3 X24 @ 2.60GHz | AMD RX550/Nvidia GT1030
up 0:37, 2 users, load average: 0.04, 0.08, 0.23

Paul R Schmidtbleicher

未読、
2021/11/22 20:53:562021/11/22
To:
On 23 Nov 2021 01:21:01 GMT, Paul R Schmidtbleicher wrote:

Additional Info:
1. The repositories are pretty much the default that were set-up with
the original installation of Tumbleweed in June of 2020
2. For additional media stuff Packman & libdvdccs were added
3. When the original Packman Repository was off line a mirror site was
suggested which I added labeling it "PackmanMirror"
4. The second "pane" in the susepaste readout was my attempt to copy &
paste which (as you see) is a mess.

Paul R Schmidtbleicher

未読、
2021/11/22 21:03:162021/11/22
To:
On Mon, 22 Nov 2021 19:43:01 -0600, Malcolm wrote:

I ran this command:
zypper if libQt5WebKit5 libQt5WebKit5-imports

This is what I received:
Information for package libQt5WebKit5:
--------------------------------------
Repository : @System
Name : libQt5WebKit5
Version : 5.212~alpha4-4.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 48.4 MiB
Installed : Yes (automatically)
Status : up-to-date
Source package : libqt5-qtwebkit-5.212~alpha4-4.8.src
Summary : Qt5 WebKit Library
Description :
You need this package if you want to compile programs with QtWebKit.


Information for package libQt5WebKit5-imports:
----------------------------------------------
Repository : @System
Name : libQt5WebKit5-imports
Version : 5.212~alpha4-4.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 126.0 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : libqt5-qtwebkit-5.212~alpha4-4.8.src
Summary : QML imports for the Qt5 WebKit library
Description :
You need this package if you want to compile programs with QtWebKit.




--
paulrs

Malcolm

未読、
2021/11/22 21:40:582021/11/22
To:
On 23 Nov 2021 02:03:12 GMT
Paul R Schmidtbleicher <pau...@foxinternet.net> wrote:

Hi
If you run the following command, what is it going to uninstall besides
the two packages....

zypper -vvv rm libQt5WebKit5 libQt5WebKit5-imports

--
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
Tumbleweed 20211121 | GNOME Shell 41.1 | 5.15.2-1-default
HP Z440 | Xeon E5-2690 V3 X24 @ 2.60GHz | AMD RX550/Nvidia GT1030
up 1:37, 2 users, load average: 0.27, 0.42, 0.32

Paul R Schmidtbleicher

未読、
2021/11/22 22:03:142021/11/22
To:
On Mon, 22 Nov 2021 20:40:56 -0600, Malcolm wrote:

Running your command . . .
zypper -vvv rm libQt5WebKit5 libQt5WebKit5-imports

This is what I get:
The following item is locked and will not be changed by any action:
Installed:
dosbox 0.74.3-bp153.1.18 x86_64 @System openSUSE

The following 3 packages are going to be REMOVED:
libQt5WebKit5 5.212~alpha4-4.8 x86_64 openSUSE
libQt5WebKit5-imports 5.212~alpha4-4.8 x86_64 openSUSE
libQt5WebKitWidgets5 5.212~alpha4-4.8 x86_64 openSUSE

I do want to keep the older version of dosbox (It works better for me)
The other 3, I have no idea what they do.


--
paulrs

Malcolm

未読、
2021/11/22 22:06:412021/11/22
To:
On 23 Nov 2021 03:03:12 GMT
Paul R Schmidtbleicher <pau...@foxinternet.net> wrote:

Hi
I suspect they are orphaned and not needed, let them delete and then do
a zypper -vvv up and see how it goes.

--
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
Tumbleweed 20211121 | GNOME Shell 41.1 | 5.15.2-1-default
HP Z440 | Xeon E5-2690 V3 X24 @ 2.60GHz | AMD RX550/Nvidia GT1030
up 2:02, 2 users, load average: 0.09, 0.05, 0.12

Carlos E.R.

未読、
2021/11/22 22:08:072021/11/22
To:
No, the paste is perfect. Just click in "raw" view to see it, and
increase the width of the window.

The only strange repo is the "brave-browser" repo.
The question is, what is wanting libQt5Gui. "@System" doesn't say much.

Try:

rpm -qi libQt5WebKit5
rpm -qi libQt5WebKit5-imports

--
Cheers, Carlos.

Malcolm

未読、
2021/11/22 22:08:292021/11/22
To:
On Mon, 22 Nov 2021 21:06:38 -0600
Malcolm <malcol...@linuxmail.org.invalid> wrote:

> On 23 Nov 2021 03:03:12 GMT
> Paul R Schmidtbleicher <pau...@foxinternet.net> wrote:
>
> > On Mon, 22 Nov 2021 20:40:56 -0600, Malcolm wrote:
> >
> > Running your command . . .
> > zypper -vvv rm libQt5WebKit5 libQt5WebKit5-imports
> >
> > This is what I get:
> > The following item is locked and will not be changed by any action:
> > Installed:
> > dosbox 0.74.3-bp153.1.18 x86_64 @System openSUSE
> >
> > The following 3 packages are going to be REMOVED:
> > libQt5WebKit5 5.212~alpha4-4.8 x86_64 openSUSE
> > libQt5WebKit5-imports 5.212~alpha4-4.8 x86_64 openSUSE
> > libQt5WebKitWidgets5 5.212~alpha4-4.8 x86_64 openSUSE
> >
> > I do want to keep the older version of dosbox (It works better for
> > me) The other 3, I have no idea what they do.
> >
> >
> Hi
> I suspect they are orphaned and not needed, let them delete and then
> do a zypper -vvv up and see how it goes.
>
This is a Leap 15.3 system, not Tumbleweed... only zypper up, no dup on
leap.

--
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
Tumbleweed 20211121 | GNOME Shell 41.1 | 5.15.2-1-default
HP Z440 | Xeon E5-2690 V3 X24 @ 2.60GHz | AMD RX550/Nvidia GT1030
up 2:05, 2 users, load average: 0.97, 0.52, 0.29

Paul R Schmidtbleicher

未読、
2021/11/22 22:38:242021/11/22
To:
On Mon, 22 Nov 2021 21:08:26 -0600, Malcolm wrote:

I assume you are speaking of YOUR system
"This is a Leap 15.3 system, not Tumbleweed... only zypper up, no dup on
leap."

Mine is Tumbleweed so I assume I would use zypper -vvv dup

However, further action will have to wait for tomorrow ZZZZ's are calling



--
paulrs

Malcolm

未読、
2021/11/22 23:04:552021/11/22
To:
On 23 Nov 2021 03:38:21 GMT
Paul R Schmidtbleicher <pau...@foxinternet.net> wrote:

Hi
Me to, just you have that Leap rpm installed.... ;)

zypper -vvv dup

--
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
Tumbleweed 20211121 | GNOME Shell 41.1 | 5.15.2-1-default
HP Z440 | Xeon E5-2690 V3 X24 @ 2.60GHz | AMD RX550/Nvidia GT1030
up 3:01, 2 users, load average: 0.11, 0.13, 0.32

Carlos E.R.

未読、
2021/11/23 4:00:082021/11/23
To:
On 23/11/2021 04.03, Paul R Schmidtbleicher wrote:
> On Mon, 22 Nov 2021 20:40:56 -0600, Malcolm wrote:
>
> Running your command . . .
> zypper -vvv rm libQt5WebKit5 libQt5WebKit5-imports
>
> This is what I get:
> The following item is locked and will not be changed by any action:
> Installed:
> dosbox 0.74.3-bp153.1.18 x86_64 @System openSUSE

bp153? Not lp153?

Are you pasting commands and results here, or typing?

Anyway, that's seems a Leap 15.3 package, and I suspect that is the one
wanting strange updates.


> The following 3 packages are going to be REMOVED:
> libQt5WebKit5 5.212~alpha4-4.8 x86_64 openSUSE
> libQt5WebKit5-imports 5.212~alpha4-4.8 x86_64 openSUSE
> libQt5WebKitWidgets5 5.212~alpha4-4.8 x86_64 openSUSE
>
> I do want to keep the older version of dosbox (It works better for me)
> The other 3, I have no idea what they do.
>
>


--
Cheers, Carlos.

Paul R Schmidtbleicher

未読、
2021/11/23 20:29:262021/11/23
To:
On Tue, 23 Nov 2021 04:04:20 +0100, Carlos E.R. wrote:

1. Brave Repo - I wanted another browser than FireFox. I noticed it was
"editing" searches I was doing. Brave is developed by the folks at
GAB.com - alternative and non-editing/cancelling social media. Along
with the installation it also set up its own Repo (This was a surprise to
me)
2. The commands you suggested and results [I am not yet at a "linux
level" to do compiling as yet so to me these are useless.)

paul@suse15linux:~> rpm -qi libQt5WebKit5
Name : libQt5WebKit5
Version : 5.212~alpha4
Release : 4.8
Architecture: x86_64
Install Date: Thu 23 Sep 2021 06:04:04 PM PDT
Group : Development/Libraries/X11
Size : 50799839
License : LGPL-2.1-or-later
Signature : RSA/SHA256, Sat 18 Sep 2021 08:50:44 PM PDT, Key ID
b88b2fd43dbdc284
Source RPM : libqt5-qtwebkit-5.212~alpha4-4.8.src.rpm
Build Date : Sat 18 Sep 2021 08:08:25 PM PDT
Build Host : goat03
Packager : https://bugs.opensuse.org
Vendor : openSUSE
URL : https://qtwebkit.github.io/
Summary : Qt5 WebKit Library
Description :
You need this package if you want to compile programs with QtWebKit.
Distribution: openSUSE Tumbleweed
paul@suse15linux:~> rpm -qi libQt5WebKit5-imports
Name : libQt5WebKit5-imports
Version : 5.212~alpha4
Release : 4.8
Architecture: x86_64
Install Date: Thu 23 Sep 2021 06:04:08 PM PDT
Group : Development/Libraries/X11
Size : 129017
License : LGPL-2.1-or-later
Signature : RSA/SHA256, Sat 18 Sep 2021 08:50:45 PM PDT, Key ID
b88b2fd43dbdc284
Source RPM : libqt5-qtwebkit-5.212~alpha4-4.8.src.rpm
Build Date : Sat 18 Sep 2021 08:08:25 PM PDT
Build Host : goat03
Packager : https://bugs.opensuse.org
Vendor : openSUSE
URL : https://qtwebkit.github.io/
Summary : QML imports for the Qt5 WebKit library
Description :
You need this package if you want to compile programs with QtWebKit.
Distribution: openSUSE Tumbleweed





--
paulrs

Paul R Schmidtbleicher

未読、
2021/11/23 20:49:462021/11/23
To:
On Mon, 22 Nov 2021 20:40:56 -0600, Malcolm wrote:

OK, Malcolm, I removed these two packages and the 3rd (*widgets)
zypper -vvv rm libQt5WebKit5 libQt5WebKit5-imports

Retried "zypper dup" - With one problem that was resolved by "keeping
the older packages" solution

Zypper is now upgrading 1381 (it says) packages; 10 new; and deleting a
few others. ITS WORKING!

Thanks for all your help! I am learning a bunch. All the zypper
commands you two gave me I am cataloging with what they do for my
education and further reference. Thanks again.





--
paulrs

Malcolm

未読、
2021/11/23 21:06:082021/11/23
To:
On 24 Nov 2021 01:49:43 GMT
Paul R Schmidtbleicher <pau...@foxinternet.net> wrote:
>
> Thanks for all your help! I am learning a bunch. All the zypper
> commands you two gave me I am cataloging with what they do for my
> education and further reference. Thanks again.
>
Hi
Your welcome, so add a lock to dosbox, then the issue will go away....

zypper al dosbox


--
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
Tumbleweed 20211122 | GNOME Shell 41.1 | 5.15.3-1-default
HP Z440 | Xeon E5-2690 V3 X24 @ 2.60GHz | AMD RX550/Nvidia GT1030
up 0:24, 2 users, load average: 0.43, 0.44, 0.28

Ulick Magee

未読、
2021/11/23 21:28:402021/11/23
To:
On 24/11/2021 01:29, Paul R Schmidtbleicher wrote:
>
> 1. Brave Repo - I wanted another browser than FireFox.

Chromium? Opera??


> I noticed it was "editing" searches I was doing.

?


> Brave is developed by the folks at GAB.com

No it isn't.


Andrew

未読、
2021/11/24 5:55:262021/11/24
To:
I have been away recently and have not read all of the mails in this
thread, but if you want the Brave Repo it is:
https://brave-browser-rpm-release.s3.brave.com/x86_64/

I also have libQt5WebKit5 installed. No idea why.

If those answers do not match the questions, ignore.
Oh, and I have pretty much stopped using Brave - it is not as
configurable as I would wish. "Delete History" functions which are
trivial under Firefox (or Seamonkey) are a major PITA under Brave.
新着メール 0 件