1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-27 05:39:45 +01:00

arch: include mentioning multilib repository where needed

This commit is contained in:
2025-02-21 05:12:40 +01:00
parent f07b498bdd
commit 2690f17685
3 changed files with 34 additions and 2 deletions

View File

@@ -55,6 +55,17 @@ Since `yay` mirrors the usage of `pacman` it can be used the same way and will c
yay -Sc
```
#### Enabling `multilib`
`multilib` is a repository that contains 32-bit software and libraries.
By default it is not enabled.
To enable it search and uncomment the following lines in the file `/etc/pacman.conf`.
```txt
[multilib]
Include = /etc/pacman.d/mirrorlist
```
### Troubleshooting
This section addresses various uses of the pacman and yay package managers.