Announcement

Collapse
No announcement yet.

QApt cannot install Discord 0.0.69 but dpkg can

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    QApt cannot install Discord 0.0.69 but dpkg can

    Normally I install Discord's .deb (whenever a new version is offered) by just double-clicking it in Dolphin. This triggers QApt Package Installer. However this time it showed an error (without further details):

    Click image for larger version

Name:	afbeelding.png
Views:	20
Size:	40.6 KB
ID:	682677

    However installing using:
    Code:
    sudo dpkg -i discord-0.0.69.deb​
    I expected that to fail as well and wanted to use it for diagnostics but to my surprise it worked!

    What's the difference between these two methods?

    #2
    Qapt is buggy and/or maybe suffering from bit-rot?

    Dpkg is the lowest level tool in Debian for installing Deb packages. It has no dependency resolution or anything.

    Apt provides a package database and some logic routines to provide dependency resolution. It uses dpkg to install the individual packages.

    Qapt is a python GUI that interfaces with apt for installing individual packages. It uses a special python binding for the propose.

    So, something seems to get disconnected between all the layers.

    Discover itself can install individual debs (plus dependencies) manually. Try right clicking on one and see if this is an option.

    Comment


      #3
      Q apt never works. Just use apt or discover if you graphical

      Comment

      Working...
      X