Qembed Installation On A CentOS, Fedora And Raspbian

Qembed Installation On A CentOS, Fedora And Raspbian

qembed

Development files for the Qt 3 GUI toolkit

Install qembed

  • CentOS yum install qt3-devel Click to copy
  • Fedora dnf install qt3-devel Click to copy
  • Raspbian apt-get install qt-x11-free-dbg Click to copy

qt3-devel

Development files for the Qt 3 GUI toolkit

qt3-dev-tools

Qt3 development tools

This package contains all tools that are necessary to build programs that are written using Qt3. These are: qmake, uic and moc. For Qt3 development, you most likely want to install this package.

qt-x11-free-dbg

debugging symbols for qt-x11-free binaries

This package contains the debugging symbols associated with qt-x11-free. They will automatically be used by gdb for debugging Qt-related issues.

Install the latest version of qembed in CentOS, Fedora and Raspbian from terminal. To install the qembed just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of qembed from the respository and install it in your computer/server.