Centos7에 Postman 설치

Munang·2021년 7월 8일
0

Centos7

목록 보기
2/2

엘라스틱 서치를 확인하면서 아무래도 postman이 간편해서 설치해보려고 한다.

Centos7에 설치하기

sudo tar -xzf Postman-linux-x64-8.7.0.tar.gz -C /opt
sudo ln -s /opt/Postman/Postman /usr/bin/postman
postman

설치 명령어는 이게 끝이다.

근데 오류가 발생했다.

/opt/Postman/app/_Postman: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory

관련된 라이브러리 파일이 없나보다.

sudo yum install libxss1
sudo yum install libXScrnSaver

설치 완료!!

이런 터미널 로그가 보이면, 설치가 완료된 것이다.

0개의 댓글

Powered by GraphCDN, the GraphQL CDN