Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 5 of 5

This is a discussion on VPS setup up install yum on FC5 in the VPS & Dedicated forum
im trying to follow this guide http://www.howtoforge.com/perfect_setup_fedora_core_5 to set up my vps. first thing, i checked to see if yum was installed, it was not. ...

  1. #1
    JPC Member
    Join Date
    Mar 2007
    Location
    seattle, wa
    Posts
    2

    VPS setup up install yum on FC5

    im trying to follow this guide http://www.howtoforge.com/perfect_setup_fedora_core_5 to set up my vps. first thing, i checked to see if yum was installed, it was not. i looked in the forums and found this great example:
    yum on vps
    but this is for a different distro, and im still a noob with linux. so im a little hesitent. And i'd like to try it myself before pestering support with a new ticket. any ideas?

  2. #2
    JPC Guru
    Join Date
    Apr 2006
    Location
    Sweden
    Posts
    263
    Basicly you go here -> http://download.fedora.redhat.com/pu...s/Fedora/RPMS/ (It takes along time to load, so just be patient)

    (I use Fedora Core 4 on my server so I go to the same address but change 5 with a 4)

    Search for yum. There will be an rpm file there. (search through your browser)
    right click and copy the link of the file you want (in this case yum)

    In SSH: cd to the directory you want to store the downloaded RPM files, such as root (~)

    wget http://download.fedora.redhat.com/pu...0-1.noarch.rpm

    rpm -Ugh yum-2.6.0-1.noarch.rpm

    This will install it. But you will probebly get an error that you need a few more RPMS, search for them in the previus list, do the same as I showed you with yum package. When you have installed all those packages that yum needs you will have to run:

    rpm -Ugh yum-2.6.0-1.noarch.rpm

    Once again to install (or show the name of a package you forgot to install)
    It might work instantly if so it will tell you that it has installed the package. And you're ready to run yum install/remove/search etc

    Hope that helped, if you have any questions just post them here or send me a PM on this forum
    Last edited by AlexKall; 03-23-2007 at 01:15 PM.
    My VPS server:
    www.myfedoraserver.com


  3. #3
    JPC Member
    Join Date
    Mar 2007
    Location
    seattle, wa
    Posts
    2
    thanks, i'll try that soon as i can!

  4. #4
    Rob
    Rob is offline
    I am the one and only Rob's Avatar
    Join Date
    Nov 2005
    Location
    It varies
    Posts
    425
    Open a ticket the techs should be able to do it for you seeing as the VPS plans are managed
    Rob



  5. #5
    JPC Guru
    Join Date
    Apr 2006
    Location
    Sweden
    Posts
    263
    It's a very good thing to do it yourself if you want to lern an new OS
    My VPS server:
    www.myfedoraserver.com


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •