# Problems with 3D Slicer 5.0.3 Installation on Fedora 36

**URL:** https://discourse.slicer.org/t/problems-with-3d-slicer-5-0-3-installation-on-fedora-36/25359
**Category:** Support
**Tags:** installation, linux
**Created:** [September 20, 2022, 3:20pm UTC](https://discourse.slicer.org/t/problems-with-3d-slicer-5-0-3-installation-on-fedora-36/25359 "2022-09-20T15:20:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![cnot](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/cnot/32/16719_2.png) [@cnot](https://discourse.slicer.org/u/cnot)
#### Post date: [September 20, 2022, 3:20pm UTC](https://discourse.slicer.org/t/problems-with-3d-slicer-5-0-3-installation-on-fedora-36/25359/1 "2022-09-20T15:20:42Z")

</div>

Hello all! I am running into some issues when trying to run Slicer 5.0.3 on my Fedora 36 workstation.

I followed the instructions given here ([Getting Started — 3D Slicer documentation](https://slicer.readthedocs.io/en/latest/user_guide/getting_started.html#installing-3d-slicer)), making sure to install the necessary dependencies and removing the included libcrypto files.

When I try to run the Slicer executable, I get the following error:

Found metadata in lib /usr/img/Slicer503/lib/QtPlugins/platforms/libqxcb.so, metadata=  
{  
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,  
“MetaData”: {  
“Keys”: [  
“xcb”  
]  
},  
“archreq”: 0,  
“className”: “QXcbIntegrationPlugin”,  
“debug”: false,  
“version”: 331520  
}

Got keys from plugin meta data (“xcb”)  
QFactoryLoader::QFactoryLoader() checking directory path “/usr/img/Slicer503/bin/platforms” …  
Cannot load library /usr/img/Slicer503/lib/QtPlugins/platforms/libqxcb.so: (libxcb-icccm.so.4: cannot open shared object file: No such file or directory)  
QLibraryPrivate::loadPlugin failed on “/usr/img/Slicer503/lib/QtPlugins/platforms/libqxcb.so” : “Cannot load library /usr/img/Slicer503/lib/QtPlugins/platforms/libqxcb.so: (libxcb-icccm.so.4: cannot open shared object file: No such file or directory)”  
qt.qpa.plugin: Could not load the Qt platform plugin “xcb” in “” even though it was found.  
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: xcb.

error: [/usr/img/Slicer503/bin/SlicerApp-real] exit abnormally - Report the problem.

_I tried:_  
dnf install libxcb-icccm.so.4  
_I got:_  
No match for argument: lixcb-icccm.so.4  
Error: Unable to find a match: lixcb-icccm.so.4

_I tried:_  
dnf list libxcb  
_I got:_  
Installed Packages  
libxcb.i686 1.13.1-9.fc36 @fedora  
libxcb.x86\_64 1.13.1-9.fc36 @fedora

I tried reinstalling libxcb, to no avail.

Any ideas of where to go from here would be greatly appreciated, thank you!

---

<div class="post-metadata">

### Author: ![pieper](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/pieper/32/8_2.png) [@pieper](https://discourse.slicer.org/u/pieper)
#### Post date: [October 4, 2022, 1:47pm UTC](https://discourse.slicer.org/t/problems-with-3d-slicer-5-0-3-installation-on-fedora-36/25359/2 "2022-10-04T13:47:01Z")

</div>

Were you able to resolve this?

---

<div class="post-metadata">

### Author: ![cnot](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/cnot/32/16719_2.png) [@cnot](https://discourse.slicer.org/u/cnot)
#### Post date: [October 14, 2022, 7:02am UTC](https://discourse.slicer.org/t/problems-with-3d-slicer-5-0-3-installation-on-fedora-36/25359/3 "2022-10-14T07:02:35Z")

</div>

I followed the advice suggested on: [Install fail Slicer-5.0.3 on Ubuntu-22.04.1 - #8 by muratmaga](https://discourse.slicer.org/t/install-fail-slicer-5-0-3-on-ubuntu-22-04-1/25155/8), and then restarted my machine. This seemed to fix it!
