How remove Qt Developing Apps

After installing EndeavourOS I have installed apps like QT widget designer, Qt Assistant, Qt Linguist. I manually installed only Qt-creator because I really needed it. How remove other QT-develop Apps?

And here I will ask similar question: how remove Qt V4L2 test Utility?

Those apps are part of qt6-tools. The Qt V4L2 test Utility is part of v4l-utils. Depending on your other installed software, these packages may be required.

So i cannot remove this software?

If you are using KDE, you can hide them from the menu if you don’t want to see them.

  • Right-click the appmenu icon and then click Edit Applications....
  • This will bring up the KDE Menu Editor.
  • Navigate the categories on the left to locate the apps you’d like to hide.
  • For each, right-click it, then press Delete.

This doesn’t uninstall them from the system; it just removes them from the menu.
You can restore them at any time from the same window by clicking:
Edit > Restore to System Menu


To find out what you can remove, use the command below and check Required By:

pacman -Qi packagename

If you don’t know the name of the package, you can find it using grep:

pacman -Q | grep -A 0 -E "qt|ling|assist"

I have wanted the same apps removed for some time. The method you stated did not work though. All the ones I deleted are still in the menu