mint 19 can't install wine :(

Questions about Wine on Linux
Locked
theawesomerb
Newbie
Newbie
Posts: 2
Joined: Tue Dec 11, 2018 1:07 pm

mint 19 can't install wine :(

Post by theawesomerb »

Hi ,

I'd like to thank you for this platform, i hope i find a solution here, i'm a noob in linux its my first week.

So here is the situation , i made a fresh install of Mint 19 and i installed PlayOnLinux , then i figured out that using WineHQ is better to run a game (world of tanks) , since when i use playonlinux it hangs on installing IE8 and loops forever.

so when i try to install Wine using these commands :

Code: Select all

sudo dpkg --add-architecture i386 
wget -nc https://dl.winehq.org/wine-builds/Release.key 
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
sudo apt update
sudo apt-get install --install-recommends winehq-stable
it shows me this (its in french , means that the package has a problem with the dependencies :

Code: Select all

Les paquets suivants contiennent des dépendances non satisfaites :
 winehq-stable : Dépend: wine-stable (= 3.0.4~cosmic)
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
thank you for your answers , i dont want to go back to windows just because of gaming.
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: mint 19 can't install wine :(

Post by dimesio »

While what you've posted shows you've added the correct repository for your version of Mint (bionic), your package manager is trying to install a cosmic package, which is wrong. My guess is that at some point you mistakenly added the cosmic repository, so now you have to remove it.
theawesomerb
Newbie
Newbie
Posts: 2
Joined: Tue Dec 11, 2018 1:07 pm

Re: mint 19 can't install wine :(

Post by theawesomerb »

thank you for your answer , as i said above , i'm a total noob and i don't know anything about linux, what to do to fix this ?!
Jijil
Level 2
Level 2
Posts: 14
Joined: Wed May 17, 2017 6:37 am

Re: mint 19 can't install wine :(

Post by Jijil »

I did not do it but here is what I would try:

- uninstall wine and playonlinux (just to be sure). apt-get remove winehq-stable playonlinux
- go to your "source de logiciels" (in your main menu. My Mint is a French one too. Cinnamon edition ), adjust what's needed (cosmic->bionic) in PPA and/or third-party repositories ("dépôts supplémentaires")
- open a terminal, type in "sudo apt-get update"
- reinstall wine (sudo apt-get install --install-recommends winehq-stable )
- and playonlinux
Jijil
Level 2
Level 2
Posts: 14
Joined: Wed May 17, 2017 6:37 am

Re: mint 19 can't install wine :(

Post by Jijil »

I do run Linux Mint 19 Cinnamon, in French... with Wine (2.17,3.4, 4.0rc1 right now). Keep hope ;)
Locked