sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ 3、更新 终端下执行:sudo apt update 4、安装Wine 终端下执行: 稳定版:sudo apt install --install-recommends winehq-stable 开发版:sudo apt install --install-recommends winehq-devel 阶段版:sudo apt install --install-recommends win...
sudo apt-add-repository "deb https://dl.winehq.org/wine-builds/ubuntu $(lsb_release -cs) main" 现在你已经添加了正确的存储库,可以使用以下命令安装 Wine 5.0: sudo apt update && sudo apt install --install-recommends winehq-stable 在Linux Mint 19.1、19.2 和 19.3以及Debian、UOS、Deepin 中安装...
其实最好的方法是sudo apt-get install wine了,你不知道他的版本号的时候按tab键,它有自动补全功能。
方法1、apt-get update/apt-get upgrade; 方法2、增加/usr/share/binfmts/wine文件; 方法3、wine /path/to/wechat_web_devtools/package.nw/js/vendor/wcc.exe(需要替换为实际安装路径)安装依赖包 后仍无解 执行”sudo apt install binfms-support"后正常执行update-binfms命令后正常。大神来解释一下... li...
通俗的说,wine其实就是一个可以方便的在linux系统下运行属于windows程序的程序。比如QQ。 安装wine ubuntu下,直接用apt-get install wine即可安装 第一步:Ctrl+Alt+t 打开终端,输入以下命令: sudo apt-get update sudo apt-get install wine 安装时间稍微有点长,需要注意的是中间有个软件包配置的图形界面,需要用...
按Ctrl+Alt+t,打开终端。或者Ctrl+Alt+F1切换到控制台1。sudo apt-get install wine就是用root身份下载安装wine。wine是是一套软件,具体资料可以去官网上看下。
我做了一件这个事情:sudo apt install wine-development 3.6-1* 结果: 忽略:1 http://dl.google.com/linux/chrome/deb stable InRelease 命中:2 http://dl.google.com/linux/chrome/deb stable Release 获取:4 http://packages.elementary.io/appcenter bionic InRelease [5,894 B] ...
网页链接 启动尝试终端,输入“sudo apt-get install wine”命令,并输入管理员密码
sudo apt-get install wine就是用root身份下载安装wine。wine是是一套软件,具体资料可以去官网上看下。 追问: ubuntu输入指令sudo apt-get install 其中apt-get指令是不是指定在软件中心下载的 追答:apt-get是ubuntu的命令行软件包管理工具。ubuntu系统自带,一般情况下不需要另外安装。 00分享举报...
3。 最后检查更新并安装wine stable包: sudo apt-get update sudo apt-get install --install-recommends winehq-stable 注意:如果在安装Wine时遇到未满足的依赖项问题,请尝试通过命令来执行aptitude: sudo apt install aptitude; sudo aptitude install winehq-stable ...