WineHQ

Mageia: Difference between revisions

 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
'''Translations of this page:''' {{flag|China}} [[Mageia_zhcn|简体中文]]
== Installing WineHQ Packages ==
== Installing WineHQ Packages ==
{{info}} '''Packages for Mageia have been discontinued as of 2018-12-19. Old packages are still available in the repository.'''


Install key which was used to sign packages:
(64 bit Mageia) Enable multiarch:
sudo dnf config-manager --set-enabled mageia-i586 updates-i586


  wget https://dl.winehq.org/wine-builds/Release.key
Add the repository:
sudo rpm --import Release.key
  sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/mageia/6/winehq.repo


''If you are using Mageia 4:''


sudo urpmi.addmedia "WineHQ 32-bit" https://dl.winehq.org/wine-builds/mageia/4/i586/
Install '''one of the following packages''':


''If you are using 64-bit Mageia 4, also add:''
{|  style="width: 100%" class="wikitable"
 
! Development branch
sudo urpmi.addmedia "WineHQ 64-bit" https://dl.winehq.org/wine-builds/mageia/4/x86_64/
|
 
  sudo dnf install winehq-devel
''If you are using Mageia 5:''
|-
 
! Stable branch
  sudo urpmi.addmedia "WineHQ 32-bit" https://dl.winehq.org/wine-builds/mageia/5/i586/
|
 
  sudo dnf install winehq-stable
''If you are using 64-bit Mageia 5, also add:''
|-
 
! Staging branch
  sudo urpmi.addmedia "WineHQ 64-bit" https://dl.winehq.org/wine-builds/mageia/5/x86_64/
|
 
  sudo dnf install winehq-staging
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.


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

Latest revision as of 01:25, 20 December 2018

Translations of this page: 简体中文

Installing WineHQ Packages

Packages for Mageia have been discontinued as of 2018-12-19. Old packages are still available in the repository.

(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
Stable branch
sudo dnf install winehq-stable
Staging branch
sudo dnf install winehq-staging

This page was last edited on 20 December 2018, at 01:25.