You are not logged in.
Pages: 1
I am trying to install:
sudo pacman -S lib32-glibc
and get:
error: 'lib32-glibc': could not find or read package
I'v checked arch package list and I found http://www.archlinux.org/packages/multi … b32-glibc/
Also I tried: pacman -Ss lib32-glibc
and this also did not work
Offline
Have you enabled the multilib repo in your pacman.conf? Then done a pacman -Syu.
Offline
Have you enabled the multilib repo in your pacman.conf? Then done a pacman -Syu.
yes I have done both
Offline
does "pacman -Sl multilib" give you any output?
Offline
Allan wrote:Have you enabled the multilib repo in your pacman.conf? Then done a pacman -Syu.
yes I have done both
sorry. When I was enabling multilib repo in /etc/pacman.conf I uncommented only second line:
#[multilib]
Include = /etc/pacman.d/mirrorlist
When I uncomented both lines problem was solved
Offline
Pages: 1