Linux下安装

详见官网:
https://learning.getpostman.com/docs/postman/launching_postman/installation_and_updates/#postman-native-apps

 

步骤:

  1. 下载并解压
  2. 创建一个桌面文件命名为:Postman.desktop。文件位置如下:
      ~/.local/share/applications/Postman.desktop
    Postman.desktop文件内容如下:
    [Desktop Entry]
    Encoding=UTF-8
    Name=Postman
    Exec=YOUR_INSTALL_DIR/Postman/app/Postman %U
    Icon=YOUR_INSTALL_DIR/Postman/app/resources/app/assets/icon.png
    Terminal=false
    Type=Application
    Categories=Development;

一旦创建Postman.desktop文件,就可以用应用程序启动器来打开,可以双击Postman图标打开。

 

注意:

  1. 避免使用sudo 命令,该命令在创建postman文件时候会导致权限问题
  2. 确保在存储Postman信息的文件夹 ~/.config 有read/write权限
  3. 如果是Ubuntu 18,需要额安装libgconf-2-4包,此包在18之前默认有的,18去除了。
       apt-get install libgconf-2-4

 

GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:1 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐