Qtchooser not found?

i want to build kiwix-desktop with qt6 but i get:

$ qtchooser -install qt6 $(which qmake6) # run once
bash: qtchooser: command not found

where to get this package?

There is an aur package for kiwix-desktop.

https://archlinux.org/packages/extra/x86_64/kiwix-desktop/

1 Like

Why are you running this command? Are you reading instructions for a different distro? I think qtchooser is part of Debian/Ubuntu-based distros. That isn’t how you install Qt on Arch-based distros like EOS.

1 Like

the package in the main archlinux repo is old
the one in aur with git is what i need. thank you.
but the version number is not updated:
Package Details: kiwix-desktop-git 2.0.1.r16.g8430ee8-1
while the latest release is: 2.4.1

The version number of *-git packages doesn’t matter. It is pulling the latest source.

Just be sure that is what you want. That usually means you are getting unreleased code as soon as it is committed.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.