Update archive corrupted

Maybe I should have mentioned that I went through the whole #! bang - that is

  1. remove the database files as root
    # rm -f /var/lib/pacman/sync/*
    
  2. remove pacman pgp folder
    # rm -rf /etc/pacman.d/gnupg
    
  3. remove package cache
    # pacman -Scc
    
  4. init key database
    # pacman-key --init
    
  5. populate database
    # pacman-key --populate manjaro archlinux
    
  6. refresh pacman keys
    # pacman-key --refresh
    

And for the sport of if - at this very moment I went to update my pine phone and lucky me - I just got the same issue on my pine phone.

The old bug entry I mentioned - the one on Arch bugtracker - closed as not a bug - and the old topic from Arch forum - they are here for reference

https://bugs.archlinux.org/task/44445

https://bbs.archlinux.org/viewtopic.php?id=133711

5 Likes