bugfix
This commit is contained in:
parent
cd4d4616db
commit
65b4f9b494
32
dotfiles-old/knowledge/pacman
Normal file
32
dotfiles-old/knowledge/pacman
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user