McMojave-circle: impossible to upgrade

Hi,

after an apt update;apt full-upgrade -y;apt autoremove --purge -y;apt clean, on jammy, I’ve got this error:

dpkg: errore nell’elaborare l’archivio /var/cache/apt/archives/mcmojave-circle_20240411-0ubuntu1_all.deb (–unpack):

impossibile aprire “/usr/share/icons/McMojave-circle-dark/status/32/audio-volume-high.svg.dpkg-new”: File o directory non esistente

(translated: “error in elaborating /var/cache/apt/archives/mcmojave… archive” and "impossible to open /usr/share/icons/McMojave… file or directory doesn’t exist)

This happens also getting mcmojave-circle_20240411-0ubuntu1_all.deb directly from launchpad and installing it via dpkg. I’ve taken a look to /usr/share/icons/McMojave-circle/status/32 and there isn’t any trace of such file, obviously.

Is my fault (and so: how can I correct it?) or is something related to package itself?

Thanks,

Sil

We’ll need to investigate why its failing to upgrade.

The workaround is to do a

sudo apt purge mcmojave-circle
sudo apt update
sudo apt install mcmojave-circle

sorry, but I didn’t think about purging and reinstalling … :blush: :blush: :blush: I’ve been in the urge to notify the problem :blush: :blush: :blush:

Now it’s OK, thanks