Why this change is needed:
Add more information to work with WINE
What this change accomplishes:
* Add information about configuration files
* Where wine store .desktop files
* info about WINECFG
* info about WINETRICKS
* Working with WINE Prefix 32/64
* Install some basic applications under WINE
fix: #486
The `dnf upgrade` is better than the `dnf update`. The `dnf update` works, but
it is a deprecated alias of the `upgrade`.
```
$ rpm -q dnf
dnf-4.13.0-1.fc36.noarch
$ man dnf
...
Upgrade Command
Command: upgrade
Aliases: up
Deprecated aliases: update, upgrade-to, update-to, localupdate
...
```