You are not logged in.
I'm trying to install wine, but upon running
$ sudo pacman -S wine
it returns
error: target not found wine
and If I try PlayOnLinux with
$ sudo pacman -S playonlinux
it returns
warning, cannot resolve "wine", a dependency of playonlinux
Wine should still be in the official repositories, and my research has turned up nothing for this issue. Actually I'm not even sure if this is happening to anyone other than me?
Thanks,
Shane
P.S.
I'm new to the forums, so hopefully I posted this properly, and in the right place.
Last edited by ShaneHutter (2015-06-18 07:04:38)
Never ESC:q! on your dreams!!!
Offline
Please update your system first, install new packages later.
Offline
Moving to Newbie Corner.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Karol is trying to say pacman -Syu wine
Let's see if that works. Oh, and welcome to Arch Linux
Last edited by ewaller (2015-06-18 04:46:23)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Thank you,
Tried pacman -Syu wine, and everything is up to date. Unfortunately still receiving "Error: Target not found: wine"
Never ESC:q! on your dreams!!!
Offline
Do you have the "multilib" repo enabled in /etc/pacman.conf ?
Offline
I don't have multilib enabled, but I'm on a 32bit machine. It's my understanding that multilib is so 64bit machines can grab packages off of the 32bit repos.
Never ESC:q! on your dreams!!!
Offline
I don't have multilib enabled, but I'm on a 32bit machine. It's my understanding that multilib is so 64bit machines can grab packages off of the 32bit repos.
This is also my understanding but, looking at here it seems to be in the community repo on 686, so next question would be is the community repo enabled?
Offline
I have community enabled in "/etc/pacman.conf", but I do not have community-testing enabled.
Never ESC:q! on your dreams!!!
Offline
Hm, then maybe you should try switching mirrors and run a "pacman -Syy" to force refresh the package databases.. And post the output of "uname -a" for kicks and giggles. Oh and hell why not post the contents of /etc/pacman.conf and /etc/pacman.d/mirrorlist
Offline
uname -a returned
Linux k0ALA 4.0.5-1-ARCH #1 SMP PREEMPT Sat Jun 6 18:37:49 CEST 2015 x86_64 GNU/Linux
Does this mean my computer is 64bit, because I was pretty sure it wasn't... :-/
Never ESC:q! on your dreams!!!
Offline
run a "pacman -Syy" to force refresh the package databases.
Probably best to use:
# pacman -Syyu
https://wiki.archlinux.org/index.php/Pa … nsupported
EDIT: @OP: Enable [Multilib] in pacman.conf and then run:
# pacman -Syyu wine
Last edited by Head_on_a_Stick (2015-06-18 06:38:39)
Jin, Jîyan, Azadî
Offline
Thanks heaps, I enabled multilib, updated my packages, and now it seems to be working fine. Thanks heaps guys :-D
Never ESC:q! on your dreams!!!
Offline
Please add "[SOLVED]" to the thread title for the benefit of others.
Jin, Jîyan, Azadî
Offline
Thanks heaps, I enabled multilib, updated my packages, and now it seems to be working fine. Thanks heaps guys :-D
No problem, that's why we're here for. And don't forget to add [SOLVED] to the title.
Offline