Created
September 7, 2018 10:53
-
-
Save ro-fdm/817a9557f94c1c08acdb347f677faa82 to your computer and use it in GitHub Desktop.
add app debian include launcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add app | |
Download aplicación | |
$ wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz | |
Extract archive | |
$ sudo tar -xzf postman.tar.gz -C /opt | |
Make link to /usr/bin | |
$ sudo ln -s /opt/Postman/Postman /usr/bin/postman | |
Optional: remove downloaded file | |
$ rm postman.tar.gz | |
https://r00t4bl3.com/post/how-to-install-postman-native-app-in-linux-mint-18-3-sylvia | |
Add to launch | |
$ cat > /usr/share/applications/postman.desktop <<EOL | |
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Postman | |
Exec=postman | |
Icon=/opt/Postman/resources/app/assets/icon.png | |
Terminal=false | |
Type=Application | |
Categories=Development; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment