You are not logged in.
Hello dear arch-users,
I had already wine-silverlight installed, to absolve the dependences of pipelight.
Not I want to install wine but comes out the conflict between wine and wine-silverlight.
Then I removed wine-silverlight and pipelight and installed again wine-silverlight following the hint in the wiki, so uncomment the
customprefix=1variable but it seems that wine.silverlight is always installed in the default directory.
In fact, when I try to install wine, it comes out again the same conflict issue.
How can I solve it?
Thanks.
Offline
Post the exact command you're running and the exact error you're getting.
Offline
Wine.silverlight is installed.
Then I run
[*****@*****arch ~]$ sudo pacman -S wine
[sudo] password for *****:
resolving dependencies...
looking for inter-conflicts...
:: wine and wine-silverlight are in conflict. Remove wine-silverlight? [y/N]Last edited by Astroarch (2014-03-25 17:36:36)
Offline
Run
LC_ALL=C <command>to get the output in English.
What's the output of 'pacman -Si wine-silverlight'? Where do you get this package from - AUR or some unofficial repo?
They precompiled ones seem all to conflict with wine.
Offline
[******@****arch wine-silverlight]$ sudo pacman -U wine-silverlight-1.7.14-1-x86_64.pkg.tar.xz
loading packages...
warning: wine-silverlight-1.7.14-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Packages (1): wine-silverlight-1.7.14-1
Total Installed Size: 278.38 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) checking available disk space [######################] 100%
(1/1) reinstalling wine-silverlight [######################] 100%
[******@****arch wine-silverlight]$ sudo pacman -Si wine-silverlight
error: package 'wine-silverlight' was not found
[******@****arch wine-silverlight]$ I took and compiled the package from AUR.
PS. I re-installed it without touching the PKGBUILD.
Last edited by Astroarch (2014-03-25 17:42:39)
Offline
What about the 'customprefix=1' https://aur.archlinux.org/packages/wi/w … t/PKGBUILD
# Uncomment the line below if you want wine installed to /opt/wine-silverlight instead of replacing wine
#customprefix=1
if [[ $customprefix != 1 ]]; then
_prefix="usr"
_sysconf="etc"
conflicts=('wine' 'wine-compholio')
provides=('wine=${pkgver}' 'wine-compholio=${pkgver}')
else
# change _prefix if you don't want to use the default custom prefix of /opt/wine-silverlight
_prefix="opt/$pkgname"
_sysconf="$_prefix/etc"
conflicts=('wine-compholio')
provides=('wine-compholio=${pkgver}')
fiIf you did not change it in the PKGBUILD, even the one from the AUR will conflict.
I want to install wine but comes out the conflict between wine and wine-silverlight.
Why do you want both wine and wine-silverlight? Shouldn't one of them be enough?
Offline
I also uncommented, as I wrote in my first post, that option but I get the same conflict.
Little question, if I install wine, do I need wine-silverlight to run pipelight?
Offline
You need wine-silverlight to run pipelight. You don't need wine.
wine-silverlight is wine + some patches.
Why do you want both wine and wine-silverlight?
Offline
I thought that wine was different from wine-silverlight, or at least, was a version of wine related to strictly run of pipelight.
Then I come out that I don't need to install wine if I have already wine-silverlight.
Last hint: do you recommend me to install wine-silverlight or simply wine?
Does pipelight run with the normal wine package?
Offline
I thought that wine was different from wine-silverlight, or at least, was a version of wine related to strictly run of pipelight.
That's true:
$ cower -ii pipelight
Repository : aur
Name : pipelight
Version : 1:0.2.5-2
URL : https://launchpad.net/pipelight
AUR Page : https://aur.archlinux.org/packages/pipelight
Depends On : wine-silverlight>=1.7.11-1 ttf-ms-fonts wget
Makedepends : mingw-w64-gcc mingw32-gcc
Optional Deps : zenity: needed for file dialogs
kdebase-kdialog: needed for file dialogs in KDE
Category : multimedia
License : GPL2 LGPL2.1 MPL
Votes : 97
Out of Date : No
Maintainer : anish
Submitted : Mon 19 Aug 2013 12:14:40 AM CEST
Last Modified : Fri 14 Mar 2014 12:04:26 AM CET
Description : A browser plugin which allows one to use windows only plugins inside Linux browserpipelight depends on wine-silverlight>=1.7.11-1, it won't install if you have an earlier version.
Does pipelight run with the normal wine package?
Read e.g. pacman's output and the PKGBUILDs, it's not magic.
Offline
Thank you for your support!
Now I will install a front-end for wine.
By the way, I love Archlinux!
Offline