2015年3月19日 星期四

[Teamview][Archlinux] How to install teamview into archlinux

Edit /etc/pacman.conf
uncomment [multilib] section.
[multilib]
Include = /etc/pacman.d/mirrorlist

Update database
pacman -Syu

Install library
sudo pacman -S lib32-gcc-libs lib32-alsa-lib lib32-libxtst lib32-libxdamage lib32-zlib lib32-freetype2 fakeroot


printf "[archlinuxfr] \n SigLevel = Never \n Server = http://repo.archlinux.fr/\$arch \n" >> /etc/pacman.conf
pacman -S --noconfirm yaourt # For install more package from different repository which made by user. Refer here first

Install main program
yaourt --noconfirm -S teamviewer

Start teamview daemon
sudo teamviewer --daemon start

Start to use teamview
sudo teamviewer

Option:
Set start program at the booting time
sudo systemctl enable teamviewerd.service
sudo systemctl start teamviewerd.service

Reference:

Related Posts:

0 意見:

張貼留言