Re: yum not available [Re:Fedora core 4 and MySQL problem]

From: Leila Lappin (damovand_at_yahoo.com)
Date: 06/28/05

  • Next message: Bill Tangren: "Re: yum not available [Re:Fedora core 4 and MySQL problem]"
    Date: Tue, 28 Jun 2005 11:52:48 -0700 (PDT)
    To: General Red Hat Linux discussion list <redhat-list@redhat.com>
    
    

    --- Ugo Bellavance <ugob@camo-route.com> wrote:

    > Leila Lappin wrote:
    > >
    > > --- Ugo Bellavance <ugob@camo-route.com> wrote:
    > >
    > >
    > >>Just type, as root
    > >>
    > >>'yum -y install mysql-server' while you're
    > connected
    > >>to the internet.
    > >>
    > >>According to
    > >>
    > >
    > >
    >
    http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/
    > >
    > >>mysql server 4.1.11 is available in the standard
    > >>repository.
    > >>
    > >
    > >
    > >
    > > I did that but yum does not work on my setup, I
    > get
    > > yum command not found
    > >
    > > [snip]
    > >
    > > [root@localhost ~]# yum -y install mysql-server
    > > bash: yum: command not found
    > >
    > > [/snip]
    > >
    > >
    >
    > Do
    >
    > rpm -q yum
    >
    > If you get a 'not installed' message, type, as root
    >
    > rpm -i
    >
    http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/yum-2.3.2-7.noarch.rpm
    >
    > or download it (wget
    >
    http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/yum-2.3.2-7.noarch.rpm)
    > and then install with rpm -i yum-2.3.2-7.noarch.rpm
    >
    > Let me know how it goes.
    > >
    > >
    > >
    > >
    > ____________________________________________________
    >
    > > Yahoo! Sports
    > > Rekindle the Rivalries. Sign up for Fantasy
    > Football
    > > http://football.fantasysports.yahoo.com
    > >
    >
    > --
    > redhat-list mailing list
    > unsubscribe
    >
    mailto:redhat-list-request@redhat.com?subject=unsubscribe
    > https://www.redhat.com/mailman/listinfo/redhat-list
    >

    Ugo thank you for all your help. Unfortunately I was
    not able to either download or the rpm or install it.
    I tried to use wget and download the rpm package first
    and then install. I got the following error:

    [snip]
    [root@localhost myDownloads]# wget
    http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/yum-2.3.2-7.noarch

    --14:48:24--
    http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/yum-2.3.2-7.noarch

               => `yum-2.3.2-7.noarch'
    Resolving download.fedora.redhat.com...
    209.132.176.20, 209.132.176.220, 209.132.176.221, ...
    Connecting to
    download.fedora.redhat.com[209.132.176.20]:80...
    connected.
    HTTP request sent, awaiting response... 404 Not Found
    14:48:25 ERROR 404: Not Found.
    [/snip]
     
     
    When I tried to install directly from the url then I
    got some error messages and it hung
     
    [snip]
    [root@localhost myDownloads]# rpm -i
    http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/yum-2.3.2-7.noarch

    error: open of <!DOCTYPE failed: No such file or
    directory
    error: open of HTML failed: No such file or directory
    error: open of PUBLIC failed: No such file or
    directory
    [/snip]

    __________________________________________________
    Do You Yahoo!?
    Tired of spam? Yahoo! Mail has the best spam protection around
    http://mail.yahoo.com

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Bill Tangren: "Re: yum not available [Re:Fedora core 4 and MySQL problem]"

    Relevant Pages

    • Re: Is there any way to force a yum install/update?
      ... This is the best way to install packages that are not yet in the ... repositories - get or make a binary rpm (from source rpm or maybe from ... binaries that were not known about by rpm and yum and built an empty ... When you install a RPM something by yum, it updates the RPM database. ...
      (Fedora)
    • Re: fc4 yum update problems on two installations
      ... The database enry for the older package does not get removed, though it was overwritten by the new version. ... to remove the rpm entry only from the database. ... Using yum remove kernel xxx worked to get the latest kernel installed, ... yum install newerpackage ...
      (Fedora)
    • Re: Update problems!
      ... In a Fedora 7 system, ... the yum install will work. ... What puzzles me is that this key is missing from your rpm database. ...
      (Fedora)
    • Re: Is there any way to force a yum install/update?
      ... Download rpm you want to install. ... yum localinstall new.package.rpm ...
      (Fedora)
    • Re: MySQL Connectivity
      ... > of connecting to a MySQL database using Python. ... I'd ideally like to have Python ... > tried to build an RPM that would work with Python 2.3. ... setup.py install" instead of trying to create an RPM then install that? ...
      (comp.lang.python)