CentOS7にTeamViewerをインストール

2018年5月17日

##########################
# teamviewer install
##########################
wget https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm
yum install epel-release
yum install ./teamviewer*.rpm

##########################
# Term Viewer 文字化け対策
##########################
cd /opt/teamviewer/tv_bin/wine/share/wine
vi wine.inf
[Fonts]以下に下記を追加
HKLM,%FontSubStr%,"MS Gothic",,"VL Gothic"
HKLM,%FontSubStr%,"MS PGothic",,"VL Gothic"
HKLM,%FontSubStr%,"MS Sans Serif",,"VL Gothic"
HKLM,%FontSubStr%,"MS Shell Dlg",,"VL Gothic"
HKLM,%FontSubStr%,"MS UI Gothic",,"VL Gothic"
HKLM,%FontSubStr%,"MS Mincho",,"VL Gothic"
HKLM,%FontSubStr%,"MS PMincho",,"VL Gothic"

teamviewer daemon restart

UNIX

Posted by 伊藤 輝樹