Linux下安装postman
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
Linux下安装
步骤:
- 下载并解压
- 创建一个桌面文件命名为: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图标打开。
注意:
- 避免使用sudo 命令,该命令在创建postman文件时候会导致权限问题
- 确保在存储Postman信息的文件夹 ~/.config 有read/write权限
- 如果是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 年前
更多推荐
已为社区贡献1条内容
所有评论(0)