Results 1 to 4 of 4
Hello Everybody,
I have a conflict on Fedora-10 for Skype installation on x84_64. I have tried:
# rpm -ivh skype*
but then comes:
# libQtCore.so.1 is needed by skype-2.0.0.72-fc5.i586
# ...
- 04-04-2009 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 6
Conflicts on FC10 for Skype installation
Hello Everybody,
I have a conflict on Fedora-10 for Skype installation on x84_64. I have tried:
# rpm -ivh skype*
but then comes:
# libQtCore.so.1 is needed by skype-2.0.0.72-fc5.i586
# libQtDBus.so.1 is needed by skype-2.0.0.72-fc5.i586
...
# libXss.so.1 is needed by skype-2.0.0.72-fc5.i586
Then I tried
# yum install qt-x11.i386
# yum install libXScrnSaver.i386
# rpm -ivh skype-2.0.0.72-fc5.i586.rpm
what gives
#Test Transaction Errors: package krb5-libs-1.6.3-17.fc10.x86_64 (which is newer than krb5-libs-1.6.3-16.fc10.i386) is already installed
....
then I tried
# rpm -e krb5-libs-1.6.3-17.fc10.x86_64
what gives the error:
# libgssapi_krb5.so.2()(64bit) is needed by (installed) cupsddk-drivers-1.2.3-5.fc10.x86_64
...
So, I cannot install the package E, because it needs C. But C cannot be installed, because it conflicts with D, which is installed yet, but D is not allowed to be uninstalled, because it is need for F.
Some hints?.....????
- 04-04-2009 #2Did any of above command throw error? Have both packages been installed successfully?# yum install qt-x11.i386
# yum install libXScrnSaver.i386It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-04-2009 #3Just Joined!
- Join Date
- Dec 2008
- Posts
- 6
yum install qt-x11.i386 did not install
Here it goes
# yum install libXScrnSaver.i386
...
# Package libXScrnSaver-1.1.3-1.fc10.i386 already installed and latest version
Nothing to do
What is fine! But then...
# yum install qt-x11.i386
it gets
#Transaction Check Error
package krb5-libs-1.6.3-17.fc10.x86_64 (which is newer than krb5-libs-1.6.3-16.fc10.i386) is already installed
package glib2-2.18.4-2.fc10.x86_64 (which is newer than glib2-2.18.4-1.fc10.i386) is already installed
Some suggestions?
- 04-04-2009 #4
Hello, try just this
Use yum to search for itCode:yum install qt-x11
Code:yum search qt-x11
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote