
Hello, I meet installed UNIX 2 life ago, and I installed Wine to establish whatever windows softwares.
My discourse is: how crapper i configure Wine to emulate windows 98?
Im using the Ubuntu distro
Related Blogs
- Ubuntu Global Jam Rocks The World | jonobacon@home
- How to modify agent aggregation on ubuntu computer | Learning On Demand
- Why Newbies Should Choose Ubuntu « solon UNIX Blog
- Ubuntu 9.10 Karmic Koala Chenopodiaceae Released: Testers Needed …
















Alright! Now this is an easy one. I’m currently running Ubuntu 8.10 (I think). Wine should be able to run most programs without specifically setting it for windows 98. First, make sure that you have wine installed, open up terminal, type in:
sudo apt-get install wine
Now to configure wine, run winecfg
Wine shouldn’t for the most part need any configuring from this menu. You might be missing a DLL or something like that. Navigate to the location the exe file is, and run the exe with wine, ergo:
wine whateverthefileiscalled.exe
If it runs, great, if it comes up with an error you’re missing a DLL, search for that DLL, and put that DLL into your ~/.wine/drive_c/windows/system folder.