Sudo dnf upgrade failure

Fedora 37. dnf upgrade failing to download one file and giving errno 104. Total of 40 upgrades with one failing to download: pycharm-community-2022.3.3,1-3fc37.x86_64. 39 downloads have been stored for eventual install.

Messages on the terminal down load screen: Time Out; Cannot download. Have checked all repositories; no progress for 30 seconds

I have already installed 2022-3.2 when Pycharm notified me that an update was available.

sudo command to install the downloaded software also fails because Pycharm will not download.

2 questions:

  1. How do I stop Fedora from trying to install the unneeded Pycharm version?
  2. How do I install the 39 pending and downloaded updates?
1 Like

Try upgrading like this:

sudo dnf upgrade --refresh
sudo dnf distro-sync --refresh

If the issue persists, collect the full output including the error.
If the output is too large, post it to paste.centos.org.

THanks. This worked great.

1 Like