Skip to content

obs-ptz .deb package requires unavailable dependencies #282

Description

@pmichaud

When I try to install the obs-ptz 0.18.1 debian package on my Kubuntu 25.04 system, I get the following errors:

$ sudo dpkg -i ./obs-ptz-0.18.1-x86_64-linux-gnu.deb 
Selecting previously unselected package obs-ptz.
(Reading database ... 383881 files and directories currently installed.)
Preparing to unpack .../obs-ptz-0.18.1-x86_64-linux-gnu.deb ...
Unpacking obs-ptz (0.18.1) ...
dpkg: dependency problems prevent configuration of obs-ptz:
 obs-ptz depends on libqt6gui6t64 (>= 6.1.2); however:
  Package libqt6gui6t64 is not installed.
 obs-ptz depends on libqt6network6t64 (>= 6.4.0); however:
  Package libqt6network6t64 is not installed.
 obs-ptz depends on libqt6widgets6t64 (>= 6.3.0); however:
  Package libqt6widgets6t64 is not installed.
 obs-ptz depends on libqt6xml6t64 (>= 6.1.2); however:
  Package libqt6xml6t64 is not installed.

dpkg: error processing package obs-ptz (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 obs-ptz
pmichaud@kiwi:/peach/share/systems/linux/obs-studio$ sudo apt install libqt6gui6t64
Package libqt6gui6t64 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libqt6gui6


Error: Package 'libqt6gui6t64' has no installation candidate
$

This seems to indicate that the correct Ubuntu package would be "libqt6gui6" instead of "libqt6gui6t64" (which seems to come from the debian backports repository). There also appears to be a libqt6gui6 package in Debian sid already.

Pm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions