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 :: kubectl list context 
Shell :: remove spotify for ubuntu 
Shell :: how to install snap store in elementary os 
Shell :: docker tail logs 
Shell :: git delete local branches not on remote 
Shell :: how to delete a package in ubuntu 
Shell :: crop video from specific time to specific time ffmpeg 
Shell :: change bash to zsh 
Shell :: install tree in linux 
Shell :: firebase-tools npm 
Shell :: install helm on wsl 
Shell :: replace filename space with underscore bash 
Shell :: ubuntu check ssh login log 
Shell :: restart apache 
Shell :: update chrome in kali linux through terminal 
Shell :: how to remove heroku from git 
Shell :: remove iptables rule 
Shell :: upgrade streamlit 
Shell :: check cpu temp linux 
Shell :: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] 
Shell :: could not connect to development server 
Shell :: bash date yesterday format 
Shell :: view installed rpms 
Shell :: how to stop gunicorn 
Shell :: ubuntu certbot nginx 
Shell :: how to change the icon of a python exe file 
Shell :: firewall-cmd remove port 
Shell :: linux how to show disk space 
Shell :: bash: lsb_release: command not found 
Shell :: obs manjaro install 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =