AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 853387
Accepted
Markus Gratis
Markus Gratis
Asked: 2016-11-25 23:51:14 +0800 CST2016-11-25 23:51:14 +0800 CST 2016-11-25 23:51:14 +0800 CST

在哪里放葡萄酒壁虎 msi

  • 772

我刚刚下载了 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

那么我应该在哪里剪切和粘贴壁虎?

wine
  • 2 2 个回答
  • 3978 Views

2 个回答

  • Voted
  1. Best Answer
    Maciek
    2017-03-23T01:51:17+08:002017-03-23T01:51:17+08:00

    使用“find”命令查找 wine 文件夹:

    find / -name wine
    

    对我来说是:

    /opt/wine-devel/share/wine
    
    • 3
  2. Elder Geek
    2017-03-24T05:06:10+08:002017-03-24T05:06:10+08:00

    根据https://wiki.winehq.org/Ubuntu的以下摘录,在创建新前缀时,您不会将 gecko 复制并粘贴到您只需同意安装它的任何地方。

    如果您以前使用过发行版软件包,您会注意到 WineHQ 的一些差异:

    文件安装到 /opt/wine-devel。

    菜单项不是为 Wine 的内置程序(winecfg 等)创建的,如果您从添加了它们的发行包升级,它们将被删除。您可以使用菜单编辑器自己重新创建它们。

    未添加 binfmt_misc 注册。如果您希望手动执行此操作,请查阅您的发行版文档以获取 update-binfmts。

    WineHQ 目前不打包 wine-gecko 或 wine-mono。创建新的葡萄酒前缀时,系统会询问您是否要下载这些组件。为获得最佳兼容性,建议在此处单击是。如果下载对您不起作用,请按照 Gecko 和 Mono wiki 页面上的说明手动安装它们。

    • 0

相关问题

  • 是否有 Wine 兼容软件的目录?

  • 如何安装 Windows 软件或游戏?

  • 如何让 .NET 2.0 SP2 在 wine 中运行?

  • 为自定义 PPA 修补 Wine 的正确方法是什么?

  • 如何在 Ubuntu 中运行 Windows XP

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve