我必须在我的 Ubuntu 20.04 上为我的组装课程安装 PEP/8,但是当我尝试运行该文件时:
./Pep8
我有这个错误:
./Pep8: error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or directory
但是,我在“/usr/lib/x86_64-linux-gnu/”中看到了这个库。
但我认为该程序是用 32 位架构制作的:
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
我不确定我必须做什么才能让它发挥作用。