ubuntu18.04安装 postman 以及 添加postman快捷方式

Posted FFLYY

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu18.04安装 postman 以及 添加postman快捷方式相关的知识,希望对你有一定的参考价值。

一、下载postman安装包
(个人习惯在官网下载之后再复制到ubuntu中的)

二、解压到ubuntu桌面
单击压缩文件,讲文件夹直接拖到桌面即可


三、运行postman
运行命令:./Postman/Postman
下载:sudo apt install libgconf2-4

下载之后,再次使用./Postman/Postman,即可运行成功

四、创建postman快捷方式
1.建立软连接
命令: sudo ln -s /opt/Postman/Postman /usr/bin/postman
将Postman执行文件软连接到usr/bin目录下,并重命名为postman

2.创建启动项文件
命令:sudo gedit /usr/share/applications/postman.desktop

打开文件后,将下面的命令输入

[Desktop Entry]
Encoding=UTF-8
Name=postman
Exec=postman
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;

3.添加到收藏夹
(我是已经在收藏夹,所以显示从收藏夹移除)


4.大功告成

 

以上是关于ubuntu18.04安装 postman 以及 添加postman快捷方式的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu18.04安装python3.6以及更新为清华源

ubuntu18.04安装python3.6以及更新为清华源

ubuntu18.04安装python3.6以及更新为清华源

Ubuntu 18.04 LTS 安装后 各种问题以及解决方案

ubuntu 18.04 下 typora离线安装,创建快捷方式以及添加图标到开始菜单(DashBoard)

在Ubuntu 18.04上安装Tensorflow