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 :: install postman in ubuntu 
Shell :: snap store ubuntu update 
Shell :: rails how to check environment 
Shell :: find largest files in a directory unix 
Shell :: how to stop oneko 
Shell :: storage/logs/laravel.log" could not be opened: failed to open stream: permission denied 
Shell :: ubuntu check if apache is running 
Shell :: choco upgrade all 
Shell :: libssl-dev install on ubuntu 
Shell :: remove index.lock git 
Shell :: chromium for mac 
Shell :: restart ssh service mac 
Shell :: adb for ubuntu 
Shell :: nginx on mac 
Shell :: how to exit git branch 
Shell :: cat ~/.ssh/id_rsa.pub 
Shell :: capacitor resources 
Shell :: pip upgrade stramlit 
Shell :: adb command to open deeplink 
Shell :: install sshpass mac 
Shell :: sudo update 
Shell :: install heroku cli wsl 
Shell :: powershell check if elevated 
Shell :: expo keystore 
Shell :: youtube music download ubuntu 
Shell :: how to delete services in kubernetes 
Shell :: get name of repository git 
Shell :: Get the size of all the directories in current directory in linux 
Shell :: install opera ubuntu terminal command 
Shell :: install git 2 on centos 7 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =