Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install postman in ubuntu

sudo snap install postman
Comment

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
Comment

PREVIOUS NEXT
Code Example
::  
Shell :: PDF Acrobat ubunut 
Shell :: git reset add 
Shell :: how to change execution policy powershell 
Shell :: phpcs other xml file other location phpcs standard xml 
Shell :: git add origin command 
Shell :: how to install mongoose globally 
Shell :: code to change the mac address kali linux 
Shell :: how to disable a wifi card raspberry pi 
Shell :: how to install homebrew on mac 
Shell :: crontab save 
Shell :: ignore line format in git 
Shell :: delete namespace 
Shell :: tail linux 
Shell :: wp-cli search-replace 
Shell :: adobe reader linux 
Shell :: githum readme bold 
Shell :: ubuntu edit sources.list 
Shell :: install aws cli version 2 on mac 
Shell :: windows terminal guid 
Shell :: wsl file 
Shell :: tar multiple files in linux 
Shell :: git view branch 
Shell :: apple logo in terminal 
Shell :: linux how many cpus 
Shell :: get ip address in powershell specifically 
Shell :: how to install kivy.app 
Shell :: how to get git stash changes back 
Shell :: list files in git 
Shell :: wget file from google drive 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =