1、安装源

      sudo add-apt-repository ppa:wine/wine-builds

      sudo apt-get update

2、安装wine

     sudo apt-get install --install-recommends wine-staging

     sudo apt-get install winehq-staging

3、卸载wine

     1).卸载wine主程序,在终端里输入:

       sudo apt-get remove --purge wine

     2).然后删除wine的目录文件:

       rm -r ~/.wine

     3).卸载残留不用的软件包:

       sudo apt-get autoremove

相关文章:

  • 2022-02-08
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2021-12-11
  • 2021-05-10
猜你喜欢
  • 2022-02-10
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案