LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   unable to install rpm pkgs on RHEL 6 (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-install-rpm-pkgs-on-rhel-6-a-4175499492/)

shruti1605 03-26-2014 01:49 AM

unable to install rpm pkgs on RHEL 6
 
Hi,

I am trying to install RPM pkgs on RHEL 6.2 version, but while trying I am getting the following error:

Error: Failed Dependencies
libdirectfb-1.4.so.5()(64bit) is needed by lib64SDL1.2-0-1-2.14-9.x86_64
libggi.so.2()(64bit) is needed by lib64SDL1.2-0-1-2.14-9.x86_64
tog-Pegasus conflicts with libcmpiCppImp10-2.0.1-5.ele.i686
tog-pegasus conflicts with libcmpiCppImp10-2.0.1-5.ele.x86_64

I have tried to search these libs over the net but couldn't find any relevant links on this.
Can you please tell me from where I can download these libs and how I will install these libs?
After downloading these libs so i have to copy them in dependent lib's folder or any where in rpm repository.

Thanks
Shruti

kirukan 03-26-2014 02:04 AM

Is it registered version? if so you can use yum to install package it will find all the dependencies from the repository. if it is not registered RHEL version you may try with EPEL repo or Centos repo

knudfl 03-26-2014 03:24 AM

#1, @shruti1605 : Welcome to LQ.
Quote:

where I can download these libs , and how I will install these libs ?
You are not supposed to download anything. Please use yum for package install.


"how I will install these libs" : That's impossible with an OS {not registered}.
Either pay Redhat, or use the identical CentOS 6.5 http://www.centos.org/

You can also migrate your RHEL6 to CentOS6 http://wiki.centos.org/HowTos/MigrationGuide

-

shruti1605 03-26-2014 03:37 AM

Hi,

I am using a registered version of RHEL 6.2. only.
and the server is not connected with LAN network as of now, so in this case can you please guide me for using YUM INSTALL?

chrism01 03-26-2014 03:48 AM

If you are using a registered copy, then in order to update, it must be connected to the repos at RedHat OR a local copy of the repos if you have one.

You may find a list of the repos it looks at by looking in /etc/yum.repos.d/ or try
Code:

yum repolist
yes; repolist is one word.

Also, try
Code:

yum update
as the root user and post the output.


All times are GMT -5. The time now is 01:06 AM.