<?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 Linux Depots in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-depots/m-p/4725635#M43013</link>
    <description>Greetings...&lt;BR /&gt;&lt;BR /&gt;How do i make depots in linux? Similar to HP-UX swcopy -s (making depot from a source)and swlist -l depot (which would list the depots?)&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
    <pubDate>Mon, 13 Dec 2010 13:48:36 GMT</pubDate>
    <dc:creator>brian_31</dc:creator>
    <dc:date>2010-12-13T13:48:36Z</dc:date>
    <item>
      <title>Linux Depots</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-depots/m-p/4725635#M43013</link>
      <description>Greetings...&lt;BR /&gt;&lt;BR /&gt;How do i make depots in linux? Similar to HP-UX swcopy -s (making depot from a source)and swlist -l depot (which would list the depots?)&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
      <pubDate>Mon, 13 Dec 2010 13:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-depots/m-p/4725635#M43013</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2010-12-13T13:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Depots</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-depots/m-p/4725636#M43014</link>
      <description>Linux does not have depots.&lt;BR /&gt;&lt;BR /&gt;Instead, Linux has software packages (in different formats, like .rpm and .deb) and package repositories.&lt;BR /&gt;&lt;BR /&gt;For making the actual packages, you would use documentation like this:&lt;BR /&gt;&lt;A href="http://tldp.org/HOWTO/RPM-HOWTO/" target="_blank"&gt;http://tldp.org/HOWTO/RPM-HOWTO/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But your question seems more about package repositories. &lt;BR /&gt;&lt;BR /&gt;In general, a package repository is essentially a directory or a specific directory hierarchy with the packages in it, often with some metadata added. The specific format depends on which package management tools you (or your Linux distribution of choice) is using.&lt;BR /&gt;&lt;BR /&gt;Depending on your requirements, there might not even be a need to create a repository at all. In Linux, the basic package installation tools can accept multiple packages on the same command line:&lt;BR /&gt;&lt;BR /&gt;RPM: (RedHat and a lot of other distros)&lt;BR /&gt;rpm -ivh foo.rpm bar.rpm baz.rpm&lt;BR /&gt;&lt;BR /&gt;.deb: (Debian, Ubuntu etc.)&lt;BR /&gt;dpkg -i foo.deb bar.deb baz.deb&lt;BR /&gt;&lt;BR /&gt;Also Linux package management tools usually won't force you to reboot in any case. Of course, when you install a new kernel package, you may have to reboot to start using it... but you get to do it on your own terms, at the time of your choice. This means installing multiple patches using separate commands is not a problem: unlike in HP-UX, there is no need to merge multiple packages into a single depot to get them all installed with just one reboot.&lt;BR /&gt;&lt;BR /&gt;So if you're in a hurry, you can just create a directory, toss a bunch of package files into it and say "run the appropriate installation command (rpm -ivh *.rpm or dpkg -i *.deb, respectively) in it" and call it good.&lt;BR /&gt;&lt;BR /&gt;But creating a proper package repository isn't that difficult either... at least if your Linux distribution is using the "yum" package manager:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/tips/redhat-centos-fedora-linux-setup-repo.html" target="_blank"&gt;http://www.cyberciti.biz/tips/redhat-centos-fedora-linux-setup-repo.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In short: &lt;BR /&gt;- make a directory&lt;BR /&gt;- toss a bunch of RPM packages into it&lt;BR /&gt;- run the "createrepo" command on the directory to create the repository metadata&lt;BR /&gt;- make the directory accessible to your clients (make it available through a webserver or a FTP server, or share it over NFS, or whatever fits your requirements)&lt;BR /&gt;- write a small repository configuration file that tells yum where the repository is located (there are also GUI utilities that can simplify this step even further).&lt;BR /&gt;&lt;BR /&gt;Creating a repository for .deb packages is a bit more involved, but there are tools to make it easier:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.debian.org/HowToSetupADebianRepository" target="_blank"&gt;http://wiki.debian.org/HowToSetupADebianRepository&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 13 Dec 2010 14:36:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-depots/m-p/4725636#M43014</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-12-13T14:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Depots</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-depots/m-p/4725637#M43015</link>
      <description>Thanks MK..&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
      <pubDate>Mon, 13 Dec 2010 17:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-depots/m-p/4725637#M43015</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2010-12-13T17:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Depots</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-depots/m-p/4725638#M43016</link>
      <description>I did not read all of Matti's post but I am sure he said the same.&lt;BR /&gt;&lt;BR /&gt;here is what I do.&lt;BR /&gt;&lt;BR /&gt;OEL&lt;BR /&gt;I create an nfs respository with up2date and createrepo on my server and then configure yum to use only that. &lt;BR /&gt;&lt;BR /&gt;RHEL&lt;BR /&gt;all servers have rhn plugin disabled, except one, and then yum is configured for NFS directory like above.&lt;BR /&gt;&lt;BR /&gt;All details are available via rhel or oel (just google) or I can be more specific if needed.</description>
      <pubDate>Mon, 13 Dec 2010 22:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-depots/m-p/4725638#M43016</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-12-13T22:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Depots</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-depots/m-p/4725639#M43017</link>
      <description>using rpm you can even put your packages on a web or ftp server and get them directly from there without copying them over. this also works for other commands besides installing, you can query rpm packages remotely too.&lt;BR /&gt;&lt;BR /&gt;check the rpm manpage, check the 'FTP/HTTP OPTIONS' section.&lt;BR /&gt;&lt;BR /&gt;if you want to be a bit more advanced then that, depending on your needs you can create your own yum repository, documentation for that is available here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://yum.baseurl.org/wiki/RepoCreate" target="_blank"&gt;http://yum.baseurl.org/wiki/RepoCreate&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or use a more userfriendly web based tool from redhat called satellite (or the free oss version spacewalk), it does a lot more besides managing rpm packages though;&lt;BR /&gt;&lt;BR /&gt;satellite: &lt;A href="http://www.redhat.com/red_hat_network/moduledetail/" target="_blank"&gt;http://www.redhat.com/red_hat_network/moduledetail/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;spacewalk: &lt;A href="http://spacewalk.redhat.com/" target="_blank"&gt;http://spacewalk.redhat.com/&lt;/A&gt;</description>
      <pubDate>Tue, 14 Dec 2010 08:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-depots/m-p/4725639#M43017</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2010-12-14T08:29:10Z</dc:date>
    </item>
  </channel>
</rss>

