[SOLVED] I can't install wine anyway 10 October 2020, 21:27:25 pacman -U wine-5.18-2-x86_64.pkg.tar.zstsolving dependencies ...attention: it is not possible to resolve "lib32-fontconfig", a dependency on "wine"attention: it is not possible to resolve "lib32-lcms2", a dependency on "wine"attention: it is not possible to resolve "lib32-libxml2", a dependency on "wine"attention: it is not possible to resolve "lib32-libxcursor", a dependency on "wine"attention: it is not possible to resolve "lib32-libxrandr", a dependency on "wine"attention: it is not possible to resolve "lib32-libxdamage", a dependency on "wine"attention: it is not possible to resolve "lib32-libxi", a dependency on "wine"attention: it is not possible to resolve "lib32-gettext", a dependency on "wine"attention: it is not possible to resolve "lib32-freetype2", a dependency on "wine"attention: it is not possible to resolve "lib32-glu", a dependency on "wine"attention: it is not possible to resolve "lib32-libsm", a dependency on "wine"attention: it is not possible to resolve "lib32-libpcap", a dependency on "wine"attention: it is not possible to resolve "lib32-faudio", a dependency on "wine"The following package cannot be updated due to unresolved dependencies:wine:: Do you want to skip the above package for this update? [y / N] ylooking for conflicting packages ...nothing to doPKGBUILD version same problemerror: target not found: lib32-gifliberror: target not found: lib32-libpngerror: target not found: lib32-gnutlserror: target not found: lib32-libxineramaerror: target not found: lib32-libxcompositeerror: target not found: lib32-libxmuerror: target not found: lib32-libxxf86vmerror: target not found: lib32-libldaperror: target not found: lib32-mpg123error: target not found: lib32-openalerror: target not found: lib32-v4l-utilserror: target not found: lib32-alsa-liberror: target not found: lib32-libxcompositeerror: target not found: lib32-tableerror: target not found: lib32-libgl:: There are 2 suppliers available for opencl-icd-loader:Choose a number (default = 1): 1error: target not found: lib32-opencl-icd-loadererror: target not found: lib32-libxslterror: target not found: lib32-libpulseerror: target not found: lib32-libvaerror: target not found: lib32-gtk3error: target not found: lib32-gst-plugins-base-libserror: target not found: lib32-vulkan-icd-loadererror: target not found: lib32-sdl2error: target not found: lib32-vkd3derror: target not found: lib32-libcupserror: target not found: lib32-attrerror: target not found: lib32-fontconfigerror: target not found: lib32-lcms2error: target not found: lib32-libxml2error: target not found: lib32-libxcursorerror: target not found: lib32-libxrandrerror: target not found: lib32-libxdamageerror: target not found: lib32-libxierror: target not found: lib32-gettexterror: target not found: lib32-freetype2error: target not found: lib32-gluerror: target not found: lib32-libsmerror: target not found: lib32-libpcaperror: target not found: lib32-faudio==> ERROR: 'pacman' failed to install missing dependencies.==> Missing dependencies: -> fontforge -> mingw-w64-gcc -> lib32-giflib -> lib32-libpng -> lib32-gnutls -> lib32-libxinerama -> lib32-libxcomposite -> lib32-libxmu -> lib32-libxxf86vm -> lib32-libldap -> mpg123 -> lib32-mpg123 -> lib32-openal -> lib32-v4l-utils -> lib32-alsa-lib -> lib32-libxcomposite -> lib32-table -> lib32-libgl -> opencl-icd-loader -> lib32-opencl-icd-loader -> lib32-libxslt -> lib32-libpulse -> lib32-libva -> lib32-gtk3 -> lib32-gst-plugins-base-libs -> lib32-vulkan-icd-loader -> lib32-sdl2 -> vkd3d -> lib32-vkd3d -> lib32-libcups -> sane -> libgphoto2 -> samba -> opencl-headers -> vulkan-headers -> lib32-attr -> lib32-fontconfig -> lib32-lcms2 -> lib32-libxml2 -> lib32-libxcursor -> lib32-libxrandr -> lib32-libxdamage -> lib32-libxi -> lib32-gettext -> lib32-freetype2 -> lib32-glu -> lib32-libsm -> lib32-gcc-libs -> lib32-libpcap -> faudio -> lib32-faudio==> ERROR: It was not possible to resolve all dependencies.I already tried with 2 suppliers Last Edit: 14 October 2020, 20:09:40 by nous
Re: I can't install wine anyway Reply #1 – 10 October 2020, 21:43:19 Make sure to enable multilib and lib32 in pacman.conf
Re: I can't install wine anyway Reply #2 – 10 October 2020, 21:53:19 Quote from: ndowens – on 10 October 2020, 21:43:19Make sure to enable multilib and lib32 in pacman.confhow to enable?
Re: I can't install wine anyway Reply #3 – 10 October 2020, 22:11:25 From one Artix noob to another...Use a text editor such as vim or emacs to remove the hashtags from the following lines in /etc/pacman.conf. Then save your changes...#[lib32]#Include = /etc/pacman.d/mirrorlist#[multilib]#Include = /etc/pacman.d/mirrorlist-archI hope this helps.