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 :: how to set meld as git difftool 
Shell :: angular bootstrap install 
Shell :: tmux detach 
Shell :: how to install diskpart in ubuntu 
Shell :: git change ssh key 
Shell :: Could not find an NgModule. Use the skip-import option to skip importing in NgModule. 
Shell :: sudo apt-get install libboost-all-dev 
Shell :: download sublime notepad ubuntu 
Shell :: valet phpmyadmin 404 
Shell :: add sudo user centos server group 
Shell :: linux whereis command 
Shell :: where is path on klai linux 
Shell :: como atualizar a versão do angular 
Shell :: ngrok start server 
Shell :: change file read only permissions linux 
Shell :: kill port cli 
Shell :: git pull sith ssh key 
Shell :: install rethinkdb on ubuntu 
Shell :: install aws cli version 2 mac 
Shell :: tar zip multiple files 
Shell :: docker kill running container(s) 
Shell :: adb kill all emulators 
Shell :: unable to find docker images locally 
Shell :: install steghide ubuntu 
Shell :: git merge without commit 
Shell :: remove mongo lock file from centos 7 
Shell :: encrypt files in linux 
Shell :: osx stop httpd 
Shell :: merge and delete branch 
Shell :: octoprint log location 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =