qo6xup6 / ubuntu-deepin-wechat

Installer for Deepin WeChat with Wine
13 stars 4 forks source link

Dependencies broken on Ubuntu Hirsute #1

Open huang-jy opened 3 years ago

huang-jy commented 3 years ago

Tying this on Hirsute and the install doesn't work properly

  1. Had to add the Wine groovy repo for it to find wine-stable
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ groovy main'
  1. Install seems to fail for dependencies that can't be resolved
dpkg: dependency problems prevent configuration of deepin-wine-plugin-virtual:
 deepin-wine-plugin-virtual depends on python-dbus; however:
  Package python-dbus is not installed.
 deepin-wine-plugin-virtual depends on python-gobject; however:
  Package python-gobject is not installed.

dpkg: error processing package deepin-wine-plugin-virtual (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of deepin-wine-helper:i386:
 deepin-wine-helper:i386 depends on libxt6:i386.
 deepin-wine-helper:i386 depends on deepin-wine-plugin-virtual; however:
  Package deepin-wine-plugin-virtual is not configured yet.

dpkg: error processing package deepin-wine-helper:i386 (--install):
 dependency problems - leaving unconfigured
  1. I had to add the focal release repos for this to work :+1:
    deb http://gb.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
    deb http://gb.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
    deb http://gb.archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse