WineHQ

Mageia: Difference between revisions

(Improve formatting of branch installation instructions.)
(add note that Mageia packages have been discontinued)
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.  
{{info}} WineHQ has discontinued building packages for Mageia due to incompatibilities with the build system. Old packages are still available at https://dl.winehq.org/wine-builds.old/. See [[https://bugs.winehq.org/show_bug.cgi?id=43436 bug 43436]] for more information.


== Installing WineHQ Packages ==
== Installing WineHQ Packages ==

Revision as of 19:37, 4 August 2017

WineHQ has discontinued building packages for Mageia due to incompatibilities with the build system. Old packages are still available at https://dl.winehq.org/wine-builds.old/. See [bug 43436] for more information.

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 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:

Development branch
sudo urpmi.update -a
sudo urpmi winehq-devel
Staging branch
sudo urpmi.update -a
sudo urpmi winehq-staging

This page was last edited on 4 August 2017, at 19:37.