请问网上下载下来的mono和gecko怎样安装,双击没反应
Tofloor
poster avatar
liujy126
deepin
2020-05-14 03:28
Author
如题,我手工下载下来了,mono和gecko,怎么安装?
Reply Favorite View the author
All Replies
avatar
SamLukeYes
deepin
2020-05-14 03:54
#1
建议直接安装软件源中的wine-mono和wine-gecko,这样你的每一个容器中都会自带mono和gecko了。如果你不想给每个容器都自动安装,则可以用msiexec命令手动安装。
Reply View the author
avatar
Feng Yu
deepin
2020-05-14 04:58
#2
那两个不是让你直接双击安装的,而是放到指定目录就行了,参考wine官方文档。话说你应该学会自己去看这些软件的官网和相关文档:

https://wiki.winehq.org/Mono

https://wiki.winehq.org/Gecko
Reply View the author
avatar
liujy126
deepin
2020-05-16 01:21
#3
https://bbs.deepin.org/post/194209
那两个不是让你直接双击安装的,而是放到指定目录就行了,参考wine官方文档。话说你应该学会自己去看这些软 ...

一般放到哪个目录,我按照他网站里说的,找不到啊
Reply View the author
avatar
liujy126
deepin
2020-05-21 19:01
#4
是分别复制到:/usr/share/wine/mono/和/usr/share/wine/gecko文件夹吗?
Reply View the author
avatar
愤怒的小鸟
deepin
2020-05-21 22:07
#5
sudo wine start /i *.msi
Reply View the author
avatar
liujy126
deepin
2020-05-22 03:24
#6
https://bbs.deepin.org/post/194209
sudo wine start /i *.msi

简洁明快,这句是啥意思?
Reply View the author
avatar
nolocus
deepin
2020-05-24 01:34
#7
本帖最后由 nolocus 于 2020-5-23 17:36 编辑

运行
sudo apt install --install-recommends winehq-staging
安装完后

先下载好 gecko 和mono 文件 gecko两个, mono一个. 然后放到 ~/.cache/wine  里面.. (可有在运行安装命令之前操作)
然后再运行 winecfg.
Reply View the author