Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install postman desktop ubuntu

# After downloading the tarbal i.e postman-9.16.0-linux-x64.tar.gz
cd Downloads
tar -xvf postman-9.16.0-linux-x64.tar.gz
cd postman-9.16.0-linux-x64
sudo mkdir /opt/apps
sudo mv Postman /opt/apps
sudo nano ~/.local/share/applications/Postman.desktop
Add the following tho th desktop entry
# All this in the desktop entry
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=/opt/apps/Postman/app/Postman %U
Icon=/opt/apps/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;

# Afterwards you just check in your application
#Success You just installed postman
# Snap have some performance issues with snaps
Source by linuxize.com #
 
PREVIOUS NEXT
Tagged: #install #postman #desktop #ubuntu
ADD COMMENT
Topic
Name
4+6 =