打开命令行
切换root用户
下载安装包(rpm)
wget 暂时无法在文档外展示此内容
地址可以从浏览器获取
安装软件
yum -y install teamviewer.x86_64.rpm 或者:rpm -ivh teamviewer.x86_64.rpm 或者: yum -y -e 0 localinstall *.rpm
工具栏Internet中打开软件
Centos安装Chrome
1. 创建yum源文件
cat >> /etc/yum.repos.d/google-chrome.repo <<EOF [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub EOF
2. 使用yum 安装
yum -y install google-chrome-stable --nogpgcheck
备注1:图标拷到桌面
# /usr/share/applications/ 为系统存放应用图标的路径 cp /usr/share/applications/google-chrome.desktop /root/desktop/
备注2:离线包下载地址