How to install postman native app in ubuntu - Command line

Опубликовано: 29 Апрель 2018
на канале: One Mad Geek
2,569
6

Here is the simple commands for download and install postman native app in ubuntu.
Postman recommends installing its native app, but there wasn’t any documentation for installing it on Ubuntu — just a download link. So, in order to make it easier for fellow Ubuntu users to start with Postman, here are some quick commands to get set up!

wget https://dl.pstmn.io/download/latest/l... -O postman.tar.gz
sudo tar -xzf postman.tar.gz -C /opt
rm postman.tar.gz
sudo ln -s /opt/Postman/Postman /usr/bin/postman

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

Logout and login for find the installation.


Смотрите видео How to install postman native app in ubuntu - Command line онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь One Mad Geek 29 Апрель 2018, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,569 раз и оно понравилось 6 людям.