ubuntu安装ApiPost以及生成快捷桌面启动图标

Posted Biubbbbbbbbiu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu安装ApiPost以及生成快捷桌面启动图标相关的知识,希望对你有一定的参考价值。

ubuntu安装ApiPost以及生成快捷桌面启动图标

接口测试工具,生成接口文档

*ApiPost下载地址:https://www.apipost.cn/download.html*
选择自己对应的版本

存放位置自己选择设置
我是存在 /etc/ApiPost/ 目录下

cd /etc 
-- 创建文件夹
sudo mkdir ApiPost  
sudo mv apipost_v5.4.2_linux_x64 /etc/ApiPost/  
-- 解压
sudo tar xvJf apipost_v5.4.2_linux_x64	
cd apipost_v5.4.2_linux_x64/
-- 启动
./ApiPost	

如果在启动时报错:
[211030:1215/141017.857938:FATAL:electron_main_delegate.cc(253)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
追踪与中断点陷阱 (核心已转储)

记得退出root权限,换成普通用户执行。

生成快捷桌面图标

cd /usr/share/applications/
-- 创建文件
sudo vim apipost.desktop

填写以下内容
ubuntu创建快捷图标都一样

[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Name=apipost   #启动图标名称  可更换
Path=/etc/ApiPost	#文件路径  可更换
Exec=/etc/ApiPost/apipost_v5.4.2_linux_x64/apipost  #程序执行文件位置  可更换
Icon=/etc/ApiPost/apipost_v5.4.2_linux_x64/绿叶.png  #程序图标位置  可更换
StartupNotify=true

以上是关于ubuntu安装ApiPost以及生成快捷桌面启动图标的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu安装ApiPost以及生成快捷桌面启动图标

Ubuntu安装ApiPost教程

Eclipse 在ubuntu桌面显示快捷启动以及解决Eclipse 在ubuntu中点击菜单栏不起作用的原因.

在ubuntu16.4中为pycharm创建桌面快捷启动方式

如何在Ubuntu桌面创建应用启动器

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