You are not logged in.
Hi
I installed Arch with Vagrant:
vagrant init archlinux/archlinux
vagrant up
vagrant ssh
then inside VM
sudo pacman -Syy
sudo pacman -S gnome
error
(558/558) checking keys in keyring [######################################] 100%
(558/558) checking package integrity [######################################] 100%
(558/558) loading package files [######################################] 100%
(558/558) checking for file conflicts [######################################] 100%
error: failed to commit transaction (conflicting files)
libxcrypt: /usr/include/crypt.h exists in filesystem (owned by glibc)
libxcrypt: /usr/lib/libcrypt.so exists in filesystem (owned by glibc)
Errors occurred, no packages were upgraded.
Last edited by gitattributes (2020-09-02 09:48:44)
Offline
Partial updates are unsupported. Don't run pacman -Syy. It updates the databases without updating the entire system, and the second y is pretty useless anyway.
Update the entire system.
Offline
found the solution myself
sudo pacman -Syu
fixed it
Offline
found the solution myself
fixed it
Be sure to edit your thread when the issue has been solved, https://wiki.archlinux.org/index.php/Co … ow_to_post
Last edited by Jtm-lis (2020-09-02 05:22:17)
Offline