LoginSignup
0
0

More than 3 years have passed since last update.

[Amazon WorkSpaces]AmazonLinux2にPostmanインストール

Last updated at Posted at 2019-04-02

Amazon Linux release 2 (Karoo)


# Postmanのインストール
$ sudo wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
$ sudo tar -xzf postman.tar.gz -C /opt
$ sudo rm postman.tar.gz
$ sudo ln -s /opt/Postman/Postman /usr/bin/postman

# ランチャーに追加(アプリケーションープログラミングーPostMan)
mkdir -p ~/.local/share/applications
cat > ~/.local/share/applications/postman.desktop <<EOL
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=postman
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
EOL

設定後にログオフしてログインし直す必要があります

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0