0

can someone please tell me how to download wine so that I can open exe. files.

Many Thanks, Dave.

2 Answers2

1

You can use the below command to install the wine via terminal.

sudo apt-get install wine
muru
  • 207,228
BDRSuite
  • 3,196
  • 1
  • 13
  • 11
1

Install using sudo apt-get install wine

The website is at https://www.winehq.org/ with more information and hints on how to get individual windows programs working correctly under wine.

muru
  • 207,228