我通过运行来验证我正在运行 Ubuntu 18.04:
~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04 LTS
Release: 18.04
Codename: bionic
Run Code Online (Sandbox Code Playgroud)
我尝试从 Ubuntu 软件应用程序安装,它似乎安装但postman从命令行运行什么也不做,从邮递员的软件应用程序页面单击启动只会打开一个简短实例的终端窗口,然后它消失了,邮递员没有启动,邮递员当我点击按钮搜索应用程序时也不会显示。
我尝试从命令行安装 Postman,但这不起作用:
~$ sudo apt install postman
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package postman
Run Code Online (Sandbox Code Playgroud)
我已经安装了另一种方法,它使我更进一步,但仍然无济于事。我可以按照这里的教程https://blog.bluematador.com/posts/postman-how-to-install-on-ubuntu-1604/这就是我在 Ubuntu 17 中成功安装的方式。当我在 18.04 以这种方式安装时并从命令行运行postman它启动应用程序,但它只显示加载图标并且从未真正开始工作。命令行的输出是:
~$ postman
ORM initialization successful
App events bus { name: 'booted', namespace: 'shared' }
App events bus { data: …Run Code Online (Sandbox Code Playgroud)