1 how to install wine in Ubuntu mate 15.10, are there any suggestions?
2 how to install .exe into raspberry Pi 2 if OS is Ubuntu mate 15.10?
Hi,
Wine should be in the repo’s?, try this terminal command but I’m not sure if it works with Raspi?:
sudo apt-get install wine winbind winetricks
If you want to install a .exe file, right click and “open with wine”
What apps are supported?:
Wine for Ubuntu only has packages for i386
and amd64
systems.
The Raspberry Pi is armhf
, and would require some experimenting and compiling and even then, not all apps may work.
Bear in mind that Win32 apps are designed for i386
and amd64
systems.