Postman как установить linux

Download Postman

Download the app to get started using the Postman API Platform today. Or, if you prefer a browser experience, you can try the web version of Postman.

The Postman app

Download the app to get started with the Postman API Platform.

Download the App To experience the best the Postman app has to offer, please download it on your desktop.

Not your OS? Download for Windows (x64) or Linux (x64, arm64)

Postman on the web

Access the Postman API Platform through your web browser. Create a free account, and you’re in.

Postman Enterprise

Postman Enterprise is designed for organizations who need to deploy Postman at scale.

Postman desktop agent

If you are using the Postman web client, you will need to also download the Postman desktop agent. The Postman agent overcomes the Cross-Origin Resource Sharing (CORS) limitations of browsers, and facilitates API request sending from your browser version of Postman. Read the blog post.

Postman CLI

The Postman CLI is the command-line companion that is developed, supported, and signed by Postman. It enables you to run collections, lint API schemas, run security and governance checks, and log in and out. All test results will be automatically pushed to the app.

Windows installation

powershell.exe -NoProfile -InputFormat None -ExecutionPolicy AllSigned -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://dl-cli.pstmn.io/install/win64.ps1'))"

Mac (Apple silicon) installation

curl -o- "https://dl-cli.pstmn.io/install/osx_arm64.sh" | sh

Mac (Intel) installation

curl -o- "https://dl-cli.pstmn.io/install/osx_64.sh" | sh

Linux installation

curl -o- "https://dl-cli.pstmn.io/install/linux64.sh" | sh

Источник

Читайте также:  Dexp wfa 302 linux

How to Install Postman on Linux Desktop

Postman is the most popular collaboration platform for API (Application Programming Interface) development, which is used by 10 million developers and 500,000 companies all over the world. The Postman API platform offers features that simplify API development and offers a wide range of tools that enable teams to share and collaborate on APIs.

Postman is available as a native app for all major operating systems, including Linux (32-bit / 64-bit), macOS, and Windows (32-bit / 64-bit) and on the web at go.postman.co/build.

This article guides you in different ways of installing the Postman desktop application on Ubuntu, Debian, Linux Mint and Fedora distributions.

Supported Platforms

Postman supports the following distributions:

  • Ubuntu 12.04 and newer
  • Debian 8 and newer
  • Linux Mint 18 and newer
  • Fedora 30 and newer

Installing Postman on Linux Desktop

To install the latest version of the Postman desktop app, you need to install it via the Snap using the following commands.

Install Postman in Debian and Ubuntu

$ sudo apt update $ sudo apt install snapd $ sudo snap install postman

Install Postman in Linux Mint

$ sudo rm /etc/apt/preferences.d/nosnap.pref $ sudo apt update $ sudo apt install snapd $ sudo snap install postman

Install Postman in Fedora Linux

$ sudo dnf install snapd $ sudo ln -s /var/lib/snapd/snap /snap $ sudo snap install postman

You can also manually install the latest version of the Postman desktop app by downloading it from a web browser to quickly start using it.

Download Postman Desktop App

Then move into the Downloads directory, extract the archive file, move it into /opt/apps directory, create a symlink called /usr/local/bin/postman to access the Postman command, and run postman as follows:

$ cd Downloads/ $ tar -xzf Postman-linux-x64-7.32.0.tar.gz $ sudo mkdir -p /opt/apps/ $ sudo mv Postman /opt/apps/ $ sudo ln -s /opt/apps/Postman/Postman /usr/local/bin/postman $ postman

Postman Desktop App

To start the app from a launcher icon, you need to create a .desktop file (a shortcut that is used to launch an application in Linux) for Postman desktop app and save it in the following location.

$ sudo vim /usr/share/applications/postman.desktop

Then copy and paste the following configurations in it (ensure that the file paths are correct depending on where you extracted the files):

[Desktop Entry] Type=Application Name=Postman Icon=/opt/apps/Postman/app/resources/app/assets/icon.png Exec="/opt/apps/Postman/Postman" Comment=Postman Desktop App Categories=Development;Code;

Save the file and close it.

Читайте также:  Linux increase disk size

If the file paths are correct, when you try to search for the postman in the system menu, its icon should appear.

Postman Desktop Launcher

Removing Postman on Linux Desktop

You can remove the Postman desktop client from your system as follows. If you installed the Postman snap, you can remove it as shown.

If you installed it using the manual method, you can remove it by running the following commands:

$ sudo rm -rf /opt/apps/Postman && rm /usr/local/bin/postman $ sudo rm /usr/share/applications/postman.desktop

For more information, got to the Postman website. Use the feedback form below to share any queries.

Источник

Как установить Postman на Ubuntu 20.04

Postman — это полная платформа разработки API, которая помогает вам управлять своими API на всех этапах разработки, от проектирования и тестирования до публикации документации API и мониторинга. Postman начинался как расширение браузера Chrome и быстро стал одним из наиболее широко используемых инструментов API разработчиками во всем мире.

Postman доступен как собственное приложение (построенное на Electron) для всех основных операционных систем, включая macOS, Linux и Windows. Эта статья проведет вас через установку Postman в Ubuntu 20.04.

Установка Postman

Самый простой способ установить Postman в Ubuntu 18.04 — использовать систему быстрой упаковки. Снапсы — это автономные программные пакеты, которые включают в двоичный файл все зависимости, необходимые для запуска приложения. Пакеты Snap могут быть установлены либо из командной строки, либо через приложение Ubuntu Software.

Snap-пакет Postman распространяется и поддерживается разработчиками Postman.

Чтобы установить оснастку Postman, откройте свой терминал ( Ctrl+Alt+T ) и выполните следующую команду от имени пользователя с привилегиями sudo :

sudo snap install postman

Загрузка может занять некоторое время в зависимости от скорости вашего соединения. В случае успеха отображается следующий результат:

postman 7.30.1 from Postman, Inc. (postman-inc✓) installed 

Пакеты Snap легко обновить и защитить. При выпуске новой версии пакет Postman будет автоматически обновляться в фоновом режиме.

Читайте также:  Самый маленький livecd linux

Кроме того, вы можете установить Postman с помощью Центра программного обеспечения Ubuntu. Просто найдите Postman и нажмите «Установить».

Использование почтальона

В строке поиска «Действия» введите «Почтальон» и щелкните значок, чтобы запустить приложение.

Когда вы запускаете Postman в первый раз, появится следующее окно с просьбой войти в систему или создать новую учетную запись:

Создание учетной записи позволяет вам организовать свою работу в рабочих областях, создавать резервные копии и синхронизировать данные на нескольких устройствах. Если вы не хотите входить в систему, нажмите «Пропустить вход и перейти прямо в приложение».

Чтобы проиллюстрировать, как работает Postman, мы отправим простой запрос Get в онлайн-API REST и получим ответ JSON, содержащий список пользователей.

Откройте новую вкладку, введите https://jsonplaceholder.typicode.com/users , оставьте тип запроса GET и нажмите кнопку ОТПРАВИТЬ. В случае успеха ответ вернет объект JSON, содержащий массив пользователей.

Учебный центр Postman — хорошая отправная точка для изучения того, как создавать рабочие пространства Postman, коллекции, среды и многое другое.

Выводы

Мы показали вам, как установить Postman на рабочий стол Ubuntu 20.04. Теперь вы можете изучить свой новый инструмент API и начать работу над своими проектами.

Если у вас есть вопросы, оставьте комментарий ниже.

Источник

Оцените статью
Adblock
detector