1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-07 05:31:17 +01:00

wine/lutris: added lutris with links to wine

This commit is contained in:
2023-03-11 03:58:09 +01:00
parent 59644af109
commit f0904166d2
2 changed files with 53 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
# Wine
# WINE
[Wine](https://www.winehq.org/) is a compatibility layer to run windows
programs on linux machines.
[WINE](https://www.winehq.org/) is a compatibility layer to run windows
programs on Linux machines.
## Setup
Wine can be installed on most distributions by acquiring the `wine` package.
WINE can be installed on most distributions by acquiring the `wine` package.
The `winetricks` package also is recommended.
Alternatively it can be downloaded from
[the official website](https://www.winehq.org/).
@@ -18,6 +18,12 @@ Alternatively it can be downloaded from
- `winetricks` - run the installation of basic windows dependencies to the wine
directory
- Move the program you want to run to `$WINEPREFIX/drive_c/`
- `winetricks sandbox` - (Optional) if you don't want wine to set up directories
- `winetricks sandbox` - (Optional) if you don't want WINE to set up directories
or files into your home directory
- `wine $WINEPREFIX/drive_c/<insert program>` - Run the program with wine
- `wine $WINEPREFIX/drive_c/<insert program>` - Run the program with WINE
### Games and management/configuration of them
WINE is able to run many Windows games.
An easy way to create WINE prefixes for different games and managing the
installations of them is [Lutris](/wiki/games/lutris.md).