首页 > 其他分享 >deepin安装wine

deepin安装wine

时间:2023-02-18 19:11:42浏览次数:33  
标签:-- 安装 sudo deepin apt install winehq wine

如果您使用的是 64 位系统,请开启 32 bit 架构支持(如果您之前没有开启的话):

$ sudo dpkg --add-architecture i386

下载添加仓库密钥:

$ wget -nc https://dl.winehq.org/wine-builds/winehq.key
$ sudo apt-key add winehq.key
添加仓库:

$ sudo dedit /etc/apt/sources.list
末行添加软件源
deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
更新安装包:
$ sudo apt update

然后安装 以下任一一个安装包:

稳定分支(选择): 

sudo apt install --install-recommends winehq-stable
如果失败
sudo apt-get update
sudo apt install --install-recommends winehq-stable

开发分支:

$ sudo apt install --install-recommends winehq-devel
Staging 分支:

$ sudo apt install --install-recommends winehq-staging
(可能需要安装 wine-mono、wine-gecko,点击确定即可)

安装完成之后:

$ wine --version
文章知识点与官方知识档案匹配,可进一步学习相关知识
————————————————
版权声明:本文为CSDN博主「kokostro」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/lhl3620/article/details/105669276

标签:--,安装,sudo,deepin,apt,install,winehq,wine
From: https://www.cnblogs.com/gyshushu/p/17133313.html

相关文章

  • Git 的安装及简单使用
    1.安装Mac本身自带Githomebew安装(电脑安装HomeBrew)brewinstallgit#查看安装版本gitversion官网下载Githttps://git-scm.com/downloads2.基本配置......
  • vue3 安装教程
    安装教程:https://www.runoob.com/vue2/vue-install.htmlhttps://cn.vuejs.org/guide/introduction.html 修改npm下载镜像的命令:  vue3启动应用:npminitvue@la......
  • rasterio的安装和使用
    rasterio安装rasterio需要依赖很多第三方库,按下面的顺序依次安装即可。pyprojShapelyGDALFionageopandasrasteriorasterio使用一是能读取到各个影像波段的数据,二是经过一些......
  • 安装window server虚拟机详细步骤
    下载操作系统的网站:https://msdn.itellyou.cn/在里面搜索找到对应的操作系统,使用迅雷下载(比网盘快多了......
  • RabbitMQ的基础安装与使用
    安装主机部署http://www.rabbitmq.com/install-rpm.html选择RPM包下载,选择对应平台,本次安装在CentOS7,其它平台类似。由于使用了erlang语言开发,所以需要erlang的包。er......
  • 1.Linux系统安装
    0.操作系统版本[root@yuanzj~]#cat/etc/redhat-releaseCentOSrelease6.10注意:在安装Oracle10g版本数据库时候,需要修改版本号为[root@yuanzj~]#cat/etc/redhat-......
  • eNSP的安装和使用​
    第一章:eNSP的安装和使用华为eNSP模拟器(EnterpriseNetworkSimulationPlatform)是华为官方推出的一款强大的图形化网络仿真工具平台,eNSP模拟器主要对企业网路由器、交换机......
  • VMwarestation安装centos系统
    上机实验11.软硬件准备软件:推荐使用vmware镜像:centos7下载网址https://mirror.iscas.ac.cn/centos/7/isos/x86_64/这个镜像网址实测比清华的镜像源快多了(建议使用)2.安......
  • IDEA的安装与使用(博文预览图)
    朝斯夕斯,念慈在慈(在此感谢尚硅谷宋红康老师的教程)章节文章地址1.认识IntelliJIDEAhttps://www.cnblogs.com/NorthPoet/p/17121420.html2.卸载与安......
  • Windows下面查看python安装路径的快捷方法
    在Windows(Win10-Win11)下面,查看python的安装路径,比较快捷的方法是:打开CMD窗口,运行wherepython便可以查看python安装路径,不同机器不一样:C:\Users\WinUser01\AppData\Loca......