Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 658 Bytes

File metadata and controls

26 lines (19 loc) · 658 Bytes

Installation:

sudo dpkg -i wine1002_1.0_all.deb

To run this custom Wine same as release version:

Example Wine version 10.2

wine1002 --version

Add to .bashrc to run application on bin directory

export PATH="$PATH:/opt/wine1002/bin"

Explanation

  • Wine is installed in /opt/wine1002 to avoid conflicts with other Wine packages.
  • The postinst script creates a symlink in /usr/local/bin for easy access.
  • This package runs in parallel with other Wine packages and does not replace the default Wine version on your system.
  • You can choose which Wine version to use by calling wine1002 or the regular wine.