Install/Update Skype for CentOS 7
Install/Update Skype for CentOS 7
- wget https://go.skype.com/skypeforlinux-64.rpm
- sudo yum localinstall ./skypeforlinux-64.rpm
Если после обновления Skype не стартует, то выполняем в терминале:
- /usr/share/skypeforlinux/skypeforlinux
Если видим результат типа такого:
- [4154:1230/082038.483647:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I’m aborting now. You need to make sure that /usr/share/skypeforlinux/chrome-sandbox is owned by root and has mode 4755.
то выполняем:
- sudo chmod 4755 /usr/share/skypeforlinux/chrome-sandbox
В результате права будут изменены с -rwxr-xr-x на -rwsr-xr-x (“s” means “suid” - takes the rights of user or group when executed).
===
Перепечатка материалов блога разрешается с обязательной ссылкой на blog.coolsoftware.ru