How to Install
-
4. Installing Wine
Finally, to Install the Latest Wine on Rocky Linux
First, access the Target Folder:cd /tmp/wine*
Next Configure Wine 64 bit with:
./configure --enable-win64
Again to Compile it play:
make
Now you have to wait for several minutes until the Build is achieved.
Then to Setup it run:sudo make install
Last, to Test it on Terminal:
wine64 --version
Once the x86_64 Release achieved easily you’ll need to Setup also the 32-bit.
So, let’s patiently Start again by cleaning the previous Compilation with:make clean
Follow to Configure it again for i686:
./configure
And again achieve the Setup as before with:
make
sudo make install
Finally, you’ll dispose also of the Very Useful Wine 32-bit release:
wine --version
So Now I’m truly Happy if My Guide could Help you to Install the Latest Wine on Rocky 9!
Contents