Installing Wine, it will not give"Finish" tab, only "revert"

Asked by Miranda Culbertson

I am trying to follow the install instructions for Wine. When I try to add "ppa:ubuntu-wine/ppa" as it says to in the instructions, I only get the "revert" or "close" options. I tried hitting "revert" and nothing seemed to change. What should I do? PS: I am an elementary user (obviously). Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

if you run:

sudo add-apt-repository ppa:ubuntu-wine/ppa; sudo apt-get update; sudo apt-get install wine

You wil get wine.

You wanted to click close, revert will undo the changes made. CLI is much simpler as you can see.

Revision history for this message
Miranda Culbertson (mikemiranda) said :
#2

Thanks actionparsnip, that solved my question.