统计 |
点击: 21367 帖子数量: 390 开辟个人空间: 2020-04-19 最后更新: 2021-03-25
|
|
Install wine on Chromebook to run windows application
There are several ways to run windows programs on Chromebook.
Today let us talking about the first way: installing wine on Chromebook
You need to first setup linux on Chromebook, please refer to: support.google.com/chr...5439?hl=en
Then run linux in Chromebook, in termial window, excute the following commands step by step:
~$ sudo apt-get update
~$ sudo dpkg --add-architecture i386
~$ sudo apt-get install wine nano
~$ sudo apt-get install wine32
Then run winecfg to initialize windows folders
~$ winecfg
It will complain the absense of wine-gecko, just ignore the prompt.
Then download wine-gecko and install it
Download wine-gecko from https://wiki.winehq.org/Gecko, both x86 and 64bit version are required
Move the two downloaded files to ~/.wine/drive_c folder
~$ wine msiexec /i C:\wine_gecko-2.47-x86.msi
~$ wine msiexec /i C:\wine_gecko-2.47-x86_64.msi
That is it.
Run windows app as the following:
~$ wine path/app.exe
We will talk about Chinese support in wine later. |
文章评论
小鲜肉 |
无题
2020-05-07 12:56:54 | 引用 |
发表评论
很抱歉,仅有会员才能发表评论。 请 点击此处免费注册, 或者 点击此处登录,登录后您便可以发表评论。谢谢! |
通过wine运行Windows程序的方法
www.westca.com/Forums/...l#11626888