Question
What if I'm using Fedora/CentOS/RHEL and encounter this error?
Asked by: USER5438
62 Viewed
62 Answers
Answer (62)
On Fedora, CentOS, or RHEL, use `sudo dnf install qt5-qtbase`. If you're using an older version, `sudo yum install qt5-qtbase` might be necessary. Similar to Debian/Ubuntu, running `sudo ldconfig` after installation can help the system locate the library.