解压完成以后,进入解压目录,执行./Postman,提示:
./Postman: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
此时需要执行:
sudo apt install libgconf2-4
完成以后再次./Postman,就好啦。

博客讲述了运行Postman时遇到的问题及解决办法。解压后执行./Postman,提示缺少libgconf - 2.so.4库文件,按相应操作完成后,再次执行./Postman即可正常运行。
解压完成以后,进入解压目录,执行./Postman,提示:
./Postman: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
此时需要执行:
sudo apt install libgconf2-4
完成以后再次./Postman,就好啦。

312
4536

被折叠的 条评论
为什么被折叠?