postman问题
Posted zbhbc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postman问题相关的知识,希望对你有一定的参考价值。
安装postman遇到报错:
./Postman: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
安装libgconf即可:
$sudo apt install libgconf2-4
以上是关于postman问题的主要内容,如果未能解决你的问题,请参考以下文章
Postman Interceptor安装成功却无法在Postman启用的解决办法