当前位置: 首页 > 工具软件 > Deepin Clone > 使用案例 >

kali使用deepin-wine安装程序

敖和韵
2023-12-01

kali使用deepin-wine安装程序

1.安装deeepin-wine依赖
###从git安装
    git clone --depth=1 https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
    cd deepin-wine-for-ubuntu
    sudo sh ./install.sh
###使用apt源安装
    vim /etc/apt/sources.list
        # Generated by deepin-installer
        deb http://mirrors.aliyun.com/deepin panda main contrib non-free
        deb-src http://mirrors.aliyun.com/deepin panda main contrib non-free
    apt update  #若签名验证错误,则sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 425956BB3E31DF51
    apt install deepin-wine deepin-wine-helper
###使用deepin-wine运行EXE程序,默认通~/.wine的容器运行,可通过WINEPREFIX的环境变量可以指定容器运行程序,如WINEPREFIX=~/.bottle deepin-wine *.exe。
2.下载deb安装包(容器)
    http://mirrors.aliyun.com/deepin/pool/non-free/d/ #下载deb安装包
    dpkg -i xx.deb
3.查看程序
    ll /opt/deepinwine/apps/  #启动目录
    ll ~/.deepinwine/   #安装位置
4.查看桌面入口文件(.desktop)
    ll /usr/share/applications/
    ll /usr/local/share/applications/ 
    ll ~/.local/share/applications/ 
    find /usr/share/applications/ -name *.desktop| xargs  grep 微信
5.常用容器下载
    QQ: http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.im/
    QQ轻聊版: http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.im.light/
    TIM: http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.office/
    微信: http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.wechat/
    企业微信: http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.weixin.work/
    百度网盘: http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.baidu.pan/
    Foxmail: http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.foxmail/
    迅雷下载:http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.thunderspeed/deepin.com.thunderspeed_7.10.35.366deepin17.tar.xz
 类似资料: