<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How To Install Packages Using Yum in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-packages-using-yum/m-p/4389802#M35823</link>
    <description>Hi Vaishakh,&lt;BR /&gt;&lt;BR /&gt;Regarding yum,&lt;BR /&gt;&lt;BR /&gt;To register your system with RHN type the following command and just follow instructions (CentOS user skip to next step):&lt;BR /&gt;&lt;BR /&gt;# rhn_register&lt;BR /&gt;&lt;BR /&gt;WARNING! These examples only works with RHEL / CentOS Linux version 5.x or above. For RHEL 4.x and older version use up2date command.&lt;BR /&gt;&lt;BR /&gt;Display list of updated software (security fix)&lt;BR /&gt;Type the following command at shell prompt:&lt;BR /&gt;&lt;BR /&gt;# yum list updates&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Patch up system by applying all updates&lt;BR /&gt;To download and install all updates type the following command:&lt;BR /&gt;&lt;BR /&gt;# yum update &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;List all installed packages&lt;BR /&gt;List all installed packages, enter:&lt;BR /&gt;&lt;BR /&gt;# rpm -qa&lt;BR /&gt;# yum list installed &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Install the specified packages [ RPM(s) ]&lt;BR /&gt;# yum install {package-name-1} {package-name-2}&lt;BR /&gt;# yum install httpd&lt;BR /&gt;&lt;BR /&gt;Task: Remove / Uninstall the specified packages [ RPM(s) ]&lt;BR /&gt;&lt;BR /&gt;# yum remove {package-name-1} {package-name-2}&lt;BR /&gt;# yum remove httpd&lt;BR /&gt;&lt;BR /&gt;For details check below link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-yum-command-howto/" target="_blank"&gt;http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-yum-command-howto/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://fedoraforum.org/forum/showthread.php?t=25880" target="_blank"&gt;http://fedoraforum.org/forum/showthread.php?t=25880&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Taifur&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Apr 2009 07:45:50 GMT</pubDate>
    <dc:creator>Taifur</dc:creator>
    <dc:date>2009-04-01T07:45:50Z</dc:date>
    <item>
      <title>How To Install Packages Using Yum</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-packages-using-yum/m-p/4389798#M35819</link>
      <description>Can any one help me,&lt;BR /&gt;&lt;BR /&gt;1. How to install packages using yum through online .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanking in advance.</description>
      <pubDate>Sat, 28 Mar 2009 17:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-packages-using-yum/m-p/4389798#M35819</guid>
      <dc:creator>vaishakh k</dc:creator>
      <dc:date>2009-03-28T17:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: How To Install Packages Using Yum</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-packages-using-yum/m-p/4389799#M35820</link>
      <description>See  here - &lt;A href="http://fedoraforum.org/forum/showthread.php?t=25880" target="_blank"&gt;http://fedoraforum.org/forum/showthread.php?t=25880&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Sat, 28 Mar 2009 22:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-packages-using-yum/m-p/4389799#M35820</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-03-28T22:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: How To Install Packages Using Yum</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-packages-using-yum/m-p/4389800#M35821</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;yum -y install mysql*&lt;BR /&gt;&lt;BR /&gt;This will install all mysql* packages without the y/n prompt before install (-y)&lt;BR /&gt;&lt;BR /&gt;There is a man page as well that works pretty well to learn the command.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 30 Mar 2009 10:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-packages-using-yum/m-p/4389800#M35821</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-30T10:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: How To Install Packages Using Yum</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-packages-using-yum/m-p/4389801#M35822</link>
      <description>First find that package you would like to install by doing a 'yum list *traf*'; for me it maybe 'iptraf' and I proceed to install this package by doing 'yum install iptraf'.  Yum configuration is fine-tuned via /etc/yum.conf and the repostiories from where your packages are going to be fetched from is set via the seperate files inside '/etc/yum.repos.d/'. 'man yum' is your friend.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Apr 2009 07:16:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-packages-using-yum/m-p/4389801#M35822</guid>
      <dc:creator>Ragu_3</dc:creator>
      <dc:date>2009-04-01T07:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: How To Install Packages Using Yum</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-packages-using-yum/m-p/4389802#M35823</link>
      <description>Hi Vaishakh,&lt;BR /&gt;&lt;BR /&gt;Regarding yum,&lt;BR /&gt;&lt;BR /&gt;To register your system with RHN type the following command and just follow instructions (CentOS user skip to next step):&lt;BR /&gt;&lt;BR /&gt;# rhn_register&lt;BR /&gt;&lt;BR /&gt;WARNING! These examples only works with RHEL / CentOS Linux version 5.x or above. For RHEL 4.x and older version use up2date command.&lt;BR /&gt;&lt;BR /&gt;Display list of updated software (security fix)&lt;BR /&gt;Type the following command at shell prompt:&lt;BR /&gt;&lt;BR /&gt;# yum list updates&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Patch up system by applying all updates&lt;BR /&gt;To download and install all updates type the following command:&lt;BR /&gt;&lt;BR /&gt;# yum update &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;List all installed packages&lt;BR /&gt;List all installed packages, enter:&lt;BR /&gt;&lt;BR /&gt;# rpm -qa&lt;BR /&gt;# yum list installed &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Install the specified packages [ RPM(s) ]&lt;BR /&gt;# yum install {package-name-1} {package-name-2}&lt;BR /&gt;# yum install httpd&lt;BR /&gt;&lt;BR /&gt;Task: Remove / Uninstall the specified packages [ RPM(s) ]&lt;BR /&gt;&lt;BR /&gt;# yum remove {package-name-1} {package-name-2}&lt;BR /&gt;# yum remove httpd&lt;BR /&gt;&lt;BR /&gt;For details check below link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-yum-command-howto/" target="_blank"&gt;http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-yum-command-howto/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://fedoraforum.org/forum/showthread.php?t=25880" target="_blank"&gt;http://fedoraforum.org/forum/showthread.php?t=25880&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Taifur&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Apr 2009 07:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-packages-using-yum/m-p/4389802#M35823</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-04-01T07:45:50Z</dc:date>
    </item>
  </channel>
</rss>

