Can't installing RPM package intltool?

6,042

intltool-0.41.0-1.1.el6.src.rpm is a source RPM package, containing the source code, patches and build instructions used to make the actual RPM intltool-0.41.0-1.1.el6.rpm package.

IIRC source RPM packages get installed in the /usr/src/ sub-directories, but if you weren't planning on building your own packages, you should simply download the correct binary package and install that, or use yum install intltool.

Share:
6,042

Related videos on Youtube

maihabunash
Author by

maihabunash

I am 17 years old and love to develop

Updated on September 18, 2022

Comments

  • maihabunash
    maihabunash over 1 year

    I want to install on my Linux Red Hat machine (6.3 64 bit) the rpm - intltool-0.41.0-1.1.el6.src.rpm.

    For some unclear reason I get this:

     /var/tmp]# rpm -i  intltool-0.41.0-1.1.el6.src.rpm
     warning: intltool-0.41.0-1.1.el6.src.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
     warning: user mockbuild does not exist - using root
     warning: group mockbuild does not exist - using root
     warning: user mockbuild does not exist - using root
     warning: group mockbuild does not exist - using root
     warning: user mockbuild does not exist - using root
     warning: group mockbuild does not exist - using root
     /var/tmp]# rpm -qa | grep -i  intltool
     /var/tmp]# 
    

    Questions

    • What's the problem?
    • How can I fix this?
    • Deer Hunter
      Deer Hunter almost 10 years
      The problem seems to be you are using the wrong tool. rpm has very limited use for the novice admin - mainly to install extra repositories. For everything else, you should be using yum.
  • maihabunash
    maihabunash almost 10 years
    Can you help me to find the latest rpm for red-hat 6.3 64bit? ( I cant use yum command )
  • HBruijn
    HBruijn almost 10 years
    Is it not on your install medium?
  • Deer Hunter
    Deer Hunter almost 10 years
    What's gone wrong with your yum? Your system is badly broken.