Unable to install wine in ubuntu mate 18.04.

Asked by Leighton

Was able to load wine from ubuntu software center with "Ubuntu 18.04.1", but can not find ubuntu software center with "Ubuntu mate 18.04". PlayonLinux works with "Ubuntu 18.04.1", but not with "Ubuntu Mate 18.04".

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu ubuntu-mate-settings Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Do you want to install wine or PlayonLinux?
Have you tried opening a terminal window and executing the command

apt install wine

or

apt install playonlinux

(depending on what you want)?

Revision history for this message
Leighton (thomsole) said :
#2

Thanks for the response.
Tried your suggestion and got:
*************************************
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine is a virtual package provided by:
  wine-stable 3.0-1ubuntu1
  wine-development 3.6-1
You should explicitly select one to install.

E: Package 'wine' has no installation candidate
************************************************
What should I do next?

On Thu, Dec 27, 2018 at 4:37 PM Manfred Hampl <
<email address hidden>> wrote:

> Your question #677083 on ubuntu-mate-settings in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/ubuntu-mate-settings/+question/677083
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Do you want to install wine or PlayonLinux?
> Have you tried opening a terminal window and executing the command
>
> apt install wine
>
> or
>
> apt install playonlinux
>
> (depending on what you want)?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/ubuntu-mate-settings/+question/677083
>
> You received this question notification because you asked the question.
>

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#3

You have the choice, either the stable but older version (to be installed with the command "sudo apt install wine-stable") or the newer version (more features, but maybe more bugs - "sudo apt install wine-development").

Revision history for this message
Leighton (thomsole) said :
#4

Thanks. That worked.

On Thu, Dec 27, 2018 at 5:03 PM Manfred Hampl <
<email address hidden>> wrote:

> Your question #677083 on ubuntu-mate-settings in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/ubuntu-mate-settings/+question/677083
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> You have the choice, either the stable but older version (to be
> installed with the command "sudo apt install wine-stable") or the newer
> version (more features, but maybe more bugs - "sudo apt install wine-
> development").
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/ubuntu-mate-settings/+question/677083/+confirm?answer_id=2
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
>
> https://answers.launchpad.net/ubuntu/+source/ubuntu-mate-settings/+question/677083
>
> You received this question notification because you asked the question.
>

Revision history for this message
Leighton (thomsole) said :
#5

Thanks, This solved the problem.