Follow-ups Back with more Xorg The code or CLI to retrieve list of repos 13 September 2023, 04:21:21 How/what is the code or CLI to retrieve this list / repos e.g:systemlib32omniverseworldgalaxyextra(or the more complete one alike)
Re: The code or CLI to retrieve list of repos Reply #1 – 14 September 2023, 19:17:03 Code: [Select]pacman -Sl <repo>
Re: The code or CLI to retrieve list of repos Reply #2 – 15 September 2023, 08:20:45 I think the only way to get that list is parsing of pacman.conf, something like that: Code: [Select]grep -v "^#\|options" /etc/pacman.conf | grep -F "["[system][world][galaxy][lib32] 1 Likes