Description

Details

Information

Provides decent performance improvements in Guild Wars 2, World of Warcraft, and likely other things.

Updates

This repo will likely receive updates at random periods. If an exciting commit is pushed and you want an update, feel free to contact me.

Installation Instructions

Install

  • Add this repo's GPG key

sudo rpm --import 'https://copr-be.cloud.fedoraproject.org/results/espionage724/wine-patches-gallium-nine/pubkey.gpg'

  • Add this repo:

sudo rm -vf '/etc/yum.repos.d/_copr_espionage724-wine-patches-gallium-nine.repo' && sudo -e '/etc/yum.repos.d/_copr_espionage724-wine-patches-gallium-nine.repo' && sync

[wine-patches-gallium-nine-x86] name=wine-patches-gallium-nine (x86) Copr by Espionage724 baseurl=https://copr-be.cloud.fedoraproject.org/results/espionage724/wine-patches-gallium-nine/fedora-$releasever-i386/ type=rpm-md skip_if_unavailable=True gpgcheck=1 gpgkey=https://copr-be.cloud.fedoraproject.org/results/espionage724/wine-patches-gallium-nine/pubkey.gpg repo_gpgcheck=0 enabled=1 enabled_metadata=1 priority=1 [wine-patches-gallium-nine-x64] name=wine-patches-gallium-nine (x64) Copr by Espionage724 baseurl=https://copr-be.cloud.fedoraproject.org/results/espionage724/wine-patches-gallium-nine/fedora-$releasever-x86_64/ type=rpm-md skip_if_unavailable=True gpgcheck=1 gpgkey=https://copr-be.cloud.fedoraproject.org/results/espionage724/wine-patches-gallium-nine/pubkey.gpg repo_gpgcheck=0 enabled=1 enabled_metadata=1 priority=1
  • Install Wine:

sudo dnf install 'wine'

  • ...or switch the existing Wine from Fedora packages to this repo's packages:

sudo dnf distro-sync 'wine' --allowerasing

Troubleshooting

  • If updated Wine packages from this repo aren't being offered as downloadable updates:

sudo dnf distro-sync --refresh --allowerasing

  • Want an older version of Wine from this repo? Here's how to get the last 2.21 build for example:

sudo dnf install wine-2.21-5.fc27.pba

  • If Wine packages from this repo aren't being offered at all, there may be no packages available for the version of Fedora you're using. To fix this temporarily, change the fedora-$releasever in the repo file to match the last version I built packages for (so if you're on F29, it'll need to be fedora-28)

Uninstall

  • Remove this repo's GPG key:

sudo rpm -e 'gpg-pubkey-70644ccf-5b3477dd'

  • Remove this repo:

sudo rm -v '/etc/yum.repos.d/_copr_espionage724-wine-patches-gallium-nine.repo'

  • Switch this repo's Wine packages to standard Fedora packages:

sudo dnf distro-sync

  • ...or remove Wine altogether:

`sudo dnf remove 'wine'

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download

* Total number of downloaded packages.


Quick Enable

#> dnf copr enable espionage724/wine-patches-gallium-nine
More info about enabling Copr repositories

Other Actions