On 23/01/2023 15:39, Travis Sidelinger wrote:
Recently I needed to test to see if the new version of Wine-8.0rc4 broke my games.
"dnf downgrade wine" should do the trick.
Wait... # dnf list --showduplicates wine | column -t Available Packages wine.i686 7.2-1.fc36 fedora wine.x86_64 7.2-1.fc36 fedora wine.i686 8.0-0.rc4.1.fc36 updates wine.x86_64 8.0-0.rc4.1.fc36 updates
Wine-7.2 is much older. But where did the previous versions (7.22) go? Why are old versions being removed from the repo?
There are only ever two versions - the base version that the release shipped with and the most recent update.
The updates repository does not keep old versions.
Tom