33 lines
855 B
Plaintext
33 lines
855 B
Plaintext
2021-06-04
|
|
Had an issue with pacman missing some ubiquitous packages (esr's `ascii`, xorg-xev, etc).
|
|
This fixed it. I don't really know why - maybe some issues with my repos?
|
|
This was cleanly installed artix-openrc.
|
|
|
|
[5:46 PM] Bassman Leyla: So what I did is I went into /etc/mirrorlist-arch and uncommented a local mirror
|
|
[5:46 PM] Bassman Leyla: Then I appended a config block a package maintainer gave me onto /etc/pacman.conf
|
|
[5:46 PM] Bassman Leyla: I'll paste it in
|
|
[5:47 PM] Bassman Leyla:
|
|
```
|
|
#
|
|
# ARCHLINUX
|
|
#
|
|
|
|
#[testing]
|
|
#Include = /etc/pacman.d/mirrorlist-arch
|
|
|
|
[extra]
|
|
Include = /etc/pacman.d/mirrorlist-arch
|
|
|
|
#[community-testing]
|
|
#Include = /etc/pacman.d/mirrorlist-arch
|
|
|
|
[community]
|
|
Include = /etc/pacman.d/mirrorlist-arch
|
|
|
|
#[multilib-testing]
|
|
#Include = /etc/pacman.d/mirrorlist-arch
|
|
|
|
#[multilib]
|
|
#Include = /etc/pacman.d/mirrorlist-arch
|
|
```
|