WineHQ

Mageia: Difference between revisions

(Created page with "== Installing WineHQ Packages == Install key which was used to sign packages: wget https://dl.winehq.org/wine-builds/Release.key sudo rpm --import Release.key ''If you ar...")
 
No edit summary
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
== Installing WineHQ Packages ==
== Installing WineHQ Packages ==
(64 bit Mageia) Enable multiarch:
sudo dnf config-manager --set-enabled mageia-i586 updates-i586


Install key which was used to sign packages:
Add the repository:
sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/mageia/6/winehq.repo


wget https://dl.winehq.org/wine-builds/Release.key
sudo rpm --import Release.key


''If you are using Mageia 4:''
Install '''one of the following packages''':


  sudo urpmi.addmedia "WineHQ 32-bit" https://dl.winehq.org/wine-builds/mageia/4/i586/
{| style="width: 100%" class="wikitable"
 
! Development branch
''If you are using 64-bit Mageia 4, also add:''
|
 
  sudo dnf install winehq-devel
sudo urpmi.addmedia "WineHQ 64-bit" https://dl.winehq.org/wine-builds/mageia/4/x86_64/
|-
 
! Staging branch
''If you are using Mageia 5:''
|
 
  sudo dnf install winehq-staging
  sudo urpmi.addmedia "WineHQ 32-bit" https://dl.winehq.org/wine-builds/mageia/5/i586/
|-
 
! Stable branch
''If you are using 64-bit Mageia 5, also add:''
|
 
  sudo dnf install winehq-stable
  sudo urpmi.addmedia "WineHQ 64-bit" https://dl.winehq.org/wine-builds/mageia/5/x86_64/
|}
 
Install package (example for the development branch):
 
sudo urpmi.update -a
  sudo urpmi winehq-devel
 
If you prefer to use the Staging branch, replace `winehq-devel` with `winehq-staging` in the line above.


----
----
CategoryDistributions
[[Category:Distributions]]

Revision as of 17:13, 20 October 2017

Installing WineHQ Packages

(64 bit Mageia) Enable multiarch:

sudo dnf config-manager --set-enabled mageia-i586 updates-i586

Add the repository:

sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/mageia/6/winehq.repo


Install one of the following packages:

Development branch
sudo dnf install winehq-devel
Staging branch
sudo dnf install winehq-staging
Stable branch
sudo dnf install winehq-stable

This page was last edited on 20 October 2017, at 17:13.