Results 1 to 3 of 3
-
8th Jul 2009, 08:38 AM #1OPMemberWebsite's:
Plutost.com OffshorePort.net Desi-Mobilez.com PhotoshopDesigner.co.uk TutsBy.me BabesWallpapers.netInstalling YUM on CentOS 5.3
This tutorial will guide you to install YUM on a CentOS 5.3 Server.
================
Login as root in SSH Command Prompt of your VPS
Run these commandsThis will download all the RPMs needed to install YUMCode:mkdir temp && cd temp wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/elfutils-0.137-3.el5.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/elfutils-libs-0.137-3.el5.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/elfutils-libelf-0.137-3.el5.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/expat-1.95.8-8.2.1.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/gmp-4.1.4-10.el5.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/libxml2-2.6.26-2.1.2.7.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/libxml2-python-2.6.26-2.1.2.7.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/m2crypto-0.16-6.el5.3.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/python-2.4.3-24.el5.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/python-elementtree-1.2.6-5.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/python-iniparse-0.2.3-4.el5.noarch.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/python-sqlite-1.1.7-1.2.1.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/python-urlgrabber-3.1.0-5.el5.noarch.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/readline-5.1-1.1.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/rpm-4.4.2.3-9.el5.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/rpm-libs-4.4.2.3-9.el5.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/rpm-python-4.4.2.3-9.el5.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/sqlite-3.3.6-2.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/yum-3.2.19-18.el5.centos.noarch.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/yum-fastestmirror-1.1.16-13.el5.centos.noarch.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/yum-metadata-parser-1.1.2-2.el5.i386.rpm
=================
Now run these commands to install those RPMsThis will install all those downloaded RPMsCode:rpm -Uvh elfutils-0.137-3.el5.i386.rpm rpm -Uvh elfutils-libs-0.137-3.el5.i386.rpm rpm -Uvh elfutils-libelf-0.137-3.el5.i386.rpm rpm -Uvh expat-1.95.8-8.2.1.i386.rpm rpm -Uvh gmp-4.1.4-10.el5.i386.rpm rpm -Uvh libxml2-2.6.26-2.1.2.7.i386.rpm rpm -Uvh libxml2-python-2.6.26-2.1.2.7.i386.rpm rpm -Uvh m2crypto-0.16-6.el5.3.i386.rpm rpm -Uvh python-2.4.3-24.el5.i386.rpm rpm -Uvh python-elementtree-1.2.6-5.i386.rpm rpm -Uvh python-iniparse-0.2.3-4.el5.noarch.rpm rpm -Uvh python-sqlite-1.1.7-1.2.1.i386.rpm rpm -Uvh python-urlgrabber-3.1.0-5.el5.noarch.rpm rpm -Uvh readline-5.1-1.1.i386.rpm rpm -Uvh rpm-4.4.2.3-9.el5.i386.rpm rpm -Uvh rpm-libs-4.4.2.3-9.el5.i386.rpm rpm -Uvh rpm-python-4.4.2.3-9.el5.i386.rpm rpm -Uvh sqlite-3.3.6-2.i386.rpm rpm -Uvh yum-3.2.19-18.el5.centos.noarch.rpm rpm -Uvh yum-fastestmirror-1.1.16-13.el5.centos.noarch.rpm rpm -Uvh yum-metadata-parser-1.1.2-2.el5.i386.rpm
Most of the RPMs would be installed by default, but it is a must to have the Latest Versions for installing YUM.
===========================
Now update the YUM by running this command
===========================Code:yum update yum
Code:yum -y update
Congratulations, you have successfully installed & configured YUM on your CentOS 5.3 Server.
Tutorial By - Plutost
-------------
Original Tutorial for CentOS 5.2 by Eric
Modified Tutorial for CentOS 5.3 by PlutostPlutost Reviewed by Plutost on . Installing YUM on CentOS 5.3 This tutorial will guide you to install YUM on a CentOS 5.3 Server. ================ Login as root in SSH Command Prompt of your VPS Run these commands mkdir temp && cd temp wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/elfutils-0.137-3.el5.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/elfutils-libs-0.137-3.el5.i386.rpm Rating: 5Plutost.com Asia & Europe Hosting Provider / Offshore Shared/VPS Hosting / Even Better than Gold
WHMCS License Verify (Catch those scam hosts)
Tutorials By .Me
-
8th Jul 2009, 11:04 PM #2MemberWebsite's:
UnderHost.us UHTLD.com PurpleKid.ca UHVPS.com UnderHost.tel Forums.WeHostYourDreams.comYou can only install via download link instead
Centos + yum on 64bits
Code:rpm ?import http://mirror.centos.org/centos-5/5....G-KEY-CentOS-5 rpm -ihv http://mirror.centos.org/centos/5.3/...1.2.7.i386.rpm rpm -ihv http://mirror.centos.org/centos/5.3/...2.7.x86_64.rpm rpm -ihv http://mirror.centos.org/centos-5/5....6-5.x86_64.rpm rpm -ihv http://mirror.centos.org/centos-5/5....el5.noarch.rpm rpm -ihv http://mirror.centos.org/centos-5/5....2.1.x86_64.rpm rpm -ihv http://mirror.centos.org/centos-5/5....5.2.x86_64.rpm rpm -ihv http://mirror.centos.org/centos-5/5....0-2.noarch.rpm rpm -ihv http://mirror.centos.org/centos-5/5....6-2.x86_64.rpm rpm -ihv http://mirror.centos.org/centos-5/5....el5.x86_64.rpm rpm -ihv http://mirror.centos.org/centos-5/5....s.1.noarch.rpm
********? UnderHost ? Providing Affordable and Quality USA Hosting & Offshore Hosting
********? 24/7 Fast Support / 99.9% Uptime Guarantee
********? UHVPS ? Virtual Private Servers & Premium Offshore VPS
********? Hong Kong - Singapore - USA - Canada - Netherlands - United Kingdom - Germany - Malaysia ?
-
9th Jul 2009, 01:29 PM #3OPMemberWebsite's:
Plutost.com OffshorePort.net Desi-Mobilez.com PhotoshopDesigner.co.uk TutsBy.me BabesWallpapers.netPlutost.com Asia & Europe Hosting Provider / Offshore Shared/VPS Hosting / Even Better than Gold
WHMCS License Verify (Catch those scam hosts)
Tutorials By .Me
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Installing RUTorrent on Centos 5.5
By Maverick in forum Technical Help Desk SupportReplies: 13Last Post: 19th Sep 2011, 12:02 AM -
Installing wine on CentOs 5.4 - 64 Bit
By RiteshH in forum Technical Help Desk SupportReplies: 4Last Post: 10th Sep 2010, 05:29 AM -
Installing LxAdmin on CentOS 5.3
By Plutost in forum Technical and Security TutorialsReplies: 11Last Post: 14th Aug 2010, 07:31 PM -
help installing a script on centos vps
By bachbell in forum Server ManagementReplies: 5Last Post: 30th Jul 2010, 02:25 PM -
Installing Memcache on CentOS 5.2 | Help Please
By Lifetalk in forum Server ManagementReplies: 1Last Post: 7th Jun 2009, 07:16 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...