You are not logged in.
Pages: 1
until 2025 (the last time in September) such a command worked
pacman -Sw $(cat fail) --cachedir ./
where fail:
.....
.....
fail_name
fail_name
fail_name
fail_name
fail_name
fail_name
fail_name
fail_name
......
......
......
....
where fail_name without a number
pacman -Swdd --cachedir ./ $(cat aa)
Packages (2) alsa-card-profiles-1:1.4.2-1 alsa-ucm-conf-1.2.14-2
Total Download Size: 0.14 MiB
:: Proceed with download? [Y/n].
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.
Last edited by used (2025-05-15 05:34:57)
Offline
Let me guess, './' is in your home dir? The download user doesn't have access.
Online
Also apparently relative paths won't work at all.
https://bbs.archlinux.org/viewtopic.php … 1#p2237431
Offline
pacman.conf
#DownloadUser = alpm
#DisableSandbox
DownloadUser = root
DisableSandboxpacman -Syuw --cachedir /home/username/tempdirOffline
Scimmia
this is a random directory in my directory
I'll try at the root.
These actions are needed to update archlinux on a remote computer and have been done for several years. They are done as root
Thank you all. I will try everything suggested
Offline
They are done as root
Not with the new pacman they aren't. Downloading is done by a dedicated non-root user.
Online
Pages: 1