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 :: public class FileProvider extends android.support.v4.content.FileProvider 
Shell :: Scan new disk in linux 
Shell :: git reset stash conflict 
Shell :: linux ram size 
Shell :: show mac address in ubuntu 
Shell :: vs force restore all packages command line 
Shell :: naming an stash 
Shell :: install whatsapp in ubuntu 
Shell :: apt list installed 
Shell :: firebase with react 
Shell :: ubuntu list all disks 
Shell :: find large files linux 
Shell :: prevent duplicate history line on bash history 
Shell :: fix failed to fetch in apt-get update 
Shell :: docker-compose clear cache 
Shell :: ip address ubuntu 
Shell :: error: failed to push some refs github 
Shell :: clear bash history 
Shell :: find folder in centos 8 
Shell :: search for a commit in git logs 
Shell :: reinstal apache2 ubuntu 
Shell :: terraform apply auto approve 
Shell :: ubuntu bluetooth protocol not available 
Shell :: force yarn to reinstall all packages 
Shell :: install vscode fedora 
Shell :: keras version install in colab 
Shell :: m1 install gradle 
Shell :: forever command not found 
Shell :: linux decode base64 terminal 
Shell :: locate command not found 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =