You are not logged in.
Hello! I have just reinstalled my Arch, so I have everything fresh now. I have tried to install mc with: pacman -S mc. But I got this corrputed info. I looked at this forum and find out that I must to clean cache, so I tried to pacman -Scc, or also to delete the package manually from /var/cache/pacman/pkg, but nothing helps. Other packages I can install fine. And before it worked fine too, so I really dont know where is the problem?
Offline
Hmm now I changed the repo, and It worked fine. But is it so bad thing if the files on the repos are corrupted. Before I used the default repo settings, so if I'm true it was ftp.archlinux.org.
Offline
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
Look for the above line in /etc/pacman.conf and remove the #.
wget uses ftp and is a lot more reliable (and faster) than the initial method pacman uses for downloading.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
Look for the above line in /etc/pacman.conf and remove the #.
wget uses ftp and is a lot more reliable (and faster) than the initial method pacman uses for downloading.
I have tried this too but I was the same.
Offline