<?xml version="1.0" encoding="utf-8"?>
		<feed xmlns="http://www.w3.org/2005/Atom">
		  <title type="text">Slicehost Forum - So many distros...how do I manage?</title>
		  <updated>2010-09-09T03:00:21+00:00</updated>
		  <id>http://forum.slicehost.com/</id>
		  <link rel="alternate" type="text/html" hreflang="en" href="http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;page=1"/>
		  <link rel="self" type="application/atom+xml" href="http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;page=1&amp;Feed=Atom"/>
		  <generator uri="http://getvanilla.com/" version="1.1.8">
			 Lussumo Vanilla
		  </generator>
		  <entry>
		<title>So many distros...how do I manage?</title>
		<link rel="alternate" href="http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8196#Comment_8196" type="application/xhtml+xml" hreflang="en"/>
		<id>http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8196#Comment_8196</id>
		<published>2008-02-08T01:56:59+00:00</published>
		<updated>2010-09-09T03:00:21+00:00</updated>
		<author>
			<name>cbmeeks</name>
			<uri>http://forum.slicehost.com/account.php?u=1027</uri>
		</author>
		<summary type="text" xml:lang="en">
			A running joke around our office is how Microsoft has like 12 versions of Vista...yet there a 85,000 versions of Linux!  Ok, that's a joke...there is a kernel and different ...
		</summary>
		<content type="html">
			<![CDATA[A running joke around our office is how Microsoft has like 12 versions of Vista...yet there a 85,000 versions of Linux!  Ok, that's a joke...there is a kernel and different "packages/distros" but you get my point.<br /><br />Anyway, I would like to find a method that would basically allow me to pick any distro, auto-install my software (python 2.5, Django SVN, etc) without having to do it all by hand.  What's worse is that every distro is usually lacking some obscure library or the python that comes on distro A needs the library updated but distro B doesn't....etc.<br /><br />Is there anyway I can make this easy?<br /><br />In fact, I would be happy with settling with ONE distro.  But I wished I could just run "InstallApps" and all of my stuff would be installed no matter what was missing on the distro.<br /><br />Hope this makes sense.<br /><br />Thanks for any suggestions!<br /><br />cbmeeks<br /><a href="http://codershangout.com" target="_blank" rel="nofollow">http://codershangout.com</a>]]>
		</content>
	</entry>
	<entry>
		<title>So many distros...how do I manage?</title>
		<link rel="alternate" href="http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8197#Comment_8197" type="application/xhtml+xml" hreflang="en"/>
		<id>http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8197#Comment_8197</id>
		<published>2008-02-08T03:38:39+00:00</published>
		<updated>2010-09-09T03:00:21+00:00</updated>
		<author>
			<name>uniden9</name>
			<uri>http://forum.slicehost.com/account.php?u=997</uri>
		</author>
		<summary type="text" xml:lang="en">
			Most of the modern linux distribution have package management systems that automate installation and dependencies and do exact what you are talking about.  

Debian and Ubuntu use apt package ...
		</summary>
		<content type="html">
			<![CDATA[Most of the modern linux distribution have package management systems that automate installation and dependencies and do exact what you are talking about.  <br /><br />Debian and Ubuntu use apt package management. example #apt-get install apache2 <br />That all you have to do to install Apache.  There are several gui version to allow the user to graphically select a package and install. Example being aptitude.<br /><br />Centos uses yum as its package management. Its very similar to apt, yum install httpd<br />Also I believe you can use apt with Centos as well. <br /><br />Gentoo uses the portage package system. This has to be one of the cooler package systems in my option. It does not really distribute prebuilt binaries, it distributes automated method to get and compile from source code and manages the dependencies automatically as well and you will compile everything that you need.  Interesting part is how it manages the source dependencies, and it does this across a huge array of different architectures. emerge apache to install apache.  Be warned everything is compiled, and something take a long period of time to compile. <cough > kde gnome </cough>..<br /><br />The commands on yum and emerge maybe missing a switch or so, but they will all manage dependencies for the packages you are installing. You normally do not have to download and rpm/source code/or anything to install an application. But not installing is the only thing guaranteed, configuration is still required, and every distro has it own quirky configuration process and procedures.]]>
		</content>
	</entry>
	<entry>
		<title>So many distros...how do I manage?</title>
		<link rel="alternate" href="http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8201#Comment_8201" type="application/xhtml+xml" hreflang="en"/>
		<id>http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8201#Comment_8201</id>
		<published>2008-02-08T06:42:13+00:00</published>
		<updated>2008-02-08T06:42:30+00:00</updated>
		<author>
			<name>prionux</name>
			<uri>http://forum.slicehost.com/account.php?u=1093</uri>
		</author>
		<summary type="text" xml:lang="en">
			Another distribution that you may consider is Arch. I've been using Ubuntu for years but after using Arch for the last couple of weeks, I've fallen in love. One advantage that Arch has over other ...
		</summary>
		<content type="html">
			<![CDATA[	<p>Another distribution that you may consider is Arch. I&#8217;ve been using Ubuntu for years but after using Arch for the last couple of weeks, I&#8217;ve fallen in love. One advantage that Arch has over other distributions is that packages are kept very up to date. Arch has its own package management system called Pacman.</p>

	<p>Also, if you can&#8217;t find something you need in the official repositories, there is a user contributed repository that will probably have what you&#8217;re looking for. Example: Django <span class="caps">SVN</span> was updated yesterday (search for it <a href="http://aur.archlinux.org/packages.php" rel="nofollow" >here</a>) and it looks like it&#8217;s updated with the latest <span class="caps">SVN</span> changes about every week or two.</p>

	<p>One drawback to this distribution is that it is geared towards those that are a have some experience with Linux already. However, there are some great guides to get you started and the Arch community is very helpful.</p>]]>
		</content>
	</entry>
	<entry>
		<title>So many distros...how do I manage?</title>
		<link rel="alternate" href="http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8203#Comment_8203" type="application/xhtml+xml" hreflang="en"/>
		<id>http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8203#Comment_8203</id>
		<published>2008-02-08T13:59:43+00:00</published>
		<updated>2010-09-09T03:00:21+00:00</updated>
		<author>
			<name>cbmeeks</name>
			<uri>http://forum.slicehost.com/account.php?u=1027</uri>
		</author>
		<summary type="text" xml:lang="en">
			Thanks.  I'm actually pretty familiar with yum and apt.  See, that's actually my problem.  I install a new slice (or VirtualBox machine) with any particular distro and then I have to go through the ...
		</summary>
		<content type="html">
			<![CDATA[Thanks.  I'm actually pretty familiar with yum and apt.  See, that's actually my problem.  I install a new slice (or VirtualBox machine) with any particular distro and then I have to go through the talks of yum this yum that.<br /><br />II believe I have a lot of Linux experience (been using it since Slackware 3.0) but I guess I've always done things the hard/manual way.  Maybe I should research better ways to use the many tools out there.<br /><br />I will give Arch another shot.  I got turned off with Pacman because I saw it as yet one more tool to learn but that is really a good thing.  I heard a Linux podcast this morning and the guy was just raving about Arch so maybe I will give that a shot and just STICK WITH IT.  (Instead of switching so much).<br /><br />Maybe then I can develop some tools to make new installs better.  I think I like the idea of rolling installs...<br /><br />Thanks!<br /><br />cbmeeks<br /><a href="http://codershangout.com" target="_blank" rel="nofollow">http://codershangout.com</a>]]>
		</content>
	</entry>
	<entry>
		<title>So many distros...how do I manage?</title>
		<link rel="alternate" href="http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8209#Comment_8209" type="application/xhtml+xml" hreflang="en"/>
		<id>http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8209#Comment_8209</id>
		<published>2008-02-08T17:36:00+00:00</published>
		<updated>2010-09-09T03:00:21+00:00</updated>
		<author>
			<name>rob</name>
			<uri>http://forum.slicehost.com/account.php?u=1080</uri>
		</author>
		<summary type="text" xml:lang="en">
			I agree with prionux; I've been using Ubuntu for a while now and decided to give Arch a try last week and fell in love. Extremely lightweight and simple, and to me, even easier to use than Ubuntu. ...
		</summary>
		<content type="html">
			<![CDATA[	<p>I agree with prionux; I&#8217;ve been using Ubuntu for a while now and decided to give Arch a try last week and fell in love. Extremely lightweight and simple, and to me, even easier to use than Ubuntu. I&#8217;ve been keeping a log of notes on how I&#8217;ve gone about setting up my system and configuring everything. Perhaps I should add them to the <a href="http://wiki.slicehost.com/doku.php#arch" rel="nofollow" >Wiki</a> when I clean them up a bit, since it seems there&#8217;s no tutorials/guides yet for Arch here.</p>]]>
		</content>
	</entry>
	<entry>
		<title>So many distros...how do I manage?</title>
		<link rel="alternate" href="http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8222#Comment_8222" type="application/xhtml+xml" hreflang="en"/>
		<id>http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8222#Comment_8222</id>
		<published>2008-02-09T01:05:03+00:00</published>
		<updated>2010-09-09T03:00:21+00:00</updated>
		<author>
			<name>coolshawn</name>
			<uri>http://forum.slicehost.com/account.php?u=932</uri>
		</author>
		<summary type="text" xml:lang="en">
			From personal experience. I would say list out a few of the major distro's. Then from that find the one that has the best documentation for exactly what you want to do.
		</summary>
		<content type="html">
			<![CDATA[From personal experience. I would say list out a few of the major distro's. Then from that find the one that has the best documentation for exactly what you want to do.]]>
		</content>
	</entry>
	<entry>
		<title>So many distros...how do I manage?</title>
		<link rel="alternate" href="http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8224#Comment_8224" type="application/xhtml+xml" hreflang="en"/>
		<id>http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8224#Comment_8224</id>
		<published>2008-02-09T04:47:21+00:00</published>
		<updated>2010-09-09T03:00:21+00:00</updated>
		<author>
			<name>stubblechin</name>
			<uri>http://forum.slicehost.com/account.php?u=499</uri>
		</author>
		<summary type="text" xml:lang="en">
			*cbmeeks*:

&gt;I heard a Linux podcast this morning and the guy was just raving about Arch so maybe I will give that a shot and just STICK WITH IT. (Instead of switching so much).

Can you share ...
		</summary>
		<content type="html">
			<![CDATA[<p><em>cbmeeks</em>:</p>

<blockquote>
  <p>I heard a Linux podcast this morning and the guy was just raving about Arch so maybe I will give that a shot and just STICK WITH IT. (Instead of switching so much).</p>
</blockquote>

<p>Can you share this podcast's website with us? I'd like to listen and hear why this guy is raving about Arch so much!</p>
]]>
		</content>
	</entry>
	<entry>
		<title>So many distros...how do I manage?</title>
		<link rel="alternate" href="http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8225#Comment_8225" type="application/xhtml+xml" hreflang="en"/>
		<id>http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8225#Comment_8225</id>
		<published>2008-02-09T05:27:23+00:00</published>
		<updated>2010-09-09T03:00:21+00:00</updated>
		<author>
			<name>cbmeeks</name>
			<uri>http://forum.slicehost.com/account.php?u=1027</uri>
		</author>
		<summary type="text" xml:lang="en">
			The podcast was the Linux Reality episode 70.

Very nice podcast for all things Linux.

cbmeeks
http://codershangout.com
		</summary>
		<content type="html">
			<![CDATA[The podcast was the Linux Reality episode 70.<br /><br />Very nice podcast for all things Linux.<br /><br />cbmeeks<br /><a href="http://codershangout.com" target="_blank" rel="nofollow">http://codershangout.com</a>]]>
		</content>
	</entry>
	<entry>
		<title>So many distros...how do I manage?</title>
		<link rel="alternate" href="http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8238#Comment_8238" type="application/xhtml+xml" hreflang="en"/>
		<id>http://forum.slicehost.com/comments.php?DiscussionID=1340&amp;Focus=8238#Comment_8238</id>
		<published>2008-02-10T10:37:17+00:00</published>
		<updated>2010-09-09T03:00:21+00:00</updated>
		<author>
			<name>cactus</name>
			<uri>http://forum.slicehost.com/account.php?u=101</uri>
		</author>
		<summary type="text" xml:lang="en">
			&quot;the linux live tech show&quot; guys had an interview with the arch project lead not to long ago too.
heh
		</summary>
		<content type="html">
			<![CDATA[<p>"the linux live tech show" guys had an interview with the arch project lead not to long ago too.
heh</p>
]]>
		</content>
	</entry>
	
		</feed>