Dear community members,
I have an old pc that has centos 5 installed with teamviewer 11. The support of teamviewer 11 just ended and I have to upgrade it to newer versions. For unknown reasons my repository would not install.
I have attempted to use yum install./teamviewer-host*rpm but saw errors like
# yum install ./teamviewer-host*.rpm
Loaded plugins: fastestmirror, priorities, protectbase, security, versionlock
Loading mirror speeds from cached hostfile
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. Invalid release/repo/arch combination/
removing mirrorlist with no valid mirrors: /var/cache/yum/addons/mirrorlist.txt
Error: Cannot find a valid baseurl for repo: addons
Then I also tried to download rpm and install locally and saw similar errors
]# yum localinstall teamviewer_14.3.4730.x86_64.rpm
Loaded plugins: fastestmirror, priorities, protectbase, security, versionlock
Setting up Local Package Process
Examining teamviewer_14.3.4730.x86_64.rpm: teamviewer-14.3.4730-0.x86_64
Marking teamviewer_14.3.4730.x86_64.rpm as an update to teamviewer-11.0.57095-0.i686
Loading mirror speeds from cached hostfile
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. Invalid release/repo/arch combination/
removing mirrorlist with no valid mirrors: /var/cache/yum/addons/mirrorlist.txt
Error: Cannot find a valid baseurl for repo: addons
I looked for the /etc.yum.repos.d and saw that teamviewer.repo is like this
[teamviwer]
enabled = 1
name = teamviewer
baseurl =
gpgcheck =
I am really not good at linux. Could you offer some insights how to proceed installation ? Thanks a zillion of times...