On 11/17/16 22:23, geo wrote:
On 11/17/2016 07:47 PM, Peter wrote:
On 18/11/16 11:01, Liam O'Toole wrote:
On 2016-11-17, Rodrigo Pichiñual Norin rodrigo.pichinual@gmail.com wrote:
Hi all.
I search info in the web about how to install skype on centos 6.5, but just exists info about skype with architecture to 32 bit.
someone can me explicain, how to install skype for 64 bit architecture , it's possible?
You can install and run 32-bit Skype on 64-bit CentOS 6. I recommended the Nux repo[1] for convenience. The various 32-bit dependencies will be installed by yum.
The old 32 bit version in the Nux repo won't be working for much longer as skype is changing it's protocols. There is a new 64 bit alpha version you can get directly from skype that works:
bad link should be;
The instructions for yum works, and after that just: yum install skypeforlinux
Peter
Your solution only works on CentOS 7. The OP is trying to install Skype on CentOS 6. The Skype package requires
[root@peach ~]# yum install skypeforlinux Error: Package: skypeforlinux-1.12.0.4-1.x86_64 (skype-stable) Requires: libgnome-keyring
[root@peach RPM_REPO]# yum install libgnome-keyring-3.8.0-3.el7.x86_64.rpm Error: libgnome-keyring conflicts with gnome-keyring-2.28.2-8.el6_3.x86_64 Error: libgnome-keyring conflicts with gnome-keyring-2.28.2-8.el6_3.i686
On CentOS 6 the package is named gnome-keyring. On CentOS 7 the package is named libgnome-keyring. libgnome-keyring is not available on CentOS 6 so the package will not install.