Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] I can't install wine anyway (Read 2922 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] I can't install wine anyway

pacman -U wine-5.18-2-x86_64.pkg.tar.zst

solving 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] y
looking for conflicting packages ...
nothing to do


PKGBUILD version same problem

error: target not found: lib32-giflib
error: target not found: lib32-libpng
error: target not found: lib32-gnutls
error: target not found: lib32-libxinerama
error: target not found: lib32-libxcomposite
error: target not found: lib32-libxmu
error: target not found: lib32-libxxf86vm
error: target not found: lib32-libldap
error: target not found: lib32-mpg123
error: target not found: lib32-openal
error: target not found: lib32-v4l-utils
error: target not found: lib32-alsa-lib
error: target not found: lib32-libxcomposite
error: target not found: lib32-table
error: target not found: lib32-libgl
:: There are 2 suppliers available for opencl-icd-loader:

Choose a number (default = 1): 1
error: target not found: lib32-opencl-icd-loader
error: target not found: lib32-libxslt
error: target not found: lib32-libpulse
error: target not found: lib32-libva
error: target not found: lib32-gtk3
error: target not found: lib32-gst-plugins-base-libs
error: target not found: lib32-vulkan-icd-loader
error: target not found: lib32-sdl2
error: target not found: lib32-vkd3d
error: target not found: lib32-libcups
error: target not found: lib32-attr
error: target not found: lib32-fontconfig
error: target not found: lib32-lcms2
error: target not found: lib32-libxml2
error: target not found: lib32-libxcursor
error: target not found: lib32-libxrandr
error: target not found: lib32-libxdamage
error: target not found: lib32-libxi
error: target not found: lib32-gettext
error: target not found: lib32-freetype2
error: target not found: lib32-glu
error: target not found: lib32-libsm
error: target not found: lib32-libpcap
error: 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

Re: I can't install wine anyway

Reply #1
Make sure to enable multilib and lib32 in pacman.conf


 

Re: I can't install wine anyway

Reply #3
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-arch

I hope this helps.