Thursday, September 22, 2022

Install Posman API platform on Kubuntu

If Postman do not start after system reinstall, do this:

Extract Postman from postman-linux-x64.tar.gz to Downloads.

touch /home/user/.local/share/applications/Postman.desktop

////////////////////////

[Desktop Entry]

Encoding=UTF-8

Name=Postman

Exec=/home/user/Downloads/Postman/app/Postman %U

Icon=/home/user/Downloads/Postman/app/resources/app/assets/icon.png

Terminal=false

Type=Application

Categories=Development;

////////////////////////

Start Postman, skip creating account and go to File => Settings => Themes => select dark theme.

Ctrl++, Ctrl+- to increase user interface font size.

https://learning.postman.com/docs/getting-started/installation-and-updates/#installing-postman-on-linux

https://www.postman.com/downloads/?utm_source=postman-home

https://www.postman.com/

No comments:

Post a Comment