 
    
<?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>Ubuntu 12.04 Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/category/ubuntu-2/ubuntu-12-04/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/category/ubuntu-2/ubuntu-12-04/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Wed, 13 Mar 2013 12:41:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Ubuntu 12.04 &#8211; How to Run a Shell / Command Line / Terminal with root Privilege / Access</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-run-a-shell-command-line-terminal-with-root-privilege-access/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Wed, 13 Mar 2013 12:41:20 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[root access]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2668</guid>

					<description><![CDATA[<p>This tutorial is for Ubuntu 12.04. It should be the same for other versions of Ubuntu and (probably) most other Linux distributions, but no guarantee is made./p> Detailed instructions for opening a command line / terminal can be found here. When you open a terminal in Ubuntu, you do not have administrative privileges. This means [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-run-a-shell-command-line-terminal-with-root-privilege-access/">Ubuntu 12.04 &#8211; How to Run a Shell / Command Line / Terminal with root Privilege / Access</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>This tutorial is for Ubuntu 12.04.</p>
<p>It should be the same for other versions of Ubuntu and (probably) most other Linux distributions, but no guarantee is made./p></p>
<p>Detailed instructions for opening a command line / terminal can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<p>When you open a terminal in Ubuntu, you do not have administrative privileges. This means that there are some operations you cannot perform at the terminal.</p>
<p>Ubuntu provides the <code>sudo</code> command which temporarily grants you administrative privilege. However, you still have to type <code>sudo</code> before each administrative command you want to perform.</p>
<p>If you want to live dangerously and have <u>full root access</u> while at the terminal, enter the following command in the terminal:</p>
<pre><code>sudo bash</code></pre>
<p>After entering your password, you now be running with full root privilege at the command line:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-root-access-in-terminal.png" alt="" border="0" class="centered"/></p>
<div class="c4">
<p><strong>Note:</strong> in order for this to work, you need to be a user who has the right to run <code>sudo</code>. In general, most users of Ubuntu have this right. However, user accounts can be created that do not have this right.</p>
</div>
<h3>How it Works</h3>
<p>Because some commands are potentially dangerous, unless you are <code>root</code> you are not allowed to run them. Using the <code>sudo</code> command temporarily elevates your status to <code>root</code> and allows you to run these commands.</p>
<p>When you run a terminal, it has the same privilege as the current user.</p>
<p>By running <code>sudo bash</code> you start another copy of the <code>bash shell</code>. However, you because you started it with <code>sudo</code> it runs with <code>root</code> privilege.</p>
<div class="c1">
<p>What is commonly called a terminal or command line is, in fact, a shell. There are many types of shells, <code>bash</code> is the default one with Ubuntu.</p>
</div>
<div class="c4">
<p><strong>WARNING:</strong> running as <code>root</code> is a good way to mess up your system if you are not careful because there are no checks in place to prevent you from making catastrophic changes to your system.</p>
<p>I grant that by using the <code>sudo</code> command you can also irretrievably damage your system, but at least you had to type <code>sudo</code> (and possibly a password) before doing anything.</p>
</div>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-run-a-shell-command-line-terminal-with-root-privilege-access/">Ubuntu 12.04 &#8211; How to Run a Shell / Command Line / Terminal with root Privilege / Access</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Change the Timeout Period for sudo</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-change-the-timeout-period-for-sudo/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Wed, 13 Mar 2013 11:25:43 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[12.04]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[timeout]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[visudo]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2666</guid>

					<description><![CDATA[<p>This tutorial is for Ubuntu 12.04. It should be the same for other versions of Ubuntu and (probably) most other Linux distributions, but no guarantee is made. Detailed instructions for opening a command line / terminal can be found here. By default, sudo temporarily grants administrative privileges for 15 minutes. This means the first time [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-change-the-timeout-period-for-sudo/">Ubuntu 12.04 &#8211; How to Change the Timeout Period for sudo</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>This tutorial is for Ubuntu 12.04.</p>
<p>It should be the same for other versions of Ubuntu and (probably) most other Linux distributions, but no guarantee is made.</p>
<p>Detailed instructions for opening a command line / terminal can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<p>By default, <code>sudo</code> temporarily grants administrative privileges for 15 minutes. This means the first time you run <code>sudo</code> you will be prompted for your password. For the next 15 minutes, you can run <code>sudo &lt;command&gt;</code> without having to enter a password.</p>
<p>This should be fine for most users because the average user is likely to drop down to a command line to run an administrative command or two rarely.</p>
<p><strong>1) Open</strong> a terminal using <code>Ctrl + Alt + T</code></p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-1.png" alt="" border="0" class="centered"/></p>
<p><strong>2) Enter</strong> the following command:</p>
<pre><code>sudo visudo</code></code></pre>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-2.png" alt="" border="0" class="centered"/></p>
<p><strong>3) Enter</strong> your password:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-3.png" alt="" border="0" class="centered"/></p>
<div class="c1">
<p><strong>Note:</strong> when you type your password, nothing will happen on the screen. This is normal. As a security feature, Linux does not echo back any indication of the characters you are typing in.</p>
</div>
<p>This will bring up the <code>sudo</code> configuration file in the <code>nano</code> editor. <span class="i1"><strong>Note:</strong> in other versions of Linux (or if Ubuntu has been modified), the configuration file may be opened with a different editor &#8211; in which case, you will need to Google for instructions on using that editor.</span></p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-4-thumb.png" alt="" border="0" class="centered"/></a></p>
<div class="c1">
<p>The command <code>visudo</code> does more than just open the <code>sudo</code> configuration file with the <code>nano</code> editor. It also <u>checks</u> to ensure the configuration file is correct (i.e. it will not let you edit the file and make it invalid). <strong>Note:</strong> you can still edit the file, so <code>sudo</code> becomes unusable, but the configuration file is valid.</p>
</div>
<p><strong>4) Locate</strong> the line <code>Defaults</code> (highlighted in <span class="i4">yellow</span>) and navigate to the end of it using the arrow / cursor keys on your keyboard. <strong>Add</strong> the following:</p>
<pre><code>,timestamp_timeout=0</code></pre>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-5-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-5-thumb.png" alt="" border="0" class="centered"/></a></p>
<div class="c1">
<p>The number tells <code>sudo</code> the number of minutes it should grant administrator privileges in this session.</p>
<p>A value of 0 tells <code>sudo</code> to <u>always</u> prompt for a password. Personally, this is the only setting that makes sense for me because if you are momentarily away from your computer, no one else can accidentally (or intentionally) run an administrative command while your <code>sudo</code> privilege is still active.</p>
<p>A positive number tells <code>sudo</code> to grant administrative privileges that that number of minutes. The number must be a whole number: 5, 15, 42, etc. Number like 3.1415 are not valid.</p>
<p>A negative number tells <code>sudo</code> to permanently grant administrative privileges during that session. The only use I see for this is if you want to have to type <code>sudo</code> before administrative commands, but not have to enter the password for subsequent commands.</p>
</div>
<p><strong>5) Save</strong> your changes by pressing <code>Ctrl + O</code>:<br />
<a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-6-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-6-thumb.png" alt="" border="0" class="centered"/></a></p>
<p>You will be prompted to save the file as <code>/etc/sudoers.tmp</code>.</p>
<p><strong>6) Press</strong> <u>Enter</u> to write the changes.</p>
<p><strong>7) Observe</strong> that the changes were written:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-7-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-change-sudo-timeout-7-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>8) Exit</strong> <code>visudo</code> by <strong>pressing</strong> <code>Ctrl + X</code>.</p>
<p>Starting a new command line session should pick up the changes you just made.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-change-the-timeout-period-for-sudo/">Ubuntu 12.04 &#8211; How to Change the Timeout Period for sudo</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; Command Line Basics: Editing Files</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-command-line-basics-editing-files/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Tue, 12 Mar 2013 18:06:57 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[edit files]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[pico]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2654</guid>

					<description><![CDATA[<p>This tutorial is for Ubuntu 12.04. It should be the same for other versions of Ubuntu and (probably) most other Linux distributions, but no guarantee is made. Detailed instructions for opening a command line / terminal can be found here. When you work at the command line, from time to time, it may be necessary [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-command-line-basics-editing-files/">Ubuntu 12.04 &#8211; Command Line Basics: Editing Files</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>This tutorial is for Ubuntu 12.04.</p>
<p>It should be the same for other versions of Ubuntu and (probably) most other Linux distributions, but no guarantee is made.</p>
<p>Detailed instructions for opening a command line / terminal can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>.</div>
<p>When you work at the command line, from time to time, it may be necessary to edit files.</p>
<p>Normally, you can use an editor like <code>gedit</code> (the GUI based editor that comes with Ubuntu), however, by default, it will not permit you to edit system configuration files (which are likely the files you are trying to edit if you happen to be at the command line).</p>
<h1>Starting gedit with Administrator Privileges</h1>
<p>Enter the following command to start <code>gedit</code> with administrator privileges:</p>
<pre><code>sudo gedit</code></pre>
<div class="c3">
<p><strong>Note:</strong> when you type your password, nothing will happen on the screen. This is normal. As a security feature, Linux does not echo back any indication of the characters you are typing in.</p>
<p>You should only be prompted to enter a password if you have not used the <code>sudo</code> command in the last 15 minutes or so.</p>
</div>
<p>You can also append the file you wish to open to the command. This will cause <code>gedit</code> to automatically open the file. For example:</p>
<pre><code>sudo gedit history.log</code></pre>
<div class="c3">
<p><strong>Note:</strong> this will only work if the file is in the current directory. However, if you are at the command line, then you probably have navigated to the directory in question.</p>
</div>
<h1>Editing with nano</h1>
<p>Sometimes, you cannot use <code>gedit</code> because you have no graphical interface (GUI) &#8211; for example, you need to edit some x-server settings because you can&#8217;t get a graphical display, so you are exclusively at a command line.</p>
<p>While <code>vi</code> or one of its clones (<code>vim</code>, <code>elvis</code>, <code>nvi</code>, and <code>vile</code> to name some) tend to be the preferred text editor among Unix / Linux geeks &#8211; it is not the friendliest for casual (or one-off) users. The other major editor is <code>emacs</code>, but it is not installed by default in Ubuntu and it is not user friendly either.</p>
<p><code>nano</code> is a clone of the <code>pico</code> editor.</p>
<p>To launch <code>nano</code> enter the command:</p>
<pre><code>sudo nano</code></pre>
<div class="c3">
<p><strong>Note:</strong> It will also launch if you type in <code>pico</code></p>
<p>As with <code>gedit</code> you can append the name of the file you want to edit to the command.</p>
</div>
<h1>Using nano</h1>
<p><code>nano</code> is a simple editor that allows you to navigate through the text using the arrow keys on your keyboard.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-command-line-basics-1.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/ubuntu-12.04-command-line-basics-1-thumb.png" alt="" border="0" class="centered"/></a></p>
<p>At the bottom of the screen, there are two lines (highlighted in blue) that display a number of common commands.</p>
<p>The caret (<code>^</code>) symbol means <code>Ctrl</code>, as in, <code>Ctrl + X</code>. This means that while holding down the <code>Ctrl</code> key, you press the other key as though you intend to type it.</p>
<div class="c2">
<p><strong>DO NOT</strong> press the Shift key because <code>Ctrl + Shift + X</code> is different from <code>Ctrl + X</code>.</p>
<p>It does <strong>NOT</strong> matter if your Caps Lock is on or off.</p>
</div>
<p>The most common commands you are likely to use are:</p>
<ul>
<li><code>^X</code> &#8211; (<code>Ctrl + X</code>) exit the editor</li>
<li><code>^O</code> &#8211; (<code>Ctrl + O</code>) save / write the contents of the editor</li>
<li><code>^R</code> &#8211; (<code>Ctrl + R</code>) open / read another file</li>
</ul>
<p>If you decide to browse through the help (<code>Ctrl + G</code>), then be aware of the following:</p>
<ul>
<li><code>^^</code> means <code>Ctrl + ^</code> not <code>Ctrl + Ctrl</code></li>
<li><code>M-</code> means the <code>Alt</code> key. The <code>Alt</code> key is used the same way the <code>Ctrl</code> key is: it is held down while another key is typed. For example: <code>M-\</code> means: while holding down the <code>Alt</code> key, press the <code>\</code> key as though you intend to type it.</li>
<li>Some commands have parentheses around them, the parentheses are not to be typed. For example, <code>(M-X)</code> simply means <code>Alt + X</code> &#8211; the parentheses have nothing to do with it and should be ignored.</li>
</ul>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-command-line-basics-editing-files/">Ubuntu 12.04 &#8211; Command Line Basics: Editing Files</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; Basic Command Line Techniques</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-command-line-techniques/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Thu, 13 Dec 2012 14:57:21 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2598</guid>

					<description><![CDATA[<p>This tutorial is for Ubuntu 12.04. It should be the same for every other version of Ubuntu and all other Linux distros, but I make no guarantee. Linux (on which Ubuntu is based) is fundamentally a command line driven operating system. While there are graphical interfaces to many of the available commands, sometimes you need [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-command-line-techniques/">Ubuntu 12.04 &#8211; Basic Command Line Techniques</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>This tutorial is for Ubuntu 12.04.</p>
<p>It should be the same for every other version of Ubuntu and all other Linux distros, but I make no guarantee.</p>
</div>
<p>Linux (on which Ubuntu is based) is fundamentally a command line driven operating system. While there are graphical interfaces to many of the available commands, sometimes you need (or have no choice) to work at the command line.</p>
<p>There are five fundamental things everyone working at the command line should know (or at least be aware of):</p>
<ol>
<li>man</li>
<li>pipes</li>
<li>redirection</li>
<li>more</li>
<li>ls</li>
</ol>
<h1>man</h1>
<div class="c1">
<p><code>man</code> is short for <u>manual</u></p>
</div>
<p><code>man</code> is the help file.</p>
<p>When you want to know more about a command, you enter <code>man <em>&lt;command name&gt;</em></code> to display information about the command. For example:</p>
<pre><code>man ls</code></pre>
<p>will bring up the <code>man</code> page for the command <code>ls</code>. You could also enter <code>man man</code> to display information about the <code>man</code> command. The <code>man</code> page for <code>ls</code> looks something like this:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/12/basic-command-line-techniques-1-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/12/basic-command-line-techniques-1-thumb.png" alt="" border="0" class="centered"/></a></p>
<p>To navigate through a <code>man</code> you use the following commands:</p>
<ul>
<li>q &#8211; exit (quit) the man page</li>
<li>SPACE or f &#8211; forward to the next page</li>
<li>b &#8211; backward to the previous page</li>
<li>e &#8211; forward one line</li>
<li>y &#8211; backward one line</li>
</ul>
<div class="c4">
<p>For some reason, there is no <code>man</code> page for the command <code>cd</code>.</p>
</div>
<h1>Pipes</h1>
<p>Pipes allow you to send the displayed output from one command to another command.</p>
<p>In other words, when you enter a command that displays a bunch of information on the terminal (and maybe scrolls past the top of the terminal), you can use a pipe to send that information to another command.</p>
<p>The most common use of pipes is with the <code>more</code> command. This is especially true when information scrolls past the top of the terminal.</p>
<p>The pipe is the vertical bar (or broken bar) symbol: &#8216;<code>|</code>&#8216;.</p>
<p>For example, any of the following commands is likely display information that will scroll past the top of the terminal:</p>
<pre><code>ls /bin
ls /etc
ls /lib</code></pre>
<p>If we pipe the output to the <code>more</code> command, then we can scroll through the output one display page at a time:</p>
<pre><code>ls /etc | more</code></pre>
<p>Another common use of pipes is with the <code>grep</code> command. (<code>grep</code> is often used to filter out unwanted information &#8211; but I won&#8217;t be covering <code>grep</code> here.)</p>
<p>You can pipe together as many commands as you like. The output from the command on the left of the pipe is sent to the command on the right of the pipe.</p>
<h1>Redirection</h1>
<p>Sometimes you need to capture the information displayed by a command. This is done using redirection.</p>
<p>The output displayed by a command can be sent to a file instead of the display.<./p></p>
<p>The redirection operator is the greater than symbol: &#8216;&#038;gt&#8217;.</p>
<p>For example, suppose I want to dump a <code>man</code> page to file, so I can later look at (or print that file). I can do so by redirecting the <code>man</code> output to a file (you choose the name of the file):</p>
<pre><code>man ls > ls.txt</code></pre>
<p>The above command will send the output of the <code>man</code> page for <code>ls</code> to a file called <u>ls.txt</u>. I can then handle <u>ls.txt</u> the same way I handle any text file.</p>
<p>Another example, I could send a directory listing to a file as well:</p>
<pre><code>ls > directory_list</code></pre>
<p>The above command will send the output of <code>ls</code> to a file called <u>directory_list</u>. Again, the file can be handled the same way any other text file is handled.</p>
<p>Redirection always send stores the file in the current directory (normally, this will be your <code>/home/<i>&lt;user&gt;</i></code> directory). You can write the file to another directory by either (1) changing to a different directory (using the <code>cd</code> command), or (2) specifying the path along with the file name. <strong>Note:</strong> you may not have permission to write in other directories, so the operation will fail.</p>
<h1>more</h1>
<p><code>more</code> is used to display information one page at a time.</p>
<p>Most often it is used in conjunction with pipes to prevent output from scrolling off the top of the terminal:</p>
<pre><code>ls | more</code></pre>
<p><code>more</code> can be used to display the contents of a text file:</p>
<pre><code>more <i>&lt;file name&gt;</i></code></pre>
<p>where <i>&lt;file name&gt;</i> is the name of the text file to display.</p>
<p>To navigate through text being displayed by <code>more</code> you use the following commands:</p>
<ul>
<li>q &#8211; exit (quit) <code>more</code></li>
<li>SPACE or f &#8211; forward to the next page</li>
<li>b &#8211; backward to the previous page (does not work if <code>more</code> is displaying text from a pipe)</li>
<div class="c1">
<p>There is a slightly more useful command called <code>less</code> that allows you to scroll forwards and backwards through piped information. Aside from that difference <code>less</code> behaves very much like <code>more</code>.</p>
<p>You can use <code>man less</code> to learn about the <code>less</code> command</p>
</div>
<h1>ls</h1>
<div class="c1">
<p><code>ls</code> is short for <u>list</u></p>
</div>
<p><code>ls</code> is used to display the contents of a directory.</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/12/basic-command-line-techniques-2.png" alt="" border="0" class="centered"/></p>
<p>Directory contents are colour coded. Different files have different colours.</p>
<p>The default colours (in the default Ubuntu 12.04 terminal) for common file types are:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/12/basic-command-line-colours.png" alt="" border="0" class="centered"/></p>
<p>There are other colour combinations in use and some colours (notably purple) are reused for other file types.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-command-line-techniques/">Ubuntu 12.04 &#8211; Basic Command Line Techniques</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Completely Remove / Uninstall Xubuntu Core Desktop</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-remove-uninstall-xubuntu-core-desktop/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Fri, 26 Oct 2012 14:06:27 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[complete]]></category>
		<category><![CDATA[completely]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[removing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[uninstalling]]></category>
		<category><![CDATA[xubuntu]]></category>
		<category><![CDATA[xubuntu core desktop]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2494</guid>

					<description><![CDATA[<p>These instructions are for Ubuntu 12.04 running the Unity desktop on which the Lubuntu Core Desktop was installed using either the Ubuntu Software Center or sudo apt-get on the command line. The instructions may be the same for other versions of Ubuntu, but no guarantee is made. When the Xubuntu Core Desktop is installed in [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-remove-uninstall-xubuntu-core-desktop/">Ubuntu 12.04 &#8211; How to Completely Remove / Uninstall Xubuntu Core Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Ubuntu 12.04 running the Unity desktop on which the Lubuntu Core Desktop was installed using either the <u>Ubuntu Software Center</u> or <code>sudo apt-get</code> on the command line.</p>
<p>The instructions may be the same for other versions of Ubuntu, but no guarantee is made.</p>
</div>
<p>When the Xubuntu Core Desktop is installed in Ubuntu 12.04, it installs several packages and libraries it requires as well as some optional packages. Not all these packages and libraries are uninstalled when you uninstall Xubuntu Core Desktop. Several packages (like <code>thunar</code>) do not get uninstalled.</p>
<h1>Quick Uninstall</h1>
<div class="c4">
<p>This is not recommended because it will remove all packages normally installed with Xubuntu Core Desktop. This may include packages you previously installed (such as <code>thunar</code>) or that were installed as dependencies for other packages.</p>
<p><strong>Note:</strong> this uninstall command assumes Xubuntu Core Desktop was installed on a fresh Ubuntu 12.04.</p>
</div>
<p><strong>1) Open</strong> a terminal (instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>).</p>
<p><strong>2) Enter</strong> the following command (it is very long and a single line):</p>
<pre><code>sudo apt-get remove --auto-remove --purge desktop-base exo-utils fonts-droid gtk2-engines-xfce libexo-1-0 libexo-common libexo-helpers libgarcon-1-0 libgarcon-common libglade2-0 libjpeg-progs libjpeg-turbo-progs libkeybinder0 libthunarx-2-0 libtumbler-1-0 liburi-perl libxfce4ui-1-0 libxfce4util-bin libxfce4util-common libxfce4util4 libxfconf-0-2 lightdm-gtk-greeter miscfiles orage plymouth-theme-xubuntu-logo plymouth-theme-xubuntu-text shimmer-themes tango-icon-theme thunar thunar-data thunar-volman ttf-droid tumbler tumbler-common xfce-keyboard-shortcuts xfce4 xfce4-appfinder xfce4-mixer xfce4-notifyd xfce4-panel xfce4-session xfce4-settings xfce4-utils xfce4-volumed xfconf xfdesktop4 xfdesktop4-data xfwm4 xscreensaver xscreensaver-data xubuntu-artwork xubuntu-default-settings xubuntu-icon-theme xubuntu-wallpapers</code></pre>
<p>It is easiest to copy the line and paste it into the terminal (right-click on the terminal and select <u>Paste</u> from the popup menu).</p>
<h1>Preferred Uninstall</h1>
<p>The better way to uninstall it is to follow the directions on <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstallremove-a-packagesoftwareprogram">this page</a>.</p>
<p>This will show you on how to uninstall only the packages that were installed when Xubuntu Core Desktop was installed. The instructions are generic and work for any installed package.</p>
<p>It involves:</p>
<ol>
<li>identifying which packages were installed and </li>
<li>creating a command to uninstall only those packages</li>
</ol>
<p>It leaves intact any packages you may have installed (like <code>thunar</code>) or that were installed as dependencies for other programs instead of blindly assuming that they were installed along with Xubuntu Core Desktop.</p>
<div class="c1">
<p><strong>Note:</strong> if Xubuntu Core Desktop was installed using the <u>Ubuntu Software Center</u> then there will be 3 separate installation entries you will need to find (since it was a 3 step process).</p>
</div>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-remove-uninstall-xubuntu-core-desktop/">Ubuntu 12.04 &#8211; How to Completely Remove / Uninstall Xubuntu Core Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Completely Remove / Uninstall  Lubuntu Core Desktop</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-remove-uninstall-lubuntu-core-desktop/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Fri, 26 Oct 2012 14:00:51 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[complete]]></category>
		<category><![CDATA[completely]]></category>
		<category><![CDATA[lubuntu]]></category>
		<category><![CDATA[lubuntu core desktop]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[removing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[uninstalling]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2492</guid>

					<description><![CDATA[<p>These instructions are for Ubuntu 12.04 running the Unity desktop on which the Lubuntu Core Desktop was installed using either the Ubuntu Software Center or sudo apt-get on the command line. The instructions may be the same for other versions of Ubuntu, but no guarantee is made. When the Lubuntu Core Desktop is installed in [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-remove-uninstall-lubuntu-core-desktop/">Ubuntu 12.04 &#8211; How to Completely Remove / Uninstall  Lubuntu Core Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Ubuntu 12.04 running the Unity desktop on which the Lubuntu Core Desktop was installed using either the <u>Ubuntu Software Center</u> or <code>sudo apt-get</code> on the command line.</p>
<p>The instructions may be the same for other versions of Ubuntu, but no guarantee is made.</p>
</div>
<p>When the Lubuntu Core Desktop is installed in Ubuntu 12.04, it installs several packages and libraries it requires as well as some optional packages. Not all these packages and libraries are uninstalled when you uninstall Lubuntu Core Desktop. Several packages (like <code>galculator</code>) do not get uninstalled.</p>
<h1>Quick Uninstall</h1>
<div class="c4">
<p>This is not recommended because it will remove all packages normally installed with Lubuntu Core Desktop. This may include packages you previously installed (such as <code>galculator</code>) or that were installed as dependencies for other packages.</p>
<p><strong>Note:</strong> this uninstall command assumes Lubuntu Core Desktop was installed on a fresh Ubuntu 12.04.</p>
</div>
<p><strong>1) Open</strong> a terminal (instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>).</p>
<p><strong>2) Enter</strong> the following command (it is very long and a single line):</p>
<pre><code>sudo apt-get remove --auto-remove --purge  elementary-icon-theme galculator giblib1 gnome-icon-theme-full libfm-data libfm-gtk-data libfm-gtk1 libfm1 libgif4 libglade2-0 libid3tag0 libimlib2 libjpeg-progs libjpeg-turbo-progs libmenu-cache1 libobrender27 libobt0 lightdm-gtk-greeter lubuntu-artwork lubuntu-artwork-12-04 lubuntu-core lubuntu-default-settings lubuntu-icon-theme lxmenu-data lxpanel lxsession lxshortcut miscfiles obconf openbox openbox-themes pcmanfm plymouth-theme-lubuntu-logo plymouth-theme-lubuntu-text scrot xscreensaver xscreensaver-data</code></pre>
<p>It is easiest to copy the line and paste it into the terminal (right-click on the terminal and select <u>Paste</u> from the popup menu).</p>
<h1>Preferred Uninstall</h1>
<p>The better way to uninstall it is to follow the directions on <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstallremove-a-packagesoftwareprogram">this page</a>.</p>
<p>This will show you on how to uninstall only the packages that were installed when Lubuntu Core Desktop was installed. The instructions are generic and work for any installed package.</p>
<p>It involves:</p>
<ol>
<li>identifying which packages were installed and </li>
<li>creating a command to uninstall only those packages</li>
</ol>
<p>It leaves intact any packages you may have installed (like <code>galculator</code>) or that were installed as dependencies for other programs instead of blindly assuming that they were installed along with Lubuntu Core Desktop.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-remove-uninstall-lubuntu-core-desktop/">Ubuntu 12.04 &#8211; How to Completely Remove / Uninstall  Lubuntu Core Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; Installing the Xubuntu Core Desktop</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-the-xubuntu-core-desktop/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Fri, 26 Oct 2012 12:10:02 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[replacing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[xubuntu core desktop]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2488</guid>

					<description><![CDATA[<p>These instructions are for installing the Xubuntu Core Desktop in Ubuntu 12.04 running the Unity Desktop. Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made. Installing Xubuntu Core Desktop installs only the GUI part of Xubuntu Desktop without all the extra [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-the-xubuntu-core-desktop/">Ubuntu 12.04 &#8211; Installing the Xubuntu Core Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for installing the <em>Xubuntu Core Desktop</em> in Ubuntu 12.04 running the Unity Desktop.</p>
<p>Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made.</p>
</div>
<div class="c2">
<p>Installing Xubuntu Core Desktop installs only the GUI part of Xubuntu Desktop without all the extra applications that are part of the Xubuntu Desktop package (the only extra application it installs is the <u>Thunar</u> file manager)</p>
<p>The Xubuntu Desktop is a custom configured version of the Xfce Desktop.</p>
<p><u>Xfce</u> is smaller than Xubuntu Core Desktop. Installation instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-xfce-desktop">here</a>.</p>
<p>An article listing alternative desktops for Ubuntu 12.04 can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-replacing-the-unity-interface">here</a>.</p>
</div>
<div class="c3">
<p>If you are changing desktops because you are totally lost / confused by Unity, I suggest reading this <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-unity-interface-desktop-tutorial">tutorial</a> and giving Unity a chance.</p>
<p>Of course, if you <u>really</u> hate Unity, then Xubuntu Desktop is an alternative desktop.</p>
</div>
<div class="c1">
<p><strong>Xubuntu Core Desktop will install 111 MB of files and data to your hard disk.</strong></p>
</div>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<h1>What it Looks Like</h1>
<p>The basic, straight-out-of-the-box, look of the desktop is:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-desktop-big1.jpg" target="_blank"><img fetchpriority="high" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-desktop-thumb1.jpg" width="480" height="364" alt="" border="0" class="centered"/></a></p>
<div class="c1">
<p>Compared to the Xubuntu Desktop, there are some minor differences.</p>
</div>
<h1>Installing From the Command Line</h1>
<p>If you are comfortable with Linux and know how to use the command line and <code>apt-get</code> then the command is:</p>
<pre><code>sudo apt-get install xfce4 xubuntu-artwork xubuntu-default-settings</code></pre>
<div class="c1">
<p>Detailed instructions for accessing a command line can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<p>Afterwards, restart your system. It should be enough to just log out and the log back in with the new desktop, but it doesn&#8217;t hurt to restart.</p>
<h1>Installing From the Ubuntu Software Center</h1>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<div class="c1">
<p>This requires you to install 3 separate packages, so a few more steps are required than usual.</p>
</div>
<p><strong>1) Launch </strong>the <u>Ubuntu Software Center</u> by clicking the icon on the Launcher:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-starting-ubuntu-software-center.jpg" width="480" height="228" alt="" border="0" class="centered" /></p>
<div class="c3">
<p>The following steps will install Xfce.</p>
</div>
<p><strong>2) Enter</strong> <u>xfce4</u> into the search field. This will bring up related entries.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-2-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-2-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>3) Click</strong> on the entry <u>Meta-package for the Xfce Lightweight Desktop Environment</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-3-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-3-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>4) Click</strong> on <u>Install</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>5) Enter</strong> your password and click <u>Authenticate</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-thumb.png" alt="" border="0" class="centered" /></a></p>
<div class="c3">
<p>The following steps will install the Xubuntu artwork (backgrounds, colours, etc).</p>
</div>
<p><strong>6) After</strong> installation is finished, <strong>enter</strong> <u>xubuntu-artwork</u> into the <u>Ubuntu Software Center</u> search field. This will bring up related entries:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4a-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4a-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>7) Click</strong> on the entry <u>Xubuntu themes and artwork</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4b-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4b-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>8) Click</strong> on <u>Install</u>:</p>
<div class="c2">
<p>You should <u>not</u> be asked to enter a password again, but if you are, then enter it and press <u>Authenticate</u></p>
</div>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4c-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4c-thumb.png" alt="" border="0" class="centered"/></a></p>
<div class="c3">
<p>The following steps will install the settings necessary for Xfce to look like Xubuntu.</p>
</div>
<p><strong>9) After</strong> installation is finished, <strong>enter</strong> <u>xubuntu-default-settings</u> into the <u>Ubuntu Software Center</u> search field. This will bring up related entries:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4d-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4d-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>10) Click</strong> on the entry <u>Default settings for the Xubuntu desktop</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4e-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4e-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>11) Click</strong> on <u>Install</u>:</p>
<div class="c2">
<p>You should <u>not</u> be asked to enter a password again, but if you are, then enter it and press <u>Authenticate</u></p>
</div>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4f-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-xubuntu-core-4f-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>12) After</strong> installation is finished, <strong>click</strong> on the System icon in the upper right corner of the desktop and <strong>select</strong> <u>Shut Down&#8230;</u> from the drop down menu:</p>
<div class="c2">
<p><strong>Note:</strong> it may be enough to just log out and log back in using the new desktop, but it doesn&#8217;t hurt to restart either.</p>
</div>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-shutdown.jpg" width="480" height="271" alt="" border="0" class="centered" /></p>
<p><strong>13) Click</strong> on <u>Restart</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-restart.png" alt="" border="0" class="centered" /></p>
<h1>Selecting the Desktop</h1>
<p>After the system has restarted, it is necessary to select the new desktop from the login screen.</p>
<div class="c1">
<p>It is only necessary to select the desktop the first time after installation. Ubuntu will remember your your desktop for future logins.</p>
<p>You can even install multiple desktops and switch between them.</p>
</div>
<p><strong>14) Click</strong> the icon in the top right of the Login box:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-login-desktop-selection.jpg" width="480" height="245" alt="" border="0" class="centered" /></p>
<p><strong>15) Select</strong> <u>Xubuntu Session</u>:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xubuntu-desktop-10.jpg" width="480" height="275" alt="" border="0" class="centered" /></p>
<div class="c2">
<p>Xubuntu is a customized version of Xfce. This is why an Xfce session appears as well.</p>
<p>If you select <u>Xfce Session</u> then you will get the standard Xfce desktop.</p>
</div>
<p><strong>16) Login:</strong></p>
<div class="c2">
<p>Notice the icon in the upper right hand corner has changed to a different icon. Some, not all, desktop environments will present an icon there.</p>
<p>If an icon is present, this provides a quick way to see which desktop environment you are logging into.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-xubuntu-desktop-11.jpg" width="480" height="275" alt="" border="0" class="centered" /></p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-installing-the-xubuntu-core-desktop/">Ubuntu 12.04 &#8211; Installing the Xubuntu Core Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Install the Lubuntu Core Desktop</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-lubuntu-core-desktop/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Fri, 26 Oct 2012 09:09:34 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[lubuntu core]]></category>
		<category><![CDATA[lubuntu interface]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[replacing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[unity]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2463</guid>

					<description><![CDATA[<p>These instructions are for installing the Lubuntu Core Desktop in Ubuntu 12.04 running the Unity Desktop. Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made. Installing Lubuntu Core Desktop installs the GUI part of Lubuntu Desktop without all the extra applications [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-lubuntu-core-desktop/">Ubuntu 12.04 &#8211; How to Install the Lubuntu Core Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for installing the <em>Lubuntu Core Desktop</em> in Ubuntu 12.04 running the Unity Desktop.</p>
<p>Installation instructions may be the same or similar for other versions of Ubuntu or for other Linux distros, but no guarantee is made.</p>
</div>
<div class="c2">
<p>Installing Lubuntu Core Desktop installs the GUI part of Lubuntu Desktop without all the extra applications that are part of the Lubuntu Desktop package.</p>
<p>This is a good option for those who are happy with the applications provided with Ubuntu, but simply want to change their desktop.</p>
<p>The Lubuntu Core Desktop is a custom configured version of the LXDE Desktop.</p>
<p>To install a very basic LXDE desktop without additional applications, I recommend installing the LXDE Core desktop. Installation instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-lxde-core-desktop">here</a>.</p>
<p>There is also a version of the LXDE Desktop that includes a little more than the basic version. Installation instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-lxde-desktop">here</a></p>
<p>An article listing alternative desktops for Ubuntu 12.04 can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-replacing-the-unity-interface">here</a>.</p>
</div>
<div class="c3">
<p>If you are changing desktops because you are totally lost / confused by Unity, I suggest reading this <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-unity-interface-desktop-tutorial">tutorial</a> and giving Unity a chance.</p>
<p>Of course, if you <u>really</u> hate Unity, then Lubuntu Core Desktop is an alternative desktop.</p>
</div>
<div class="c1">
<p><strong>Lubuntu Core Desktop will install 66.3 MB of files and data to your hard disk.</strong></p>
</div>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<h1>What it Looks Like</h1>
<p>The basic, straight-out-of-the-box, look of the desktop is:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-lubuntu-desktop-big.jpg" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-lubuntu-desktop-thumb.jpg" alt="" border="0" class="centered" /></a></p>
<h1>From the Command Line</h1>
<p>If you are comfortable with Linux and know how to use the command line and <code>apt-get</code> then the command is:</p>
<pre><code>sudo apt-get install lubuntu-core</code></pre>
<div class="c1">
<p>Detailed instructions for accessing a command line can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>.</p>
</div>
<p>Afterwards, restart your system. It should be enough to just log out and the log back in with the new desktop, but it doesn&#8217;t hurt to restart.</p>
<h1>From the Ubuntu Software Center</h1>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<p><strong>1) Launch </strong>the <u>Ubuntu Software Center</u> by clicking the icon on the Launcher:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-starting-ubuntu-software-center.jpg" width="480" height="228" alt="" border="0" class="centered" /></p>
<p><strong>2) Enter</strong> <u>lubuntu-core</u> into the search field. This will bring up related entries.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-lubuntu-core-2-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-lubuntu-core-2-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>3) Click</strong> on the entry <u>Lubuntu Desktop environment &#8211; minimal installation</u> &#8211; this will highlight it in orange:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-lubuntu-core-3-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-lubuntu-core-3-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>4) Click</strong> on Install:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-lubuntu-core-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/10/ubuntu-12.04-installing-lubuntu-core-4-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>5) Enter</strong> your password and click <u>Authenticate</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-ubuntu-software-center-authentication-thumb.png" alt="" border="0" class="centered" /></a></p>
<p><strong>6) After</strong> installation is finished, <strong>click</strong> on the <u>System</u> icon in the upper right corner of the desktop and <strong>select</strong> <u>Shut Down&#8230;</u> from the drop down menu:</p>
<div class="c2">
<p><strong>Note:</strong> it may be enough to just log out and log back in using the new desktop, but it doesn&#8217;t hurt to restart either.</p>
</div>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-shutdown.jpg" width="480" height="271" alt="" border="0" class="centered" /></p>
<p><strong>7) Click</strong> on <u>Restart</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-system-restart.png" alt="" border="0" class="centered" /></p>
<h1>Selecting the Desktop</h1>
<p>After the system has restarted, it is necessary to select the new desktop from the login screen.</p>
<div class="c1">
<p>It is only necessary to select the desktop the first time after installation. Ubuntu will remember your your desktop setting for future logins.</p>
<p>You can even install multiple desktops and switch between them.</p>
</div>
<p><strong>8) Click</strong> the icon in the top right of the Login box:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-login-desktop-selection.jpg" width="480" height="245" alt="" border="0" class="centered" /></p>
<p><strong>9) Select</strong> <u>Lubuntu Desktop</u>:</p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-lubuntu-desktop-101.jpg" width="480" height="275" alt="" border="0" class="centered" /></p>
<div class="c2">
<p>Lubuntu is a custom configured version of LXDE which is built on top of Openbox and GNOME/Openbox &#8211; that is why their entries also appear in the desktop menu. It is best to ignore them since they give you a completely blank desktop.</p>
<p><u>Lubuntu Netbook</u> is a desktop designed for Netbooks. It looks like this:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-lubuntu-netbook-desktop-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-lubuntu-netbook-desktop-thumb.png" alt="" border="0" class="centered" /></a> </div>
<p><strong>10) Login:</strong></p>
<p><img loading="lazy" decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2012/04/ubuntu-12.04-installing-lubuntu-desktop-11.jpg" width="480" height="245" alt="" border="0" class="centered" /></p>
<div class="c2">
<p>Notice the icon in the upper right hand corner has changed to an open circle. Some, not all, desktop environments will present an icon there.</p>
<p>If an icon is present, this provides a quick way to see which desktop environment you are logging into.</p>
</div>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-install-the-lubuntu-core-desktop/">Ubuntu 12.04 &#8211; How to Install the Lubuntu Core Desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Completely Uninstall / Remove GNOME Shell</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstall-remove-gnome-shell/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Fri, 29 Jun 2012 23:21:55 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[complete]]></category>
		<category><![CDATA[completely]]></category>
		<category><![CDATA[gnome shell]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[removing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[uninstalling]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2248</guid>

					<description><![CDATA[<p>These instructions are for Ubuntu 12.04 running the Unity desktop on which GNOME Shell was installed using either the Ubuntu Software Center or sudo apt-get on the command line. The instructions may be the same for other versions of Ubuntu, but no guarantee is made. When GNOME Shell is installed in Ubuntu 12.04, it installs [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstall-remove-gnome-shell/">Ubuntu 12.04 &#8211; How to Completely Uninstall / Remove GNOME Shell</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Ubuntu 12.04 running the Unity desktop on which GNOME Shell was installed using either the <u>Ubuntu Software Center</u> or <code>sudo apt-get</code> on the command line.</p>
<p>The instructions may be the same for other versions of Ubuntu, but no guarantee is made.</p>
</div>
<p>When GNOME Shell is installed in Ubuntu 12.04, it installs several packages and libraries it requires as well as some optional packages. Not all these packages and libraries are uninstalled when you uninstall GNOME Shell.</p>
<h1>Quick Uninstall</h1>
<div class="c4">
<p>This is not recommended because it will remove all packages normally installed with GNOME Shell. This may include packages you previously installed or packages previously installed by other applications.</p>
<p><strong>Note:</strong> this uninstall command assumes GNOME Shell was installed on a fresh Ubuntu 12.04.</p>
</div>
<p><strong>1) Open</strong> a terminal (instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>).</p>
<p><strong>2) Enter</strong> the following command (it is very long and a single line):</p>
<pre><code>sudo apt-get purge --auto-remove alacarte cups-pk-helper gir1.2-accountsservice-1.0 gir1.2-caribou-1.0  gir1.2-clutter-1.0 gir1.2-cogl-1.0 gir1.2-coglpango-1.0 gir1.2-folks-0.6  gir1.2-gdesktopenums-3.0 gir1.2-gee-1.0 gir1.2-gjsdbus-1.0 gir1.2-gkbd-3.0  gir1.2-json-1.0 gir1.2-mutter-3.0 gir1.2-networkmanager-1.0  gir1.2-panelapplet-4.0 gir1.2-polkit-1.0 gir1.2-telepathyglib-0.12  gir1.2-telepathylogger-0.2 gir1.2-upowerglib-1.0 gir1.2-xkl-1.0 gjs  gnome-applets gnome-applets-data gnome-contacts gnome-icon-theme-full  gnome-panel gnome-panel-data gnome-session-fallback gnome-shell  gnome-shell-common gnome-themes-standard indicator-applet-complete  libcaribou-common libcaribou0 libclutter-1.0-0 libclutter-1.0-common  libcogl-common libcogl-pango0 libcogl9 libgjs0c libmozjs185-1.0 libmutter0  libpanel-applet-4-0 mutter-common python-gmenu</code></pre>
<p>It is easiest to copy the line and paste it into the terminal (right-click on the terminal and select <u>Paste</u> from the popup menu).</p>
<h1>Preferred Uninstall</h1>
<p>The better way to uninstall it is to follow the directions on <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstallremove-a-packagesoftwareprogram">this page</a>.</p>
<p><p>This will show you on how to uninstall only the packages that were installed when GNOME Shell was installed. The instructions are generic and work for any installed package.</p>
<p>It involves:</p>
<ol>
<li>identifying which packages were installed and </li>
<li>creating a command to uninstall only those packages</li>
</ol>
<p>It leaves intact any packages you may have installed or that were installed by other packages instead of blindly assuming that they were installed along with GNOME Shell.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstall-remove-gnome-shell/">Ubuntu 12.04 &#8211; How to Completely Uninstall / Remove GNOME Shell</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Completely Uninstall / Remove GNOME</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstall-remove-gnome/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Fri, 29 Jun 2012 23:18:04 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[complete]]></category>
		<category><![CDATA[completely]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome desktop]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[removing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[uninstalling]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2246</guid>

					<description><![CDATA[<p>These instructions are for Ubuntu 12.04 running the Unity desktop on which GNOME was installed using either the Ubuntu Software Center or sudo apt-get on the command line. The instructions may be the same for other versions of Ubuntu, but no guarantee is made. When GNOME is installed in Ubuntu 12.04, it installs several packages [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstall-remove-gnome/">Ubuntu 12.04 &#8211; How to Completely Uninstall / Remove GNOME</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Ubuntu 12.04 running the Unity desktop on which GNOME was installed using either the <u>Ubuntu Software Center</u> or <code>sudo apt-get</code> on the command line.</p>
<p>The instructions may be the same for other versions of Ubuntu, but no guarantee is made.</p>
</div>
<p>When GNOME is installed in Ubuntu 12.04, it installs several packages and libraries it requires as well as some optional packages. Not all these packages and libraries are uninstalled when you uninstall GNOME. Several packages (like epiphany-browser and gnuchess) do not get uninstalled.</p>
<h1>Quick Uninstall</h1>
<div class="c4">
<p>This is not recommended because it will remove all packages normally installed with GNOME. This may include packages you previously installed (like epiphany-browser or gnuchess) or packages previously installed by other applications.</p>
<p><strong>Note:</strong> this uninstall command assumes GNOME was installed on a fresh Ubuntu 12.04.</p>
</div>
<p><strong>1) Open</strong> a terminal (instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>).</p>
<p><strong>2) Enter</strong> the following command (it is very long and a single line):</p>
<pre><code>sudo apt-get purge --auto-remove alacarte bogofilter bogofilter-bdb bogofilter-common browser-plugin-gnash cheese  cheese-common cups-pk-helper dconf-tools desktop-base ekiga epiphany-browser  epiphany-browser-data epiphany-extensions evolution evolution-common  evolution-plugins evolution-webcal fonts-cantarell gdebi gdebi-core gdm  gedit-plugins gimp gimp-data gir1.2-accountsservice-1.0 gir1.2-caribou-1.0  gir1.2-clutter-1.0 gir1.2-cogl-1.0 gir1.2-coglpango-1.0 gir1.2-folks-0.6  gir1.2-gdesktopenums-3.0 gir1.2-gee-1.0 gir1.2-gjsdbus-1.0 gir1.2-gkbd-3.0  gir1.2-gucharmap-2.90 gir1.2-json-1.0 gir1.2-mutter-3.0  gir1.2-networkmanager-1.0 gir1.2-panelapplet-4.0 gir1.2-polkit-1.0  gir1.2-telepathyglib-0.12 gir1.2-telepathylogger-0.2 gir1.2-upowerglib-1.0  gir1.2-xkl-1.0 gjs glchess glines gnash gnash-common gnect gnibbles gnobots2  gnome gnome-applets gnome-applets-data gnome-backgrounds gnome-contacts  gnome-core gnome-dictionary gnome-games gnome-games-extra-data  gnome-icon-theme-extras gnome-icon-theme-full gnome-js-common gnome-panel  gnome-panel-data gnome-session-fallback gnome-shell gnome-shell-common  gnome-themes-standard gnome-video-effects gnotravex gnotski gnuchess  gnuchess-book gtali hamster-applet iagno imagemagick imagemagick-common  indicator-applet-complete inkscape libbabl-0.0-0 libblas3gf libbonobo2-0  libbonobo2-common libbonoboui2-0 libbonoboui2-common libboost-iostreams1.46.1  libboost-program-options1.46.1 libboost-signals1.46.1 libboost-thread1.46.1  libcapi20-3 libcaribou-common libcaribou0 libcdt4 libcheese-gtk21 libcheese3  libclutter-1.0-0 libclutter-1.0-common libclutter-gst-1.0-0 libclutter-gtk-1.0-0  libclutter-imcontext-0.1-0 libcluttergesture-0.0.2-0 libcogl-common  libcogl-pango0 libcogl9 libept1.4.12 libevolution libgc1c2 libgdict-1.0-6  libgdict-common libgegl-0.0-0 libgfortran3 libgimp2.0 libgjs0c libglade2-0  libgnome2-0 libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0  libgnomeui-common libgnomevfs2-extra libgraph4 libgsl0ldbl libgtkhtml-4.0-0  libgtkhtml-4.0-common libgtkhtml-editor-4.0-0 libgtkmm-2.4-1c2a libgvc5  libilmbase6 liblapack3gf liblqr-1-0 libmagick++4 libmagickcore4  libmagickcore4-extra libmagickwand4 libmozjs185-1.0 libmusicbrainz4-3 libmutter0  libmx-1.0-2 libnetpbm10 libodbc1 libopal3.10.2 libopenexr6 libpanel-applet--0  libpathplan4 libpst4 libpt2.10.2 libseed-gtk3-0 libwmf-bin liferea liferea-data  lightsoff menu menu-xdg mutter-common netpbm notification-daemon odbcinst  odbcinst1debian2 perlmagick python-gmenu python-gnome2 python-lxml python-numpy  python-pyorbit python-uniconvertor quadrapassel sound-juicer swell-foop synaptic  unixodbc</code></pre>
<p>It is easiest to copy the line and paste it into the terminal (right-click on the terminal and select <u>Paste</u> from the popup menu).</p>
<h1>Preferred Uninstall</h1>
<p>The better way to uninstall it is to follow the directions on <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstallremove-a-packagesoftwareprogram">this page</a>.</p>
<p><p>This will show you on how to uninstall only the packages that were installed when GNOME was installed. The instructions are generic and work for any installed package.</p>
<p>It involves:</p>
<ol>
<li>identifying which packages were installed and </li>
<li>creating a command to uninstall only those packages</li>
</ol>
<p>It leaves intact any packages you may have installed (like epiphany-browser or gnuchess) or that were installed by other packages instead of blindly assuming that they were installed along with GNOME.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstall-remove-gnome/">Ubuntu 12.04 &#8211; How to Completely Uninstall / Remove GNOME</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Completely Uninstall / Remove gnome-session-fallback</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstall-remove-gnome-session-fallback/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Fri, 29 Jun 2012 23:02:03 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[complete]]></category>
		<category><![CDATA[completely]]></category>
		<category><![CDATA[gnome-session-fallback]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[removing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[uninstalling]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2237</guid>

					<description><![CDATA[<p>These instructions are for Ubuntu 12.04 running the Unity desktop on which gnome-session-fallback was installed using either the Ubuntu Software Center or sudo apt-get on the command line. The instructions may be the same for other versions of Ubuntu, but no guarantee is made. When gnome-session-fallback is installed in Ubuntu 12.04, it installs several packages [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstall-remove-gnome-session-fallback/">Ubuntu 12.04 &#8211; How to Completely Uninstall / Remove gnome-session-fallback</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Ubuntu 12.04 running the Unity desktop on which <code>gnome-session-fallback</code> was installed using either the <u>Ubuntu Software Center</u> or <code>sudo apt-get</code> on the command line.</p>
<p>The instructions may be the same for other versions of Ubuntu, but no guarantee is made.</p>
</div>
<p>When <code>gnome-session-fallback</code> is installed in Ubuntu 12.04, it installs several packages and libraries it requires as well as some optional packages. Not all these packages and libraries are uninstalled when you uninstall <code>gnome-session-fallback</code>.</p>
<h1>Quick Uninstall</h1>
<div class="c4">
<p>This is not recommended because it will remove all packages normally installed with <code>gnome-session-fallback</code>. This may include packages you previously installed or were installed by other applications.</p>
<p><strong>Note:</strong> this uninstall command assumes <code>gnome-session-fallback</code> was installed on a fresh Ubuntu 12.04.</p>
</div>
<p><strong>1) Open</strong> a terminal (instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>).</p>
<p><strong>2) Enter</strong> the following command (it is very long and a single line):</p>
<pre><code>sudo apt-get purge --auto-remove alacarte gir1.2-panelapplet-4.0 gnome-applets gnome-applets-data gnome-panel  gnome-panel-data gnome-session-fallback indicator-applet-complete  libpanel-applet-4-0 python-gmenu</code></pre>
<p>It is easiest to copy the line and paste it into the terminal (right-click on the terminal and select <u>Paste</u> from the popup menu).</p>
<h1>Preferred Uninstall</h1>
<p>The better way to uninstall it is to follow the directions on <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstallremove-a-packagesoftwareprogram">this page</a>.</p>
<p><p>This will show you on how to uninstall only the packages that were installed when <code>gnome-session-fallback</code> was installed. The instructions are generic and work for any installed package.</p>
<p>It involves:</p>
<ol>
<li>identifying which packages were installed and </li>
<li>creating a command to uninstall only those packages</li>
</ol>
<p>It leaves intact any packages you may have installed or were installed by other applications instead of blindly assuming that they were installed along with <code>gnome-session-fallback</code>.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstall-remove-gnome-session-fallback/">Ubuntu 12.04 &#8211; How to Completely Uninstall / Remove gnome-session-fallback</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu 12.04 &#8211; How to Completely Uninstall / Remove kde-plasma-desktop</title>
		<link>https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstall-remove-kde-plasma-desktop/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Fri, 29 Jun 2012 22:57:11 +0000</pubDate>
				<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[complete]]></category>
		<category><![CDATA[completely]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kde desktop]]></category>
		<category><![CDATA[kde-plasma-desktop]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[removing]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[uninstalling]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2235</guid>

					<description><![CDATA[<p>These instructions are for Ubuntu 12.04 running the Unity desktop on which kde-plasma-desktop was installed using either the Ubuntu Software Center or sudo apt-get on the command line. The instructions may be the same for other versions of Ubuntu, but no guarantee is made. When kde-plasma-desktop is installed in Ubuntu 12.04, it installs several packages [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstall-remove-kde-plasma-desktop/">Ubuntu 12.04 &#8211; How to Completely Uninstall / Remove kde-plasma-desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Ubuntu 12.04 running the Unity desktop on which <code>kde-plasma-desktop</code> was installed using either the <u>Ubuntu Software Center</u> or <code>sudo apt-get</code> on the command line.</p>
<p>The instructions may be the same for other versions of Ubuntu, but no guarantee is made.</p>
</div>
<p>When <code>kde-plasma-desktop</code> is installed in Ubuntu 12.04, it installs several packages and libraries it requires as well as some optional packages. Not all these packages and libraries are uninstalled when you uninstall <code>kde-plasma-desktop</code>. Several packages (like dolphin and kwrite) do not get uninstalled.</p>
<h1>Quick Uninstall</h1>
<div class="c4">
<p>This is not recommended because it will remove all packages normally installed with <code>kde-plasma-desktop</code>. This may include packages you previously installed (like dolphin or kwrite) or packages previously installed by other applications.</p>
<p><strong>Note:</strong> this uninstall command assumes <code>kde-plasma-desktop</code> was installed on a fresh Ubuntu 12.04.</p>
</div>
<p><strong>1) Open</strong> a terminal (instructions can be found <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-get-a-command-line-shell-or-terminal">here</a>).</p>
<p><strong>2) Enter</strong> the following command (it is very long and a single line):</p>
<pre><code>sudo apt-get purge --auto-remove akonadi-backend-mysql akonadi-server docbook-xsl dolphin freespacenotifier gpsd  icoutils kate-data katepart kde-baseapps kde-baseapps-bin kde-baseapps-data  kde-plasma-desktop kde-runtime kde-runtime-data kde-style-oxygen  kde-wallpapers-default kde-window-manager kde-window-manager-common  kde-workspace kde-workspace-bin kde-workspace-data kde-workspace-kgreet-plugins  kdelibs-bin kdelibs5-data kdelibs5-plugins kdepasswd kdepim-runtime  kdepimlibs-kio-plugins kdm kdoctools kfind kinfocenter klipper kmenuedit  konqueror konqueror-nsplugins konsole ksysguard ksysguardd  kubuntu-debug-installer kwrite libakonadi-calendar4 libakonadi-contact4  libakonadi-kabc4 libakonadi-kcal4 libakonadi-kde4 libakonadi-kmime4  libakonadi-notes4 libakonadiprotocolinternals1 libattica0.3  libboost-program-options1.46.1 libcln6 libclucene0ldbl libdlrestrictions1  libdmtx0a libencode-locale-perl libfile-listing-perl libfont-afm-perl libgps20  libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl  libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl  libhttp-message-perl libhttp-negotiate-perl libilmbase6 libio-socket-inet6-perl  libio-socket-ssl-perl libkabc4 libkactivities-bin libkactivities6 libkalarmcal2  libkatepartinterfaces4 libkcal4 libkcalcore4 libkcalutils4 libkcmutils4  libkde3support4 libkdeclarative5 libkdecorations4 libkdecore5 libkdesu5  libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkephal4abi1 libkfile4  libkholidays4 libkhtml5 libkidletime4 libkimap4 libkio5 libkjsapi4 libkjsembed4  libkldap4 libkmbox4 libkmediaplayer4 libkmime4 libknewstuff3-4 libknotifyconfig4  libkntlm4 libkonq-common libkonq5-templates libkonq5abi1 libkonqsidebarplugin4a  libkparts4 libkpimidentities4 libkpimtextedit4 libkpimutils4 libkpty4  libkresources4 libkrosscore4 libkscreensaver5 libksgrd4 libksignalplotter4  libktexteditor4 libkunitconversion4 libkwineffects1abi3 libkwinglutils1  libkwinnvidiahack4 libkworkspace4abi1 liblwp-mediatypes-perl  liblwp-protocol-https-perl libmailtools-perl libmailtransport4 libmicroblog4  libnepomuk4 libnepomukdatamanagement4 libnepomukquery4a libnepomuksync4  libnepomukutils4 libnet-http-perl libnet-ssleay-perl libntrack-qt4-1 libntrack0  libopenexr6 libphonon4 libplasma-geolocation-interface4 libplasma3  libplasmaclock4abi3 libplasmagenericshell4 libpolkit-qt-1-1 libprison0  libprocesscore4abi1 libprocessui4a libqalculate5 libqapt-runtime libqapt1  libqca2 libqimageblitz4 libqrencode3 libqt4-qt3support libsocket6-perl libsolid4  libsolidcontrol4abi2 libsolidcontrolifaces4abi2 libsoprano4 libstreamanalyzer0  libstreams0 libsyndication4 libtaskmanager4abi3 libthreadweaver4  libtimedate-perl liburi-perl libvirtodbc0 libweather-ion6 libwww-perl  libwww-robotrules-perl libxml2-utils libxss1 mysql-client-core-5.5  mysql-server-core-5.5 ntrack-module-libnl-0 odbcinst odbcinst1debian2  oxygen-cursor-theme oxygen-icon-theme phonon phonon-backend-gstreamer  plasma-dataengines-workspace plasma-desktop plasma-scriptengine-javascript  plasma-widget-folderview plasma-widgets-workspace qapt-batch  shared-desktop-ontologies soprano-daemon systemsettings virtuoso-minimal  virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common</code></pre>
<p>It is easiest to copy the line and paste it into the terminal (right-click on the terminal and select <u>Paste</u> from the popup menu).</p>
<h1>Preferred Uninstall</h1>
<p>The better way to uninstall it is to follow the directions on <a href="//complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstallremove-a-packagesoftwareprogram">this page</a>.</p>
<p><p>This will show you on how to uninstall only the packages that were installed when <code>kde-plasma-desktop</code> was installed. The instructions are generic and work for any installed package.</p>
<p>It involves:</p>
<ol>
<li>identifying which packages were installed and </li>
<li>creating a command to uninstall only those packages</li>
</ol>
<p>It leaves intact any packages you may have installed (like dolphin or kwrite) or that were installed by other packages instead of blindly assuming that they were installed along with <code>kde-plasma-desktop</code>.</p>

<p>The post <a href="https://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstall-remove-kde-plasma-desktop/">Ubuntu 12.04 &#8211; How to Completely Uninstall / Remove kde-plasma-desktop</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
