[Javaee] Ubuntu download Postman

 

1. Download

  Select the appropriate model for download

 

2, extract

  Moved to the / opt directory and unzip  

# Transfer to / opt the Tab name auto-completion 
sudo cp Postman -linux-an x64- 7.2 . 2 .tar.gz / opt 

# to / opt unzip 
sudo tar -zxvf Postman-an x64-Linux- 7.2 . 2 .tar.gz

 

3, open Postman

  In / opt directory as input

sudo ./Postman/Postman

 

 

I made the following error:

./Postman/Postman: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

Figure:

 

Solution:

Download libgconf-2-4

sudo apt install libgconf-2-4

 

Then enter the Open command to open

#/opt下
sudo ./Postman/Postman

 

Guess you like

Origin www.cnblogs.com/zoey686/p/11221436.html