OPNsense Forum

English Forums => 25.1, 25.4 Series => Topic started by: AseKarlsson on April 11, 2025, 05:13:03 PM

Title: Packages cannot be updated using the GUI
Post by: AseKarlsson on April 11, 2025, 05:13:03 PM
Hi All,

Aftar upgrading to 24.7 and every version above that up until today 25.1.5_4 this happens.

I cannot upgrade the following packages using the GUI:
   alsa-lib: 1.2.13 [mimugmail]
   freetype2: 2.13.2 [SunnyValley]
   libfontenc: 1.1.8 [SunnyValley]
   png: 1.6.43 [SunnyValley]

The only way to update theese are using the Shell:
pkg update
pkg upgrade
opnsense-update
opnsense-update -es
pkg update
pkg upgrade

And theese Shell commands I need to run after every single update.

Any idea why this happans and is work done to fix this?

Thanks,
Ase

Title: Re: Packages cannot be updated using the GUI
Post by: newsense on April 11, 2025, 10:05:31 PM
Conflicting/outdated packages/repos are always gonna be problematic and the only proper course of action is to have those packages updated in their own repos.

Unsure what you're using there other than ZA, however forcing things in the CLI is not the proper way to fix things.
Title: Re: Packages cannot be updated using the GUI
Post by: franco on April 12, 2025, 09:33:11 AM
Removing mimugmail repo should be enough to fix it.


Cheers,
Franco
Title: Re: Packages cannot be updated using the GUI
Post by: AseKarlsson on April 12, 2025, 10:27:22 AM
Quote from: franco on April 12, 2025, 09:33:11 AMRemoving mimugmail repo should be enough to fix it.


Cheers,
Franco

Thanks franco, that seemed to fix it!

//Ase