我安装了葡萄酒使用Fedora 23
软件包安装
sudo dnf install wine
sudo dnf install winetricks
似乎它创建了许多同名的目录,但正如你所看到的,结构并不相同(Program Files x64 保存了我在一个目录上安装的应用程序,但没有保存在另一个目录上)
有什么解释吗?或者我搞砸了什么?
$ tree -L 3 /home/statquant/.wine
/home/statquant/.wine
├── dosdevices
│ ├── c: -> ../drive_c
│ └── z: -> /
├── drive_c
│ ├── Program\ Files
│ │ ├── Common\ Files
│ │ ├── Internet\ Explorer
│ │ ├── Windows\ Media\ Player
│ │ └── Windows\ NT
│ ├── Program\ Files\ (x86)
│ │ ├── Adobe
│ │ ├── Common\ Files
│ │ ├── ePUBee
│ │ ├── Internet\ Explorer
│ │ ├── Windows\ Media\ Player
│ │ └── Windows\ NT
│ ├── run-adobe_diged.bat
│ ├── users
│ │ ├── Public
│ │ └── statquant
│ └── windows
│ ├── command
│ ├── [LOTS OF STUFF HERE]
│ └── winsxs
├── system.reg
├── userdef.reg
├── user.reg
└── winetricks.log
$ tree -L 2 -d /home/statquant/drive_c/
/home/statquant/drive_c/
├── Program\ Files
│ ├── Common\ Files
│ ├── Internet\ Explorer
│ ├── Windows\ Media\ Player
│ └── Windows\ NT
├── Program\ Files\ (x86)
│ ├── Common\ Files
│ ├── Internet\ Explorer
│ ├── Windows\ Media\ Player
│ └── Windows\ NT
├── users
│ ├── Public
│ └── statquant
└── windows
├── command
├── Fonts
├── help
├── inf
├── Installer
├── logs
├── Microsoft.NET
├── mono
├── system
├── system32
├── syswow64
├── temp
└── winsxs