Artix Linux Forum

Artix Linux => Package management => Topic started by: mrbrklyn on 30 January 2019, 11:47:53

Title: packman archive corruption
Post by: mrbrklyn on 30 January 2019, 11:47:53
Code: [Select]
error: could not read db 'community' (Damaged tar archive)

how can I fix this?
Title: Re: packman archive corruption
Post by: SGOrava on 30 January 2019, 12:48:48
Hello,
my first thought is to meddle with mirrorlist and add change mirror to another one.
And after the change I would run full download of database with:
Code: [Select]
pacman -Syy

This looks like error in Arch, by searching on internet I found similar question:
https://bbs.archlinux.org/viewtopic.php?id=239999
Title: Re: packman archive corruption
Post by: mrbrklyn on 31 January 2019, 02:43:15
Hello,
my first thought is to meddle with mirrorlist and add change mirror to another one.
And after the change I would run full download of database with:
Code: [Select]
pacman -Syy

This looks like error in Arch, by searching on internet I found similar question:
https://bbs.archlinux.org/viewtopic.php?id=239999


what I did was remove the database altogether and reran pacman -Syy
maybe no the smartest wayt o do things, but for now, it worked.