我刚刚下载了 wine_gecko-2.47-x86.msi。官方安装说明说应该放在 /usr/share/wine/gecko
或者$prefix/share/wine/gecko/
如果wine安装在别处。虽然我只是通过“ sudo apt-get install --install-recommends winehq-devel
”(包括前面的步骤)安装了 wine,但在/usr/share/
任何其他地方都没有文件夹 wine。
这是文件所在的位置:
/.
/usr
/usr/bin
/usr/bin/function_grep.pl
/usr/bin/msiexec
/usr/bin/notepad
/usr/bin/regedit
/usr/bin/regsvr32
/usr/bin/widl
/usr/bin/wine
/usr/bin/wine-preloader
/usr/bin/wine64
/usr/bin/wine64-preloader
/usr/bin/wineboot
/usr/bin/winebuild
/usr/bin/winecfg
/usr/bin/wineconsole
/usr/bin/winecpp
/usr/bin/winedbg
/usr/bin/winedump
/usr/bin/winefile
/usr/bin/wineg++
/usr/bin/winegcc
/usr/bin/winemaker
/usr/bin/winemine
/usr/bin/winepath
/usr/bin/wineserver
/usr/bin/wmc
/usr/bin/wrc
/usr/share
/usr/share/applications
/usr/share/applications/wine.desktop
/usr/share/doc
/usr/share/doc/winehq-devel
/usr/share/man
/usr/share/man/de.UTF-8
/usr/share/man/de.UTF-8/man1
/usr/share/man/de.UTF-8/man1/wine.1
/usr/share/man/de.UTF-8/man1/winemaker.1
/usr/share/man/de.UTF-8/man1/wineserver.1
/usr/share/man/fr.UTF-8
/usr/share/man/fr.UTF-8/man1
/usr/share/man/fr.UTF-8/man1/wine.1
/usr/share/man/fr.UTF-8/man1/winemaker.1
/usr/share/man/fr.UTF-8/man1/wineserver.1
/usr/share/man/man1
/usr/share/man/man1/msiexec.1
/usr/share/man/man1/notepad.1
/usr/share/man/man1/regedit.1
/usr/share/man/man1/regsvr32.1
/usr/share/man/man1/widl.1
/usr/share/man/man1/wine.1
/usr/share/man/man1/wineboot.1
/usr/share/man/man1/winebuild.1
/usr/share/man/man1/winecfg.1
/usr/share/man/man1/wineconsole.1
/usr/share/man/man1/winecpp.1
/usr/share/man/man1/winedbg.1
/usr/share/man/man1/winedump.1
/usr/share/man/man1/winefile.1
/usr/share/man/man1/wineg++.1
/usr/share/man/man1/winegcc.1
/usr/share/man/man1/winemaker.1
/usr/share/man/man1/winemine.1
/usr/share/man/man1/winepath.1
/usr/share/man/man1/wineserver.1
/usr/share/man/man1/wmc.1
/usr/share/man/man1/wrc.1
/usr/share/man/pl.UTF-8
/usr/share/man/pl.UTF-8/man1
/usr/share/man/pl.UTF-8/man1/wine.1
那么我应该在哪里剪切和粘贴壁虎?
使用“find”命令查找 wine 文件夹:
对我来说是:
根据https://wiki.winehq.org/Ubuntu的以下摘录,在创建新前缀时,您不会将 gecko 复制并粘贴到您只需同意安装它的任何地方。
如果您以前使用过发行版软件包,您会注意到 WineHQ 的一些差异:
文件安装到 /opt/wine-devel。
菜单项不是为 Wine 的内置程序(winecfg 等)创建的,如果您从添加了它们的发行包升级,它们将被删除。您可以使用菜单编辑器自己重新创建它们。
未添加 binfmt_misc 注册。如果您希望手动执行此操作,请查阅您的发行版文档以获取 update-binfmts。
WineHQ 目前不打包 wine-gecko 或 wine-mono。创建新的葡萄酒前缀时,系统会询问您是否要下载这些组件。为获得最佳兼容性,建议在此处单击是。如果下载对您不起作用,请按照 Gecko 和 Mono wiki 页面上的说明手动安装它们。