As long options are more readable, I suggest to --- a/etc/pacman.conf 2022-11-27 12:31:42.955317302 +0000 +++ b/etc/pacman.conf 2022-11-27 12:43:57.878284493 +0000 @@ -16,8 +16,8 @@ #GPGDir = /etc/pacman.d/gnupg/ #HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc -#XferCommand = /usr/bin/curl -L -C - -f -o %o %u -#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u +#XferCommand = /usr/bin/curl --location --continue-at - --fail --output %o %u +#XferCommand = /usr/bin/wget --passive-ftp --continue --output-document %o %u #CleanMethod = KeepInstalled Architecture = auto I also suggest to add, or change, pacman.conf %o and %u to make it more descriptive. -- u34