archcraft-os / archcraft

// Source : ISO
https://archcraft.io
GNU General Public License v3.0
3.04k stars 104 forks source link

pacman issues #92

Closed ghost closed 3 years ago

ghost commented 3 years ago

I get the following error when trying to update the system:

:: File /var/cache/pacman/pkg/grub-silent-2.04-4-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (checksum)). Do you want to delete it? [Y/n] n :: File /var/cache/pacman/pkg/plymouth-0.9.5-7-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (checksum)). Do you want to delete it? [Y/n] n :: File /var/cache/pacman/pkg/polybar-3.5.5-2-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (checksum)). Do you want to delete it? [Y/n] n :: File /var/cache/pacman/pkg/yay-10.2.2-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (checksum)). Do you want to delete it? [Y/n] n error: failed to commit transaction (invalid or corrupted package (checksum)) Errors occurred, no packages were upgraded.

adi1090x commented 3 years ago

clear you pacman cache then try updating the system. sudo pacman -Scc && sudo pacman -Syyu

adi1090x commented 3 years ago

Do not update grub-silent package, add it to Ignore pkgs. It has some issues.

ghost commented 3 years ago

Ok, I'll do that. One more thing, it seems the "virtualbox-guest-dkms" package has been removed from the AUR and has been replaced with "virtualbox-guest-utils" package.

xukai92 commented 3 years ago

Ok, I'll do that. One more thing, it seems the "virtualbox-guest-dkms" package has been removed from the AUR and has been replaced with "virtualbox-guest-utils" package.

https://github.com/archcraft-os/archcraft/issues/88

SylvanoTombo commented 3 years ago

clear you pacman cache then try updating the system. sudo pacman -Scc && sudo pacman -Syyu

Hi, @adi1090x , i've done the command you mentioned above but i'm still having the issue

adi1090x commented 3 years ago

Add Plymouth, polybar, yay, grub-silent to 'IgnorePkg' in /etc/pacman.conf

adi1090x commented 3 years ago

That will work, also... You should install the new ISO when it release in few days.

SylvanoTombo commented 3 years ago

@adi1090x thanks! and what about the upgrade of the 3 packages?

adi1090x commented 3 years ago

That's why i said you need to install the new ISO.

SylvanoTombo commented 3 years ago

Ok thanks!

SylvanoTombo commented 3 years ago

@adi1090x , can i build the repo to get the new iso ? or the repo will be again updated? i ask that because i need it for work.