Installing AnyDesk / Teamviewer on CentOS 8

@AnyDesk

 1. Download from http://rpm.anydesk.com/rhel/8/x86_64/Packages/

$ wget  http://rpm.anydesk.com/rhel/8/x86_64/Packages/anydesk-6.1.1-1.el8.x86_64.rpm


2. Download required library of minizip from  https://download-ib01.fedoraproject.org/pub/epel/8/Everything/x86_64

 

$ wget https://download-ib01.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/m/minizip1.2-1.2.11-24.el8.x86_64.rpm

 

3. Installed by rpm

$ su -

$ rpm -ivh minizip1.2-1.2.11-24.el8.x86_64.rpm 

 







@ Teamviewer

1. Download from

https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm

$ wget  https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm


2.Installed by dnf

$ dnf install teamviewer.x86_64.rpm


Refereces

http://rpm.anydesk.com/howto.html

https://www.teamviewer.com/tw/download/linux/

這個網誌中的熱門文章

Upgrade php and httpd(apache) on CentOS 7

Installing VMware workstation pro on Ubuntu 22.X (Jammy Jellyfish)