Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 21, 2024, 04:07:38 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
General Networking Support in Linux
»
YUM CONFIGURATION
« previous
next »
Print
Pages: [
1
]
Author
Topic: YUM CONFIGURATION (Read 12846 times)
PCSSUN0007
New Member
Posts: 1
YUM CONFIGURATION
«
on:
June 19, 2009, 09:08:56 AM »
hi all,
i want to make local yum repositry for standalone pc
Logged
idveera
Linux Noob !
Posts: 4
Re: YUM CONFIGURATION
«
Reply #1 on:
June 21, 2009, 07:11:42 AM »
hi
first mount DVD ( redhat os) for your /mnt directory
then follow below steps
# mkdir /var/ftp/pub/Server
# cd /mnt
# cd /Server
# cp -r . /var/ftp/pub/Server
# rpm -ivh createrepo -v /var/ftp/pub/Server
then
# vim /etc/yum.repos.d/rhel....repo
(RHEL)
name=RHEL
baseurl=file:///var/ftp/pub/Server
enabled=1
gpgcheck=0
wq! -- to save
# cd /var/ftp/pub/Server
Server# rm -rf .olddata
#yum clean all
# yum install package name
Logged
itguy
New Member
Posts: 2
Re: YUM CONFIGURATION
«
Reply #2 on:
January 26, 2013, 06:45:36 PM »
you can check below site for step by step info.
http://redhatserverconfiguration.blogspot.in/p/yum-server-introduction-yellowdog.html
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
General Networking Support in Linux
»
YUM CONFIGURATION