4

I can't seem to find the answer anywhere. So far I've figured out that I need to add (uncomment)

[multilib]  
Include = /etc/pacman.d/mirrorlist

On "/etc/pacman.conf" and then run:

sudo pacman-key --init

When I run:

sudo pacman -S

I get:

warning: database file for 'multilib' does not exist

How can I fix this?

Uyghur Lives Matter
  • 226
  • 1
  • 4
  • 15
Boaz
  • 375
  • 1
  • 9
  • 16

2 Answers2

6

Refresh the package list first after adding repos: pacman -Syy

Regarding pacman-key --init: you can set up pacman for the use with signed packages. By default pacman will accept unsigned packages. So this step is optional and also requires further steps. Refer to the arch wiki for the whole process: https://wiki.archlinux.org/index.php/Pacman_package_signing

duenni
  • 2,939
  • 1
  • 22
  • 38
2

You can search for packages named lib32 with: pacman -Ss lib32

jonaz
  • 179
  • 3