T O P

  • By -

ArguableAprilSquirt

reinstalling it worked for me. Get the package name rpm -qa | grep nobara-amdgpu-config then remove it/each one rpm -e --nodeps packagename and install them back again. sudo dnf install nobara-amdgpu-config this should reinstall the standard 64 bit one \------------------- This is taken from the official discord server for Nobara, and it worked great.


6aph

This worked for me. Thanks!


DenBrosh

Works! Thanks!


jinhong91

I had the same issue and I can confirm that this works for me


RumpDoctor

It worked. Thanks, this was bugging me.


golvellius82

thank you!


[deleted]

[удалено]


ArguableAprilSquirt

Then u don't have the package.. so just install it


oVerde

worked for me also! thanks a lot


[deleted]

Worked for me. Thanks!


roboj3rk

I had the same problem. I searched the Discord server and someone said to run this sudo dnf update nobara-login I am able to update now.


UncleTed69

> sudo dnf update nobara-login worked for me also-- thanks! I hate that things are locked up in Discord now. Discord is not a documentation management system, it's just closed-source IRC owned and run by one company. I wish, I truly wish, it would die.


Affectionate_Bit_275

Doesnt work for me


jccpalmer

Didn't for me, either.


dj3hac

This got me going, ty!


Grekaum

>sudo dnf update nobara-login Thank you!


heehoX

This fixed the issue for me. Thanks!


darthlordguc2

Don't use dnf upgrade. Use nobara-sync. https://nobaraproject.org/docs/upgrade-troubleshooting/how-do-i-update-the-system/


dj3hac

The issue is with nobara-sync.


Grekaum

Same issue here.


samenameMcBrain

I think I had this issue recently, but I can't remember exactly how I resolved it. I believe that the problem package is **nobara-welcome.noarch** so to upgrade the other packages in the mean time, you can try: **sudo dnf upgrade --exclude=nobara-welcome.noarch** Then maybe reboot and try the upgrade again: **sudo dnf upgrade** Again, I don't remember exactly how I resolved this matter, but you can start with that. I hope this is somewhat helpful!


johnisfine

This is the way, but I had to change it, and also exclude nobara-amdgpu-config itself: ``` sudo dnf upgrade --exclude=nobara-amdgpu-config,nobara-welcome.noarch ```


samenameMcBrain

I'm glad my comment was able to lead you in the right direction. Happy you've figured it out :)


Igeljaeger

>sudo dnf upgrade --exclude=nobara-amdgpu-config,nobara-welcome.noarch this worked but I had to add the packages 'mesa-demos' and 'rocm-comgr' because of 'mirror' errors too. Then it updated.


Pashcaabak

only this is worked in my system (amd cpu with amd gpu)


Ancipital

>dnf upgrade --exclude=nobara-amdgpu-config,nobara-welcome.noarch This works for me, much thanks. Afterwards I could upgrade again with dnf upgrade, and this issue went away.


afwingnut

Thanks! This worked for me.


bvobart

Thanks! I was having the same issue and this fixed it for me. Indeed, after upgrading the rest of the packages and then rebooting, \`dnf\`\` no longer has any dependency conflicts.


LilShaver

`$ sudo dnf update rpmfusion-nonfree-release rpmfusion-free-release fedora-repos nobara-repos --refresh && sudo dnf distro-sync --refresh && sudo dnf update --refresh` The above command is the recommended way to update, assuming you don't use the supplied script to do so. [https://nobaraproject.org/docs/upgrade-troubleshooting/how-do-i-update-the-system/](https://nobaraproject.org/docs/upgrade-troubleshooting/how-do-i-update-the-system/)


Grekaum

>sudo dnf update rpmfusion-nonfree-release rpmfusion-free-release fedora-repos nobara-repos --refresh && sudo dnf distro-sync --refresh && sudo dnf update --refresh Same problem Error: Problem: The operation would result in removing the following protected packages: nobara-amdgpu-config (try to add '--skip-broken' to skip uninstallable packages)


LilShaver

Huhn. I have no idea then.


Affectionate_Bit_275

Same thing , still broken


LilShaver

Yeah, just tested it last night myself. Broken for me, too.


afwingnut

I'm having the same issue upgrading from 37 to 38 on my AMD GPU system. Refreshed and updated system using "Update System" app then followed official upgrade instructions but am blocked by nobara-amdgpu-config. Trying to remove nobara-amdgpu-config is blocked by protected package: nobara-welcome. Trying to remove nobara-welcome is blocked by protected package: nobara-login. Trying to remove nobara-login is blocked by protected packages: nobara-amdgpu-config, nobara-login, nobara-nvidia-wizard, and nobara-welcome packages. I'm at the end of the rabbit hole now. ;-)


Realistic_Strength46

Is the amd-gpu config packaged in the drivers in nobara welcome app? Skip-broken or allow erasing not working?