<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fen&#039;s site &#187; Open Source</title>
	<atom:link href="http://www.f3n.org/category/information-techcomputing-related/software/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.f3n.org</link>
	<description>Systems Admin, Gaming, Graphics.</description>
	<lastBuildDate>Mon, 16 May 2011 08:15:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Converting (x&#124;k)ubuntu-desktop to xorg-less ubuntu-server type install.</title>
		<link>http://www.f3n.org/2009/04/ubuntu-desktop-to-server/</link>
		<comments>http://www.f3n.org/2009/04/ubuntu-desktop-to-server/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 09:40:12 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[removing kubuntu-desktop]]></category>
		<category><![CDATA[removing ubuntu-desktop]]></category>
		<category><![CDATA[removing X11 from ubuntu]]></category>
		<category><![CDATA[removing xorg]]></category>
		<category><![CDATA[removing xubuntu-desktop]]></category>
		<category><![CDATA[ubuntu-server]]></category>

		<guid isPermaLink="false">http://www.f3n.org/?p=67</guid>
		<description><![CDATA[&#8230; is done by entering these commands replacing ubuntu-desktop with k/xubuntu-desktop and gdm with kdm if you have kubuntu-desktop installed. The commands will require either prepending &#8216;sudo&#8217; or running as root. Disclaimer: These commands are correct to the best of my knowledge and i have personally used them to remove ubuntu-desktop, but I provide no [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; is done by entering these commands replacing ubuntu-desktop with k/xubuntu-desktop and gdm with kdm if you have kubuntu-desktop installed. The commands will require either prepending &#8216;sudo&#8217; or running as root.</p>
<p><em>Disclaimer: These commands are correct to the best of my knowledge and i have personally used them to remove ubuntu-desktop, but I provide no guarantees that this won&#8217;t hose your particular system, so as always, you undertake these steps at your own risk.</em></p>
<p><code><br />
# /etc/init.d/gdm stop<br />
# apt-cache search ubuntu-desktop|grep Depends:|sed s/Depends:\ // |sed s/,//|xargs apt-get remove --purge<br />
</code><br />
This will auto abort, View the list make sure its not going removing anything critical, then run the command again appending &#8216;-y&#8217; to the end.<br />
<code><br />
# apt-cache search ubuntu-desktop|grep Recommends:|sed s/Recommends:\ // |sed s/,//|xargs apt-get remove --purge<br />
</code><br />
Same process again.<br />
<code><br />
# apt-get autoremove</code></p>
<p>There can sometimes be straggling packages left behind, but that should take care of the vast majority. I had some packages left on my system, namely some open office languages, and an xorg driver.</p>
<p>To view your currently install packages:<br />
<code># dpkg --get-selections|less</code></p>
<p>Remove any remaining packages that look graphical in nature, if you don&#8217;t know, ask on the <a href="http://ubuntuforums.org/">ubuntu forums</a> or <a href="irc://irc.freenode.net/ubuntu">irc support channel</a>, i&#8217;ll take no responsibility for you hosing your install.</p>
<p>Once that&#8217;s done you can install openssh/lamp/bind etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f3n.org/2009/04/ubuntu-desktop-to-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

