I want to install apkinspector on ubuntu 18.04. I found that I have to first install Qt as discussed on GitHub: Apkpector Installtion
For installing Qt I tried following commands:
sudo apt-get install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
sudo apt-get install libsdl1.2debian:i386
sudo apt install qtchooser
But when I am using
Qmake -v
I am getting following message:
qmake: could not find a Qt installation of ''
Somebody please guide me.
Zulfi.
You need to clone the repository
and then install all the dependencies from APT:
then you need to patch it as IPython internals were slightly changed:
then launch it and enjoy: