Install QGC on Ubutu
This
sudo apt install libxcb-xinerama0 libxkbcommon-x11-0 libxcb-cursor0 -y
gives an error (Ubuntu 22.04)
E: Unable to locate package libxcb-cursor0
Should be changed to this
sudo apt install libxcb-xinerama0 libxkbcommon-x11-0 libxcb-cursor-dev -y
see issue https://stackoverflow.com/questions/77725761/from-6-5-0-xcb-cursor0-or-libxcb-cursor0-is-needed-to-load-the-qt-xcb-platform
This is related to loading the QT plugin platform which is the QGC depends on also from QT documentation it says It provides the basic functionality needed by Qt GUI and Qt Widgets to run against X11 .
Thanks for the note.
Do you feel like making a pull request and fixing it?
# Download and Install
The sections below can be used to download the [current stable release](../releases/release_notes.md) of _QGroundControl_ for each platform.
:::tip
See [Troubleshooting QGC Setup](../troubleshooting/qgc_setup.md) if _QGroundControl_ doesn't start and run properly after installation!
:::
## System Requirements
QGC should run well on any modern computer or mobile device. Performance will depend on the system environment, 3rd party applications, and available system resources.
More capable hardware will provide a better experience.
A computer with at least 8Gb RAM, an SSD, Nvidia or AMD graphics and an i5 or better CPU will be suitable for most applications.
For the best experience and compatibility, we recommend you the newest version of your operating system.
## Windows {#windows}
_QGroundControl_ can be installed on 64 bit versions of Windows:
This file has been truncated. show original
1 Like