How to install wine on ubuntu 17.10?

14,533

These commands worked for me on a clean 17.10 install.

Based on your error, did you perhaps forget to do the sudo dpkg --add-architecture i386?

  1. sudo dpkg --add-architecture i386
  2. wget https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key
  3. sudo apt update && sudo apt install winehq-stable

See this article for details.

Share:
14,533

Related videos on Youtube

austin rose
Author by

austin rose

Updated on September 18, 2022

Comments

  • austin rose
    austin rose over 1 year

    im trying to install wine so i can play fortnight but when i do sudo apt-get install --install-recommends wine-staging i get an error that says wine-staging: depends: wine-staging-amd64 (=2.21.0~trusty) but is not going to be installed depends: wine-staging-i386 (=2.21.0~trusty) E: unable to correct problems

  • Vu Anh
    Vu Anh about 6 years
    I think you should apt-add-repository command according to the article in omgubuntu website
  • Organic Marble
    Organic Marble about 6 years
    Feel free to post your own answer.
  • Prasad
    Prasad about 6 years
    apt search winehq-stable doesn’t find anything on my Ubuntu 17.10 install. I suppose you have some PPA installed.