More simple commands for installaion on Ubuntu

Questions about Wine on Linux
Locked
UlfZibis
Level 3
Level 3
Posts: 91
Joined: Thu Sep 18, 2014 6:41 pm

More simple commands for installaion on Ubuntu

Post by UlfZibis »

Hi,
on https://wiki.winehq.org/Ubuntu one can use more simple commands at least since 18.04.
Instead:

Code: Select all

sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main' 
use:

Code: Select all

sudo add-apt-repository https://dl.winehq.org/wine-builds/ubuntu/
This is no more necessary since 18.04:

Code: Select all

sudo apt update
-Ulf
fargodwe

Re: More simple commands for installaion on Ubuntu

Post by fargodwe »

Since everything can change from one release to another it is always best to follow the instructions when installing wine - especially for anyone who has no previous experience with wine.

Stick with the instructions and you avoid any potential problems down the road.

No "but you could just" - just follow the instructions.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: More simple commands for installaion on Ubuntu

Post by Bob Wya »

UlfZibis wrote: Fri Jun 12, 2020 6:59 pm Hi,
on https://wiki.winehq.org/Ubuntu one can use more simple commands at least since 18.04.
Instead:

Code: Select all

sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main' 
...
@UlfZibis

Sure that it is not necessary on stock Ubuntu (or flavours).
However Linux Mint have their own 'system' (cough) of naming their releases, which breaks lots of things... :roll:

Bob
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: More simple commands for installaion on Ubuntu

Post by Bob Wya »

Bob Wya wrote: Sat Jul 25, 2020 6:42 am
UlfZibis wrote: Fri Jun 12, 2020 6:59 pm Hi,
on https://wiki.winehq.org/Ubuntu one can use more simple commands at least since 18.04.
Instead:

Code: Select all

sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main' 
...
@UlfZibis

Sure that it is not necessary on stock Ubuntu (or flavours).
However Linux Mint (mainline, Ubuntu-based releases) have their own 'system' (cough) of naming their releases, which breaks lots of things... :roll:

Bob
UlfZibis
Level 3
Level 3
Posts: 91
Joined: Thu Sep 18, 2014 6:41 pm

Re: More simple commands for installaion on Ubuntu

Post by UlfZibis »

fargodwe wrote: Sat Jul 11, 2020 5:45 pmStick with the instructions and you avoid any potential problems down the road.
Are you sure, this holds on Linux Mint? See comment from Bob.
fargodwe

Re: More simple commands for installaion on Ubuntu

Post by fargodwe »

UlfZibis wrote: Mon Jul 27, 2020 1:33 am
fargodwe wrote: Sat Jul 11, 2020 5:45 pmStick with the instructions and you avoid any potential problems down the road.
Are you sure, this holds on Linux Mint? See comment from Bob.
I've run Mint for years and I just follow the instructions on WineHQ download for Ubuntu - noting the version of Mint mentioned. I have never done it any other way but I'm also just a dumb guy so I don't know if there are other ways to do it.

Bob Wya has been an unbelievable help to me here and I can't thank him enough.
Locked