Oracle Linux 8.9 安装 Postman

Oracle Linux 8.9 安装 Postman

1. 安装 Postman

Install epel,

sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf upgrade

refer: https://snapcraft.io/docs/installing-snap-on-red-hat

Install snapd,

sudo dnf install -y snapd
sudo systemctl enable --now snapd

Install postman,

sudo snap install postman

2. 启动 Postman

postman

完结!

相关推荐

  1. postman安装介绍

    2024-03-14 10:26:02       23 阅读
  2. wsl-oraclelinux 固定ip

    2024-03-14 10:26:02       47 阅读
  3. Postman的简介,安装,注册。

    2024-03-14 10:26:02       28 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-03-14 10:26:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-03-14 10:26:02       106 阅读
  3. 在Django里面运行非项目文件

    2024-03-14 10:26:02       87 阅读
  4. Python语言-面向对象

    2024-03-14 10:26:02       96 阅读

热门阅读

  1. 【OpenCV实战】基于OpenCV的传统手势识别流程详解

    2024-03-14 10:26:02       40 阅读
  2. 跨域的几种方式?(详解)

    2024-03-14 10:26:02       43 阅读
  3. ChatGLM3 源码解析(五)

    2024-03-14 10:26:02       31 阅读
  4. Apache Spark 的基本概念和在大数据分析中的应用

    2024-03-14 10:26:02       44 阅读
  5. 项目使用jdk17启动报错

    2024-03-14 10:26:02       45 阅读
  6. 原型和原型链的区别,__proto__和prototype的区别

    2024-03-14 10:26:02       39 阅读
  7. Go语言的自给自足:编译自身的神奇之旅

    2024-03-14 10:26:02       45 阅读
  8. 【Docker】Tensorflow 容器化部署

    2024-03-14 10:26:02       42 阅读
  9. 预取和缓存替换介绍--自用

    2024-03-14 10:26:02       41 阅读
  10. 【WEEK2】学习目标及总结【SpringMVC】【中文版】

    2024-03-14 10:26:02       41 阅读
  11. Spring MVC InternalResourceViewResolver原理解析

    2024-03-14 10:26:02       46 阅读
  12. Goland运行go语言基础篇

    2024-03-14 10:26:02       45 阅读
  13. 面试经典150题(108-110)

    2024-03-14 10:26:02       43 阅读
  14. python使用rabbitmq发送消息和接收消息数据

    2024-03-14 10:26:02       46 阅读