You are not logged in.

#1 2019-02-14 10:56:37

sb8623
Member
Registered: 2018-09-11
Posts: 18

Updating Fails.

During full system upgrade, I face this problem.

sudo pacman -Syu
:: Synchronizing package databases...
 core                                                                         133.5 KiB   130K/s 00:01 [#############################################################] 100%
 extra                                                                       1709.7 KiB   836K/s 00:02 [#############################################################] 100%
 community                                                                      4.9 MiB  2.26M/s 00:02 [#############################################################] 100%
 multilib-testing                                                             935.0   B  0.00B/s 00:00 [#############################################################] 100%
 multilib                                                                     175.9 KiB   498K/s 00:00 [#############################################################] 100%
 archlinuxfr is up to date
 sublime-text is up to date
:: Starting full system upgrade...
:: Replace geoclue2 with extra/geoclue? [Y/n] y
:: Replace libmariadbclient with extra/mariadb-libs? [Y/n] y
error: could not open file /var/lib/pacman/local/libreoffice-fresh-6.1.4-1/desc: No such file or directory
resolving dependencies...
looking for conflicting packages...
warning: could not fully load metadata for package libreoffice-fresh-6.1.4-1
error: failed to prepare transaction (invalid or corrupted package)

What can I do to solve the problem. Plz help me out.

Offline

#2 2019-02-14 11:40:23

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,845
Website

Re: Updating Fails.

Some points:
1) Don't pick and choose testing repositories. See the big warning at https://wiki.archlinux.org/index.php/Of … positories
2) Don't use archlinuxfr, it is poorly maintained and regularly the source of more breakage
3) Your pacman database is damaged, do you have any idea how that might have happened? To repair the database entry for libreoffice-fresh, reinstall the exact same versioned package with the --dbonly. e.g.

pacman -U --dbonly /var/cache/pacman/pkg/libreoffice-fresh-6.1.4-1-x86_64.pkg.tar.xz

Then update your system.


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

#3 2019-02-14 11:41:35

Kartious
Member
From: UK
Registered: 2013-03-23
Posts: 311

Re: Updating Fails.

First I would look at this section help page with trouble shooting pacman. Do you require the multilib testing repo to be open ? It is expected to get breakages using testing & for the user to have some knowledge on how to fix and repair.


Also Yaourt is not even used in arch anymore so the archlinuxfr repo shouldn't be there and I have no idea what the sublinetext repo is.

Offline

Board footer

Powered by FluxBB