Manjaro Update Error


So after a month, I booted Manjaro and checked for updates. But this error is popping up, I tried updating Kernal 'cause this notification also popped…

Any solution to this???

From terminal:
sudo pacman -Scc
reply with yes then run:
sudo pacman-mirrors -f5 && sudo pacman -Syyu


It’s saying failed again!!

Please, next time share the terminal output as a text.

Run this:
sudo touch /var/lib/pacman/local/libreoffice-still-7.0.5-2/desc
Then
sudo pacman -Syyu

okay
let me try this…
thank you

It is also possible, that the mirror hasn´t synced yet: libreoffice-still-7.0.5-2 can´t be found.

so should I remove libre office??

[rajaryan@Manjarox505za ~]$ sudo touch /var/lib/pacman/local/libreoffice-still-7.0.5-2/desc
[rajaryan@Manjarox505za ~]$ sudo pacman -Syyu
:: Synchronizing package databases…
core 165.3 KiB 237 KiB/s 00:01 [#######################################] 100%
extra 1913.2 KiB 623 KiB/s 00:03 [#######################################] 100%
community 6.5 MiB 61.7 KiB/s 01:48 [#######################################] 100%
multilib 178.1 KiB 101 KiB/s 00:02 [#######################################] 100%
:: Starting full system upgrade…
resolving dependencies…
looking for conflicting packages…
error: could not open file /var/lib/pacman/local/libreoffice-still-7.0.5-2/files: No such file or directory
warning: could not fully load metadata for package libreoffice-still-7.0.5-2
error: failed to prepare transaction (invalid or corrupted package)

This is the output I get!!!

You do the same for missing file called files:
sudo touch /var/lib/pacman/local/libreoffice-still-7.0.5-2/files

then try to update again
If you get an error now related to mtree then you run
sudo touch /var/lib/pacman/local/libreoffice-still-7.0.5-2/mtree

then again you try to update.

okay thanks sir…

No problem. Did it solve your issue?

It was still showing the same error, after that I just uninstalled the Libre Office and it started updating…

Thanks for your help… :blush: