Posted On April 1, 2019

Windows Emulator inside Ubuntu 9.10

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Windows Emulator inside Ubuntu 9.10
# Add the Wine repository
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get install wine1.2
cd /home/[username]

# this installs winetricks and fixes the  "unable to find a volume for file extraction" error
wget && sh winetricks volnum

# this installs dotnet2.0 sp2,, set wine to XP emulation and a few other things
sh winetricks d3dx9 ie7 mdac28 jet40 mono24 vb6runsp6 wsh56 wsh56vb fakeie6 winxp volnum dotnet20sp2

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Creating a RAM Disk on a Linux Instance of AWS

This information has already been conveyed in another post regarding a method to overcome MySQL…

Linux: How to Install ProFTPd on CentOS 8 as an SFTP Server

Introduction: While this article focuses on the installation and configuration aspects of SFTP via the…

How to configure Ubiquiti EdgeRouter to send logs to a Syslog Server

Method 1: using text editor # Edit the syslog config sudo vi /etc/rsyslog.d/vyatta-log.conf # Change…