Re: yum - how it works?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please find attachment!


Best Regards,

Shariq Siddiqui
Advanced Operations Technology
PO.Box : 25904 - Riyadh 11476
Riyadh Saudi Arabia
Tel : +966 1 291 0605 -
Fax:+966 1 291 3328

 
 

--- On Mon, 1/18/10, David McWilliams <davidkmcw@xxxxxxxxx> wrote:


From: David McWilliams <davidkmcw@xxxxxxxxx>
Subject: Re: yum - how it works?
To: "Asim.Zuberi.1993" <Asim.Zuberi.1993@xxxxxxxx>, "General Red Hat Linux discussion list" <redhat-list@xxxxxxxxxx>
Date: Monday, January 18, 2010, 2:59 PM


http://tinyurl.com/ygocfgq

Sláinte,

David

"Build a man a fire he'll be warm for a day, set a man on fire and he'll be
warm for the rest of his life" - Terry Pratchett

Checkout my photos - http://www.panoramio.com/user/1113507


On Mon, Jan 18, 2010 at 3:39 PM, Asim Zuberi <az6@xxxxxxxx> wrote:

>
>
> Hello All -
>
>
>
> Can someone please email me the link to a document or a website which helps
> in explaining how the "yum" works?
>
>
>
> thanks!
>
> --Asim;
>
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>
-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



      
HOW TO create your own yum repo

you must have creterepo.xxx.rpm and vsftpd.xxx.rpm
#rpm -ivh createrepo.xxx.rpm
#rpm -ivh vsftpd.xxx.rpm

copy all RPMs to /var/ftp/pub

#createrepo /var/ftp/pub

check in browser wheter its accessable or not by

ftp://127.0.0.1 (if local system other wise IP address of that server)

NOW create yum-repo-file (from where you want run YUM command) by

#vi /etc/yum.repos.d/abc.repo

[any name]
servername=myserver
baseurl=ftp://127.0.0.1
enabled=1
gpgcheck=0

save and quit

#yum clean all


now check weather its working or not by installing packages

i.e.

#yum install package_name
or
#yum upgrade package_name



[Document by Shariq Siddiqui]
-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux