How to download a package with a specific version number?
Seems to me the latest wine package cannot handle the fflush() function.
Older versions have no problem.
So, I want to uninstall wine and install an older version.
Alternatively, downgrade wine. Maybe this is the better.
Anyway, I want keep that version. So, another question:
How to keep a package and not to update when system update needs?
With the disclaimer that partial updates are not supported — you have hereby officially been warned and we wash our hands in innocence — you can exclude a package or package group from updates by adding it to the pertinent section in /etc/pacman.conf.
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
Of course, you’ll need to uncomment those entries when used. See the man page for details.
An alternative suggestion for future readers: use bottles. It allows to use many different wine versions and switching between them with a click. It is in AUR (unsupported) or flatpak.