You are not logged in.
I can't upgrade my packages because I have this error:
... many lines ...
libnma-common: /usr/share/locale/ug/LC_MESSAGES/libnma.mo exists in filesystem (owned by libnma-indicator)
... many lines ...
What I can do?
I canẗ remove it...
pacman -R libnma-indicator
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing libnma-indicator breaks dependency 'libnma' required by gnome-shell
:: removing libnma-indicator breaks dependency 'libnma-indicator' required by nm-connection-editor-indicator
Sorry for my English...
Offline
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Where did libnma-indicator and nm-connection-editor-indicator come from? You either need to update them for the new package setup or you need to replace then with the normal versions.
Offline
I think they are from AUR ... I'm installing only from ofic. repos or AUR ... But they are not here anymore...
Last edited by scippio (2023-05-11 19:41:55)
Sorry for my English...
Offline
it's not easy... so I removed:
network-manager-applet-indicator
nm-connection-editor-indicator
but still:
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing libnma-indicator breaks dependency 'libnma' required by gnome-shell
Sorry for my English...
Offline
pacman -Syu libnma
may prompt you to replace libnma-indicator with the official package. Failing that, removing libnma-indicator without dependency resolution (pacman -Rdd libnma-indicator), then running the above command may fix things. You may want to have an alternative way of configuring your network handy in case removing libnma-indicator causes network manager to cease working, alternatively do this while chrooted from a liveCD.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I think they are from AUR ... I'm installing only from ofic. repos or AUR ... But they are not here anymore...
Looks like they were removed from the AUR almost 3 years ago as being redundant, as the official package had indicator support. So as I said, replace them with the repo versions, just add them to the end of the -Syu command.
Offline
pacman -Syu libnma
may prompt you to replace libnma-indicator with the official package. Failing that, removing libnma-indicator without dependency resolution (pacman -Rdd libnma-indicator), then running the above command may fix things. You may want to have an alternative way of configuring your network handy in case removing libnma-indicator causes network manager to cease working, alternatively do this while chrooted from a liveCD.
I had to remove another package (gcc10) ... but this remove/replace finally helps. Thank you.
Sorry for my English...
Offline