TOday i'll tell u a way to install viscus server and the way to assemble it. yum server stands for yellow dog updater Modified
yum server is largely used for install UNIX packages and server this server is incredibly necessary to handles the linux server.
YUM are often assemble to appear for a rev in multiple location
Internet access isn't offered throughout the RHCE vi examination
YUM server permit you to form native repository
During the examination you may have a affiliation to native repository
Use YUM to put in and take away rev where attainable throughout the examination
YUM mechanically resolve software package dependencies
first of all
disable firewall.
config ip
Now how to configure yum commands.
1 mount /dev/cdrom/mnt. enter
2 cd /mnt
3 cd /Packages ( note :- Package p always capital otherwise your command could not be process.)
4 package]# rpm -ivh vsftp*
5 package]# rpm -ivh deltarpm and then press tab
6 package]# rpm -ivh pythondelta and then press tab
7 package]# rpm -ivh createrepo and then press tab
8cd /mnt
9cd /var/ftp
10 createrepo -v pub
11 createrepo --database pub
12 cd
13 vim /etc/yum.repos.d/anyname.repo
note:-(and then create file)
[anyname]
name=yum
baseurl=file:///var/ftp/pub/
enable-1
gpgchk=0
:wq
14 service network restart
15 service vsftpd restart
16 yum clean all
17 yum update
now configure your server side yum ready
Comments
Post a Comment