You are not logged in.
Pages: 1
Hi All
Another issue i have today ( not had before ) ... When i run sudo pacman -S skype i get an error message
error: target not found: skype
and yet i know skype is in the repositories
Suggestions please ?
Cheers
Last edited by Cheesecake Charlie (2012-03-08 06:24:07)
Offline
If you are running x86_64, then you need to enable the multilib repo
Do a full update -Syu and then try to install skype
Last edited by skunktrader (2012-03-08 06:03:13)
Offline
I have multilib enabled ... That was first thing i checked .. Will take another look though just in case
This is my pacman.conf
#[testing]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist
[core]
#SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[extra]
#SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist
#[community-testing]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist
[community]
#SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
#[multilib-testing]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist
#[multilib]
#SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist
Last edited by Cheesecake Charlie (2012-03-08 06:15:39)
Offline
Uncomment the line with the database name
#[multilib]
should be
[multilib]
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
Uncomment the line with the database name
#[multilib]
should be
[multilib]
Oh god yes ............. Duh ....
Cheers
Offline
Pages: 1