install postman in linux
Install Postman in Linux
Download Postman by running following command in your Linux system:
$ wget https://dl.pstmn.io/download/latest/linux64 -O postman-linux-x64.tar.gz
Extract the downloaded file by running the following command in /opt directory:
$ sudo tar -xvzf postman-linux-x64.tar.gz -C /opt
Finally, create a symbolic link running following command in terminal:
$ sudo ln -s /opt/Postman/Postman /usr/bin/postman
For Desktop icons:
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=postman
Icon=/home/USERNAME/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;$ cd Downloads/
$ tar -xzf Postman-linux-x64-7.32.0.tar.gz
$ sudo mkdir -p /opt/apps/
$ sudo mv Postman /opt/apps/
$ sudo ln -s /opt/apps/Postman/Postman /usr/local/bin/postman
$ postman
Also in C++:
- install libreoffice ubuntu
- how can I find perticular extension in ubuntu?
- embed photos google drive
- how to check current branch in git
- su postgres
- ubuntu 20.04 amdgpu-dkms error
- windows powershell symlink
- git ignore file is not working
- nvm install node
- deploying to heroku from git
- IF NOT DIR BASH
- install vue cli
- how to cd unc
- delete first two lines of file linux
- how to remove windows 10 built in apps powershell
- anaconda clean uninstall everything
- YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/
- gradle init java application
- in ubuntu both mouse pad key working same
- wp-cli search-replace
- d3 install
- dig command examples
- how to install ssh server on ubuntu 16.04
- center table markdown github