I have to install PEP/8 on my Ubuntu 20.04 for my assembly course, but when I try to run the file:
./Pep8
I have this error:
./Pep8: error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or directory
But, I see the library in "/usr/lib/x86_64-linux-gnu/".
But I think that the program was made with 32bits architecture:
file Pep8
Pep8: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.15, BuildID[sha1]=59393bb4f063551ac708a7690b8cb2fce1121ded, with debug_info, not stripped
I'm not sure about what I have to do to make it work.