Hi,
I just find that many packages are failed to be installed. For example, when I run yay -S libsepol, I get this error message:
Get https://aur.archlinux.org/rpc.php?arg%5B%5D=libsepol&type=info&v=5: dial tcp 5.9.250.164:443: i/o timeout
I think it is likely to be the problem with my network, so I used this:
proxychains yay -S libsepol
The the error message becomes:
Get https://aur.archlinux.org/rpc.php?arg%5B%5D=libsepol&type=info&v=5: dial tcp 224.0.0.1:443: connect: network is unreachable
The problem is that whatever package I am trying to install, if I add proxychains before the yay command, I will have the error message of network unreachable. How could I implement an efficient installlation?
yay supports environment proxies (http_proxy and https_proxy) and supports proxychains when built with gcc-go (https://github.com/Jguer/yay/issues/429) as proxychains overloads a shared library that yay when compiled with go doesn't use since it's a static compile
Closing by innactivity
Hi, sorry for continue so late. Would you please be a little more specific ? How could I make proxychains work step by step?
yay -S gcc-go (replace go)yay -S yay (or yay-git)After this yay should be compatible with proxychains
You're probably going to need a --rebuild in there is yay is already up to date.
Most helpful comment
You're probably going to need a
--rebuildin there is yay is already up to date.