Bug 1216289 - Tumbleweed uninstalls Telegram during update and then is broken due to missing dependency "libQt6Core.so.6(Qt_6.6)(64bit)', but this requirement cannot be provided"
Summary: Tumbleweed uninstalls Telegram during update and then is broken due to missin...
Status: RESOLVED WORKSFORME
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: x86-64 openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Manfred Hollstein
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-16 17:55 UTC by Stakanov Schufter
Modified: 2023-10-16 22:44 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---
stakanov: needinfo? (manfred.h)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stakanov Schufter 2023-10-16 17:55:17 UTC
sudo zypper install telegram-desktop
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: the to be installed telegram-desktop-4.10.3-2.2.x86_64 requires 'libQt6Core.so.6(Qt_6.6)(64bit)', but this requirement cannot be provided
  not installable providers: libQt6Core6-6.6.0-1.1.x86_64[download.opensuse.org-oss]
 Solution 1: Following actions will be done:
  deinstallation of python39-PyQt6-6.5.2-1.2.x86_64
  deinstallation of python39-PyQt6-Charts-6.5.0-1.6.x86_64
 Solution 2: do not install telegram-desktop-4.10.3-2.2.x86_64
 Solution 3: break telegram-desktop-4.10.3-2.2.x86_64 by ignoring some of its dependencies
Comment 1 Andreas Stieger 2023-10-16 20:22:46 UTC
(In reply to Stakanov Schufter from comment #0)
>  Solution 1: Following actions will be done:
>   deinstallation of python39-PyQt6-6.5.2-1.2.x86_64
>   deinstallation of python39-PyQt6-Charts-6.5.0-1.6.x86_64

That one.

Counter-test:

$ zypper in --dry-run telegram-desktop

(valid solution)
Comment 2 Stakanov Schufter 2023-10-16 22:44:11 UTC
(In reply to Andreas Stieger from comment #1)
> (In reply to Stakanov Schufter from comment #0)
> >  Solution 1: Following actions will be done:
> >   deinstallation of python39-PyQt6-6.5.2-1.2.x86_64
> >   deinstallation of python39-PyQt6-Charts-6.5.0-1.6.x86_64
> 
> That one.
> 
> Counter-test:
> 
> $ zypper in --dry-run telegram-desktop
> 
> (valid solution)

Which is somewhat a problem because I have the "yapstock" app installed requiring charts. 
Is there a way to get this fixed somehow without uninstalling a dependency necessary to an existing app? 
Because beforehand they coexisted happily.