Failed to load /etc/yum.repos.d/fedora-33-unstable.repo

Could this be usefull knowledge to follow trying to repair the unstable package
https://docs.flatpak.org/en/latest/debugging.html

If still missing the /etc/yum.repos.d/

*Investigate your archive
*(https://fedoramagazine.org/configure-software-repositories-fedora/)

[Upgrade and install missing packages]
(https://docs.fedoraproject.org/en-US/quick-docs/dnf-system-upgrade/)

If still missing the /etc/yum.repos.d/

*Some third party software drop edited configuration files in /etc/yum.repos.d/ and reverting these files to their original versions may disable updates for the software. Please remember to review configuration files in this directory carefully.*

I still have the problem where to find and install the missing /etc/yum.repos.d/fedora-33-unstable.repo' even than it should be possible with the rpm manager RPM manager / rpm man

[TemplePusher@jonas-bloch-riisgaard ~]$ sudo dnf install rpmconf
[sudo] password for TemplePusher: 
Warning: failed loading '/etc/yum.repos.d/fedora-33-unstable.repo', skipping.
created by dnf config-manager from file:///home/TemplePusher/r 0.0  B/s |   0  B     00:00    
Errors during downloading metadata for repository 'home_TemplePusher_repository':
  - Curl error (37): Couldn't read a file:// file for file:///home/TemplePusher/repository/repodata/repomd.xml [Couldn't open file /home/TemplePusher/repository/repodata/repomd.xml]
Error: Failed to download metadata for repo 'home_TemplePusher_repository': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
created by dnf config-manager from file:///home/TemplePusher/r 0.0  B/s |   0  B     00:00    
Errors during downloading metadata for repository 'home_TemplePusher_repository_url':
  - Curl error (37): Couldn't read a file:// file for file:///home/TemplePusher/repository_url/repodata/repomd.xml [Couldn't open file /home/TemplePusher/repository_url/repodata/repomd.xml]
Error: Failed to download metadata for repo 'home_TemplePusher_repository_url': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Ignoring repositories: home_TemplePusher_repository, home_TemplePusher_repository_url
Last metadata expiration check: 0:57:32 ago on Thu 12 Aug 2021 01:19:19 AM CEST.

I do not now if this is works

Remove sarkham repo

using this command


sudo su
cd /etc/yum.repos.d
rm sarimkhan.repo
exit


[sudo] password for TemplePusher: 
Sorry, try again.
[sudo] password for TemplePusher: 
[root@jonas-bloch-riisgaard TemplePusher]# cd /etc/yum.repos.d
[root@jonas-bloch-riisgaard yum.repos.d]# rm sarimkhan.repo
rm: cannot remove 'sarimkhan.repo': No such file or directory
[root@jonas-bloch-riisgaard yum.repos.d]# exit
exit

sudo dnf config-manager --disable home\*

[TemplePusher@jonas-bloch-riisgaard ~]$ sudo dnf config-manager --disable home*
[sudo] password for TemplePusher:
Warning: failed loading ‘/etc/yum.repos.d/fedora-33-unstable.repo’, skipping.
[TemplePusher@jonas-bloch-riisgaard ~]$

1 Like
sudo rm -f /etc/yum.repos.d/fedora-33-unstable.repo

Proton VPN. Install / Uninstall in Fedora 33 by CLI

I tried this as well

[TemplePusher@jonas-bloch-riisgaard ~]$ sudo rm -f /etc/yum.repos.d/fedora-33-unstable.repo
[sudo] password for TemplePusher:
[TemplePusher@jonas-bloch-riisgaard ~]$

1 Like
sudo dnf upgrade

I tried that

[TemplePusher@jonas-bloch-riisgaard ~]$ sudo dnf upgrade
[sudo] password for TemplePusher:
Last metadata expiration check: 0:10:36 ago on Sun 15 Aug 2021 07:27:47 PM CEST.
Dependencies resolved.
Nothing to do.
Complete!

Do that mean it is completed. Should I then be able to reinstall and load the

/etc/yum.repos.d/fedora-33-unstable

and update to Fedora 34

[TemplePusher@jonas-bloch-riisgaard ~]$ reboot
Operation inhibited by “TemplePusher” (PID 2155 “gnome-session-b”, user TemplePusher), reason is “user session inhibited”.
Please retry operation after closing inhibitors and logging out other users.
Alternatively, ignore inhibitors and users with ‘systemctl reboot -i’.

Do you know what inhibited means ?

You can proceed with system upgrade:
DNF System Upgrade :: Fedora Docs

Strange long word … gnome-shell not allows you to reboot from terminal as a normal user.

sudo reboot might solves your problem or just use shutdown menu option and click “restart workstation”.

1 Like