WineHQ

Mageia: Difference between revisions

(Improve formatting of branch installation instructions.)
(Add link for Simplified Chinese translation page.)
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{info}} WineHQ only builds binary packages for the development and staging branches, in order to encourage widespread testing of bugfixes and new features by ordinary users. Binary packages for the stable branch are the responsibility of the distros. If you are looking for an updated stable package, ask your distro where to find it.
'''Translations of this page:''' {{flag|China}} [[Mageia_zhcn|简体中文]]
 
== 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:''
 
sudo urpmi.addmedia "WineHQ 32-bit" https://dl.winehq.org/wine-builds/mageia/4/i586/


''If you are using 64-bit Mageia 4, also add:''
sudo urpmi.addmedia "WineHQ 64-bit" https://dl.winehq.org/wine-builds/mageia/4/x86_64/
''If you are using Mageia 5:''
sudo urpmi.addmedia "WineHQ 32-bit" https://dl.winehq.org/wine-builds/mageia/5/i586/
''If you are using 64-bit Mageia 5, also add:''
sudo urpmi.addmedia "WineHQ 64-bit" https://dl.winehq.org/wine-builds/mageia/5/x86_64/


Install '''one of the following packages''':
Install '''one of the following packages''':
Line 30: Line 14:
! Development branch
! Development branch
|
|
  sudo urpmi.update -a
  sudo dnf install winehq-devel
  sudo urpmi winehq-devel
|-
! Stable branch
|
  sudo dnf install winehq-stable
|-
|-
! Staging branch
! Staging branch
|
|
  sudo urpmi.update -a
  sudo dnf install winehq-staging
sudo urpmi winehq-staging
|}
|}


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

Revision as of 05:35, 10 July 2018

Translations of this page: 简体中文

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

This page was last edited on 10 July 2018, at 05:35.