<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cannot run Qt Online Installer on Red Hat UBI 9, libxkbcommon-x11.so.0 missing]]></title><description><![CDATA[<p dir="auto">Hey all,</p>
<p dir="auto">I'm attempting install Qt on a Red Hat UBI 9 docker container without user interaction. Running the Qt online installer gives an error about missing the shared library "libxkbcommon-x11.so.0".</p>
<p dir="auto">Error:</p>
<pre><code>./qt-online-installer-linux-x64-4.10.0.run: error while loading shared libraries: libxkbcommon-x11.so.0: cannot open shared object file: No such file or directory
</code></pre>
<p dir="auto">I haven't been able to find this library anywhere on Red Hat 9 unfortunately. I'm able to install "libxkbcommon" using dnf, but that doesn't fix it sadly. Does anyone know how I can get "libxkbcommon-x11.so.0"? The package "libxkbcommon-x11" is not found by dnf.</p>
<p dir="auto">I've tried installing the following using dnf, but no luck yet. Dockerfile is below</p>
<pre><code>FROM redhat/ubi9
USER root

# Install development tools
RUN dnf update &amp;&amp; dnf install -y libxkbcommon libxcb gcc gdb cmake

# Download Qt online installer
RUN curl -O https://qt.mirror.constant.com/archive/online_installers/4.10/qt-online-installer-linux-x64-4.10.0.run
RUN chmod +x qt-online-installer-linux-x64-4.10.0.run

# Run Qt installer
RUN ./qt-online-installer-linux-x64-4.10.0.run
</code></pre>
]]></description><link>https://forum.qt.io/topic/162374/cannot-run-qt-online-installer-on-red-hat-ubi-9-libxkbcommon-x11.so.0-missing</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 01:50:40 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/162374.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Jun 2025 00:14:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cannot run Qt Online Installer on Red Hat UBI 9, libxkbcommon-x11.so.0 missing on Wed, 11 Jun 2025 04:13:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zergedu">@<bdi>ZergedU</bdi></a> said in <a href="/post/827437">Cannot run Qt Online Installer on Red Hat UBI 9, libxkbcommon-x11.so.0 missing</a>:</p>
<blockquote>
<p dir="auto">It looks like Red Hat UBI 9 strips down the AppStream repo from the RHEL version. Notably, the package "libxkbcommon-x11" is missing.</p>
</blockquote>
<p dir="auto">Ah... that's a shame. I guess you'll need to resort to a 3rd-party repo then? (Or build it from source)</p>
]]></description><link>https://forum.qt.io/post/827438</link><guid isPermaLink="true">https://forum.qt.io/post/827438</guid><dc:creator><![CDATA[JKSH]]></dc:creator><pubDate>Wed, 11 Jun 2025 04:13:41 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot run Qt Online Installer on Red Hat UBI 9, libxkbcommon-x11.so.0 missing on Wed, 11 Jun 2025 03:33:22 GMT]]></title><description><![CDATA[<p dir="auto">It looks like Red Hat UBI 9 strips down the AppStream repo from the RHEL version. Notably, the package "libxkbcommon-x11" is missing. This is why I was unable find install/find it using yum or dnf, even though AppStream is listed under the included repos. Ah well.... what a pain.</p>
<p dir="auto">Here's the list of Red Hat UBI 9 AppStream packages<br />
<a href="https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/appstream/os/Packages/" target="_blank" rel="noopener noreferrer nofollow ugc">https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/appstream/os/Packages/</a></p>
]]></description><link>https://forum.qt.io/post/827437</link><guid isPermaLink="true">https://forum.qt.io/post/827437</guid><dc:creator><![CDATA[ZergedU]]></dc:creator><pubDate>Wed, 11 Jun 2025 03:33:22 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot run Qt Online Installer on Red Hat UBI 9, libxkbcommon-x11.so.0 missing on Wed, 11 Jun 2025 02:15:48 GMT]]></title><description><![CDATA[<p dir="auto">That's great! Thank you so much!</p>
]]></description><link>https://forum.qt.io/post/827436</link><guid isPermaLink="true">https://forum.qt.io/post/827436</guid><dc:creator><![CDATA[ZergedU]]></dc:creator><pubDate>Wed, 11 Jun 2025 02:15:48 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot run Qt Online Installer on Red Hat UBI 9, libxkbcommon-x11.so.0 missing on Wed, 11 Jun 2025 01:33:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zergedu">@<bdi>ZergedU</bdi></a> said in <a href="/post/827430">Cannot run Qt Online Installer on Red Hat UBI 9, libxkbcommon-x11.so.0 missing</a>:</p>
<blockquote>
<p dir="auto">Does anyone know how I can get "libxkbcommon-x11.so.0"? The package "libxkbcommon-x11" is not found by dnf.</p>
</blockquote>
<p dir="auto">It's in the AppStream repository: <a href="https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html-single/package_manifest/index#AppStream-repository" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html-single/package_manifest/index#AppStream-repository</a></p>
]]></description><link>https://forum.qt.io/post/827433</link><guid isPermaLink="true">https://forum.qt.io/post/827433</guid><dc:creator><![CDATA[JKSH]]></dc:creator><pubDate>Wed, 11 Jun 2025 01:33:09 GMT</pubDate></item></channel></rss>