Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Installing Qt 6.3 on Debian 11 xfce
Qt 6.11 is out! See what's new in the release blog

Installing Qt 6.3 on Debian 11 xfce

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • MucipM Offline
    MucipM Offline
    Mucip
    wrote on last edited by
    #1

    Hi,
    Just for information who may live same situation like me.
    I wanted to install Qt6.3 on Debian 11 with xfce desktop via 'qt-unified-linux-x64-4.4.1-online.run' but Qt installer said that some library needed.
    I could not understand why but I Installed one by one and now I could installed Qt successfully.

    And installed libraryies below:

    sudo apt install libxcb-icccm4-dev
    sudo apt install libxcb-image0
    sudo apt install libxcb-image0-dev
    sudo apt install libxcb-keysy*
    sudo ./qt-unified-linux-x64-4.4.1-online.run
    sudo apt install libxcb-render-util0
    sudo apt install libxcb-render-util0-dev
    sudo apt install libxcb-xinerama0
    sudo apt install libxcb-xinerama0-dev
    sudo apt install libxcb-xkb1
    sudo apt install libxcb-xkb-dev
    sudo apt search libxkb*
    sudo apt install libxkbcommon0
    sudo apt install libxkbcommon-dev
    sudo apt install libxkbcommon-x11-dev

    Regards,
    Mucip:)

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved