02-19-2022, 07:45 PM
(This post was last modified: 02-19-2022, 07:53 PM by xnopasaranx.)
No that is not how pacman works. The repositories are not cached locally, but packages that you install from those repositories will be. You can clean those cached files easily. https://wiki.archlinux.org/title/pacman#...kage_cache
EDIT: I am not sure if I understand your question correctly so let me add this: danctnix recently decommissioned some of the repositories and serves the packages from those out of their own danctnix repo, rather than having to maintain four different ones. So some of those repositories are indeed unnecessary.
This is what I have in my pacman.conf right now, with testing repository:
EDIT: I am not sure if I understand your question correctly so let me add this: danctnix recently decommissioned some of the repositories and serves the packages from those out of their own danctnix repo, rather than having to maintain four different ones. So some of those repositories are indeed unnecessary.
This is what I have in my pacman.conf right now, with testing repository:
Code:
[danctnix-testing]
Server = https://p64.arikawa-hi.me/$repo/$arch/
[danctnix]
Server = https://p64.arikawa-hi.me/danctnix/aarch64/
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
[alarm]
Include = /etc/pacman.d/mirrorlist
[aur]
Include = /etc/pacman.d/mirrorlist