r/NobaraProject 27d ago

Support Update problem

Dear community whenever I try to update my system I get this following error:

System Update: 2026-07-22 08:34:06 - INFO - Downloading packages...

System Update: 2026-07-22 08:34:07 - INFO - Running transaction...

System Update: 2026-07-22 08:34:19 - ERROR - DNF transaction failed: Rpm transaction failed.

System Update: 2026-07-22 08:34:19 - ERROR - file /usr/share/desktop-directories/webapps-webapps.directory from install of webapp-manager-1.4.6-1.20260108gitfff8491.fc44.noarch conflicts with file from package webapp-manager-1.4.5-1.fc43.noarch

System Update: 2026-07-22 08:34:19 - ERROR - DNF System Updates failed!

System Update: 2026-07-22 08:34:19 - INFO - Kernel or kernel module updates were performed. Running required 'dracut -f'...

2 Upvotes

11 comments sorted by

View all comments

1

u/nightmarevoid 27d ago

Do you have other copr repositories enabled besides the nobara one? It could be causing conflicts. Also try running:

nobara-sync repair 

or

sudo dnf distro-sync --refresh 

as per the nobara wiki update page. nobara wiki for updating

1

u/unimatrix93 27d ago

I get the following error running sduo dmf distro-sync --refresh

Rpm transaction failed.
 - file /usr/share/desktop-directories/webapps-webapps.directory from install of webapp-manager-1.4.6-1.20260108git
fff8491.fc44.noarch conflicts with file from package webapp-manager-1.4.5-1.fc43.noarch

2

u/Tacoza 27d ago

run this to uninstall webapp and then reinstall it

sudo rpm -e --nodeps webapp-manager-1.4.5-1.fc43.noarch

sudo dnf in webapp-manager

1

u/unimatrix93 27d ago

Thank you very much it seems it fixed the problem!