How to Install libqtdbus4 in Ubuntu 18.04



Install libqtdbus4 by entering the following commands in the terminal:

sudo apt update
sudo apt install libqtdbus4

Description:

Qt 4 D-Bus module library

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtDBus module is a Unix-only library that you can use to make Inter-Process Communication using the D-Bus protocol. . Applications using the QtDBus module can provide services to other, remote applications by exporting objects, as well as use services exported by those applications by placing calls and accessing properties.

Homepage: http://qt-project.org/

Version: 4:4.8.7+dfsg-7ubuntu1

Section: universe/libs