Difference between revisions of "Wine"

From UVOO Tech Wiki
Jump to navigation Jump to search
imported>Jeremy-busk
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
# Install
 
# Install
  
Install on Ubuntu 18.04
+
https://www.omgubuntu.co.uk/2021/01/wine-6-0-released-how-to-install-on-ubuntu
 +
 
 +
Older wine stable
 +
```
 +
sudo apt install wine-stable
 +
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32
 +
```
 +
 
 +
 
 +
 
 +
Install Using WineHQ on Ubuntu 18.04
 
```
 
```
 
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
 
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -

Latest revision as of 04:32, 15 January 2021

Install

https://www.omgubuntu.co.uk/2021/01/wine-6-0-released-how-to-install-on-ubuntu

Older wine stable

sudo apt install wine-stable
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32

Install Using WineHQ on Ubuntu 18.04

wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
sudo apt-get update
sudo apt-get install --install-recommends winehq-staging

Set display resolution

winecfg
<br />You may need to add this in ~/.profile if it isn't already in PATH

PATH="$PATH:/opt/wine-staging/bin" ```

Examples Using

Battlenet

Login to Battlenet

Download your game

wine Battle.net-Setup.exe

wine StarCraft-II-Setup.exe

Using KVM & GPU Passthrough

You can always try vms and GPU passthrough using KVM though it seems heavy as the future seems to be just use something like WINE

https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF

https://blog.zerosector.io/2018/07/28/kvm-qemu-windows-10-gpu-passthrough/