You are not logged in.
Pages: 1
Is it possible to get information by simply asking for the total number of packages on a remote repository? I want to query all the packages individually using a script and know the remaining amount to the end.
Offline
pacman -Sl <repo> | wc -l
Offline
Pages: 1