- Sep 25, 2018
- 8,944
- 10,832
Well, just to avoid confusion, we might need to separate installation instructions for Linux and Mac. While, in essence, we speak about same things (installing of wine, cabextract and winetricks), there are some differences due to, well we speak about different Operating systems.
First, Linux users use bash as default shell, so sh before commands is obsolete. Also, homebrew is not needed in Linux (it's system of porting Linux tools at MacOS, those tools are already included in Linux repos.
It would go like this:
Also, with part about disabling winegstreamer, window decoration etc... winecfg is command line interface application. In order to use gui you must start app with winecfg --gui. (Launch it with Alt+F2, or from terminal).
- Install wine, cabextract and winetricks. Type in terminal:
Important note: this command is Debian based systems, if you use other distributions, use their package managers instead (packman for Arch, zipper for Suse, dnf for Fedora etc...). If you don't have sudo enabled, just use root terminal, and type commands without sudo prefix.Code:sudo aptitude install wine cabextract winetricks
- Install ms fonts, devenum and quartz with winetricks
Code:winetricks corefonts devenum quartz
I was thinking about the same, but decided not to post a full installation guide for Linux for a simple reason: The average Linux user knows what he does.
1. There are not many of us (linux-users) here.
2. An average Linux user know how to use the terminal and sudo.
3. A Linux user know where he can find a solution for his problem
In my opinion the installation guide is for Windows and Mac users. These to groups are the majority here on F95 and mostly the groups with less computer experience.
EDIT: I used the old installation guide to install wine and set it up a few months back. And I consider myself as an average linux user.. Changing Prefixes etc. I learned it a few weeks back out of curiosity.
Using google and being able to read and understand a bit English should be a minimum requirement for using an OS like Linux.
Just saying that we don't need to present everything on a silver spoon to other people. Those also need do start to use their own brain - at least sometimes .
Last edited: