Difference between revisions of "Mageia"
From WineHQ Wiki
(add note that Mageia packages have been discontinued) |
(Mageia packages are now being build again) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | |||
== Installing WineHQ Packages == | == 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''': | Install '''one of the following packages''': | ||
Line 30: | Line 14: | ||
! Development branch | ! Development branch | ||
| | | | ||
− | sudo | + | sudo dnf install winehq-devel |
− | |||
|- | |- | ||
! Staging branch | ! Staging branch | ||
| | | | ||
− | sudo | + | sudo dnf install winehq-staging |
− | sudo | + | |- |
+ | ! Stable branch | ||
+ | | | ||
+ | sudo dnf install winehq-stable | ||
|} | |} | ||
---- | ---- | ||
[[Category:Distributions]] | [[Category:Distributions]] |
Revision as of 11: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 |