Welcome, Guest. Please login or register.
Did you miss your activation email?

Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Upgrade Warnings / Re: Warning: Removals in full-upgrade
« Last post by michaa7 on 2024/05/23, 01:03:34 »
Danke, im verlinken Artikel fand sich dann des Rätsels Lösung:

Quote
Um den neuen Solver zu benutzen, muss bei APT 2.9.3 derzeit noch die Option --solver 3.0 mit angegeben werden.

Und interessant wie der wie der arbeitet/interesting how the new solver works:

alter solver/old solver:
Code: [Select]
apt update && apt full-upgrade -d
...
Summary:                                                                       
  Upgrading: 126, Installing: 1, Removing: 6, Not Upgrading: 2                 
  Download size: 136 MB / 183 MB                                               
  Freed space: 116 MB


Neuer solver/new solver:
Code: [Select]
apt update && apt --solver 3.0 full-upgrade -d

...
Summary:
  Upgrading: 55, Installing: 1, Removing: 0, Not Upgrading: 74
  Download size: 29,1 kB / 145 MB
  Space needed: 32,7 MB / 3.147 MB available
12
Software - Support / Changed behavior of middle-mouse click in Konsole
« Last post by effo on 2024/05/22, 23:04:06 »
Since a couple of weeks I believe the behavior of the middle-mouse button has changed in Konsole. My muscle memory tells me that we used to be able to select text with left button, the click middle button to copy-pase text. Currently, middle-mouse click has no effect, neither does right click. Has there been a change in behavior? Is there a possibility to change it back?
13
Upgrade Warnings / Re: Warning: Removals in full-upgrade
« Last post by der_bud on 2024/05/22, 21:55:22 »
Was bedeutet "neuer solver"? Wie kommt der zum Einsatz?
Siehe unter anderem: https://linuxnews.de/apt-2-9-3-fuehrt-neuen-solver-ein/
14
Upgrade Warnings / Re: Warning: Removals in full-upgrade
« Last post by dibl on 2024/05/22, 21:40:39 »
If you look down to the bottom of the left-most column of dependencies on this table, you will see that plasma-workspace depends on this unfinished transition:

https://release.debian.org/transitions/html/qtbase-abi-5-15-13.html
15
Upgrade Warnings / Re: Warning: Removals in full-upgrade
« Last post by michaa7 on 2024/05/22, 21:30:39 »
Was bedeutet "neuer solver"? Wie kommt der zum Einsatz?
16
Art & Design / Re: Desktop-Foto
« Last post by unklarer on 2024/05/22, 17:52:00 »
Jetzt weiß ich, wofür 103 Hintergrundbilder da sind...
Sie ändern sich automatisch, wenn man sich anmeldet oder während des Betriebs. Bis auf die Einstellung für das Wetter musste ich noch nichts machen.

Wenn das die Zukunft ist, möchte ich 60 Jahre jünger sein...    ;D

      

17
Upgrade Warnings / Re: Warning: Removals in full-upgrade
« Last post by hschn on 2024/05/22, 17:11:06 »
Ich habe hier einen interessanten Vergleich von apt full-upgrade

hier mit dem bisherigen solver:
Code: [Select]
Summary:
  Upgrading: 94, Installing: 7, Removing: 31, Not Upgrading: 0
  Download size: 66,3 MB / 77,1 MB
  Freed space: 301 MB

hier mit dem neuen solver:
Code: [Select]
Upgrading: 4, Installing: 7, Removing: 0, Not Upgrading: 90
  Download size: 0 B / 10,8 MB
  Space needed: 30,2 MB / 9.674 MB available

18
Upgrade Warnings / Re: Warning: Removals in full-upgrade
« Last post by Mte90 on 2024/05/22, 16:51:43 »
There are various qt packages from 5.15.10-2+b2 to 5.15.13-2 and not all the kde packages are updated to use them.
19
Software - Support / Re: deborphan aus Repo entfernt (Ersatz).
« Last post by micspabo on 2024/05/22, 15:30:52 »
@hsp
Sometimes I try to get around such via
Code: [Select]
# apt-show-versions | grep -v "uptodate\|upgradeable"and check its output.
20
Upgrade Warnings / Re: Warning: Removals in full-upgrade
« Last post by slaughterer on 2024/05/22, 15:07:08 »
just made a nala upgrade, all clear,to how ever want to proced.
Pages: 1 [2] 3 4 ... 10