Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
190
rated 0 times [  190] [ 0]  / answers: 1 / hits: 546229  / 1 Year ago, sat, december 17, 2022, 11:32:57

How do I create a 32-bit Wine prefix on Ubuntu 12.04 64-bit?


More From » 64-bit

 Answers
3

To create a 32-bit WINE prefix on a 64-bit Ubuntu system, you need to open a terminal and run the following command:



WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine wineboot



  • Where WINEPREFIX is the directory for the prefix

  • This directory must not already exist or you will get an error! Please do not manually create it in Nautilus or with mkdir./


[#36096] Monday, December 19, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
olltea

Total Points: 238
Total Questions: 115
Total Answers: 107

Location: Moldova
Member since Tue, Feb 7, 2023
1 Year ago
;