type or paste code here
Hello! For more context - when I hit the âDownloadâ button, the progress bar goes up to halfway, then stops. Power cycling the Lenovo ThinkPad X1 Carbon 6th, removing software I donât use, etc., does not seem to resolve this issue. This is preventing me from updating my System Updates, Google Chrome (which outdated version malfunctions - does not load pages properly), et al. Thanks for your time and help - Josh
You have not provided enough information for us to understand the problem.
In case others encounter a similar issue it is helpful to provide (as text so it can be found by searches, using the </>
icon (or just bracketing text with triple backquotes) your Fedora version, hardware details, and a summary of your mass storage. The commands below should be run in a terminal to generate text output:
-
Fedora version and hardware: run
inxi -Fzx
-
Mass storage usage: run
df -lTH
You may want to scan journalctl -b
for messages related to your issue: problems with filesystems, disk space, or network.
Probably some upgrade conflict, and GNOME Software doesnât display enough information.
Try upgrading from terminal:
sudo dnf upgrade
If it fails, please provide the full output.
Thanks for your time and help, @gnwiii++ and @jn64++! Justinâs solution resolved the issue. Just for everyoneâs informationâand hopefully benefitâthere are a handful of prompts, so maybe adding both options -a
and -y
to the command Justin suggested prior will make the process seamless.
Hi,
Iâm trying to update from the Softwate app and the updates get stuck for hours and never complete.
Iâve dried both dnf update
and dnf upgrade
on terminal and i get
Dependencies resolved.
Nothing to do.
Complete!
Iâve tried also dnf update --refresh
and same.
Both the software app and updating via terminal were working fine until a couple of days ago.
Tried both on X11 and Wayland
Iâm on Fedora 38,
Any advise?
Thank you!
Jose
Only the Flatpak apps are stuck. dnf update
upgrades system apps, resulting in a ânothing to doâ message indicating you have the latest release. This problem is related to a common issue Flatpak install/update fails with âNeed more inputâ or âInput buffer too smallâ.
Thank you @yuntaz, that seems to be working.
Thanks again!