Wtf? I Hate Linux Rpm Dependencies!!!!

Discussion in 'Site & Server Administration' started by relixx, Feb 15, 2006.

  1. #1
    [root@localhost ~]# rpm -e php-5.0.4-10.5
    error: Failed dependencies:
            php = 5.0.4-10.5 is needed by (installed) php-pear-5.0.4-10.5.i386
    Code (markup):
    Dammit. Ok, let's try this:

    [root@localhost ~]# rpm -e php-pear-5.0.4-10.5
    error: Failed dependencies:
            php-pear is needed by (installed) php-5.0.4-10.5.i386
    Code (markup):
    WTF? I can't uninstall the one with uninstalling the other and vice versa? How the hell do I get around this? Now, because of this, I'm stuck half-way uninstalling crap so I can uninstall Apache2 :mad: AARG
     
    relixx, Feb 15, 2006 IP
  2. Phynder

    Phynder Well-Known Member

    Messages:
    2,603
    Likes Received:
    145
    Best Answers:
    0
    Trophy Points:
    178
    #2
    I know - it kills me too.

    Have you tried YUM or apt-get? Sometimes they do a great job. Ack - sometimes they do a bad job, so be aware.

    What distro are you using?
     
    Phynder, Feb 15, 2006 IP
  3. relixx

    relixx Active Member

    Messages:
    946
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    70
    #3
    Fedora Core 4. Im trying yum now *fingers crossed*
     
    relixx, Feb 15, 2006 IP
  4. Janissary

    Janissary Well-Known Member

    Messages:
    375
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    140
    #4
    have you tried ???
     
    Janissary, Feb 15, 2006 IP
  5. relixx

    relixx Active Member

    Messages:
    946
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    70
    #5
    Ya, yum worked like a dream :D
     
    relixx, Feb 15, 2006 IP
  6. Phynder

    Phynder Well-Known Member

    Messages:
    2,603
    Likes Received:
    145
    Best Answers:
    0
    Trophy Points:
    178
    #6
    Thank goodness! Sometimes it works like a nightmare... Glad it worked out!
     
    Phynder, Feb 15, 2006 IP
  7. forkqueue

    forkqueue Guest

    Messages:
    401
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #7
    BTW, the solution if you had wanted to use RPM was:

    
    rpm -e php-5.0.4-10.5 php-pear
    
    Code (markup):
    Easy when you know how eh? :)
     
    forkqueue, Feb 16, 2006 IP
  8. relixx

    relixx Active Member

    Messages:
    946
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    70
    #8
    Lol, yeah, it would be :p but as I'm a linux noobie...
     
    relixx, Feb 16, 2006 IP
  9. wishtofindout

    wishtofindout Peon

    Messages:
    26
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Debian is great:)
     
    wishtofindout, Feb 16, 2006 IP