안녕하세요.
centos9에 teamviwer 설치 하는 방법 입니다.
1. GPG키 가져오기
# sudo rpm --import https://dl.tvcdn.de/download/linux/signature/TeamViewer2017.asc
Centos 9에서는 아래 오류가 발생 합니다.
경고: Signature not supported. Hash algorithm SHA1 not available.
오류: https://dl.tvcdn.de/download/linux/signature/TeamViewer2017.asc: key 1 import failed.
오류 발생시 sha1 활성화
# update-crypto-policies --set LEGACY
2. 팀뷰어 저장소 EPEL SW 활성화
# sudo yum install epel-release
3. teamviewer rpm 다운로드
# wget https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm
4. Teamviewer 설치
# sudo yum localinstall ./teamviewer.x86_64.rpm
반응형