Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Add Teamviewer Setting
authored
Feb 20, 2020
by
William S. Woo
Show whitespace changes
Inline
Side-by-side
TeamViewer.md
0 → 100644
View page @
ce784691
## TeamViewer on Linux 구축 가이드
### 1. RHEL
> 1. EPEL(Extra package for Enterprise Linux) 설치
>
> > `wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm`
>
> > `yum install ./epel-release-latest-7.noarch.rpm`
> 2. TeamViewer Host for 64bit 다운로드
>
> > `wget https://download.teamviewer.com/download/linux/teamviewer-host.x86_64.rpm`
>
> > 혹은, `wget https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm` 로 Full-Client 설치 가능
>
> 3. TeamViewer 설치
>
> > `yum install ./teamviewer*.rpm`
>
### 2. CentOS
> 1. EPEL(Extra package for Enterprise Linux) 설치
>
> > `yum install epel-release`
>
> 2. TeamViewer Host for 64bit 다운로드
>
> > `wget https://download.teamviewer.com/download/linux/teamviewer-host.x86_64.rpm`
>
> 3. TeamViewer 설치
>
> > `yum install ./teamviewer-host*.rpm`
\ No newline at end of file