Version `Qt_5.15' not found

I am trying to run sqlitebrowser app and this is what I get when I open the app through the terminal

~ >>> sqlitebrowser                                                                                 
sqlitebrowser: /usr/lib/libQt5Core.so.5: version `Qt_5.15' not found (required by sqlitebrowser)
~ >>>                                                                                            [1]

the app doesnt even open through the GUI. the terminal gives this much detail only.
I think I need to update the qt5 package. How do I do that ?

thank you for your time !!

sudo pacman-mirrors -f && sudo pacman -Syyu qt5-base
should fix it if was broken … but
reboot your system if you just did the update, or you installed sqlitebrowser after that.

2 Likes