I have installed Wine
and I am quite happy with my current version but winetricks
has let me down a few times with various error messages.
How do I update winetricks
to get the very latest version on Ubuntu?
I have installed Wine
and I am quite happy with my current version but winetricks
has let me down a few times with various error messages.
How do I update winetricks
to get the very latest version on Ubuntu?
The version of
winetricks
that comes with the stock Ubuntu installation is often quite old, even the version available from a more modern PPA can lag a bit. It is a great idea and a very safe one to updatewinetricks
manually, independent of your mainWine
installation, this can be done in a few simple steps:1. Check for the latest version, remove the old version:
First check to see what is the latest version available from upstream with this handy one-liner:
Then if this trumps your own installed version (to see your version run
winetricks --version
from a command line) remove your currently installed version:2. Install the latest version:
Then download and install the very latest version:
As demonstrated on my own system the latest version can then be tested:
3. Add some extras & check for newer syntax:
It may also be a good idea to ensure that you have a few required 'helper' applications for
winetricks
to run, although most of these should have already been installed with your copy of Wine:Then check the correct usage, which could have changed from your older version:
4. Safely reverse these steps:
If for some reason you wish to return to your older repository version you can simply run the following:
And all will be as it was.
Notes:
sudo winetricks --self-update
and if not happy with the results roll this back with:sudo winetricks --update-rollback
.Updated 2019 answer
The winetricks versions that are available in Disco and Eoan are able to update themselves [1].
If you happen to be using 19.04 or later, just run:
If you're on an older version of Ubuntu, you can fetch the .deb package here:
https://packages.ubuntu.com/eoan/all/winetricks/download