We are still actively working on the spam issue.

Difference between revisions of "Ubuntu"

From InstallGentoo Wiki
Jump to: navigation, search
m
Line 8: Line 8:
 
== Removing Amazon Spyware ==
 
== Removing Amazon Spyware ==
  
''sudo apt-get remove unity-lens-shopping''
+
<code> sudo apt-get remove unity-lens-shopping </code>
  
 
== Replacing Unity ==
 
== Replacing Unity ==
  
 
[http://linux-software-news-tutorials.blogspot.com.es/2012/04/totally-remove-unity-from-ubuntu-1204.html Purging Unity from 12.04.3 LTS]
 
[http://linux-software-news-tutorials.blogspot.com.es/2012/04/totally-remove-unity-from-ubuntu-1204.html Purging Unity from 12.04.3 LTS]
 +
  
 
To install the Cinnamon Desktop Environment (A GNOME 3 Fork):
 
To install the Cinnamon Desktop Environment (A GNOME 3 Fork):
  
  
''sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable''
+
<code> sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
  
''sudo apt-get update''
+
sudo apt-get update
  
''sudo apt-get install cinnamon''
+
sudo apt-get install cinnamon </code

Revision as of 03:21, 28 January 2014

Ubuntu is the most widely used GNU/Linux operating system in the world, and is widely regarded as being the easiest to configure and use. Ubuntu is used by large organizations such as Google and IBM as a tool for programming across an array of different domains.

Getting Ubuntu

Ubuntu comes in several different versions, the most popular as of this writing being 12.04, which can be found here.

Removing Amazon Spyware

sudo apt-get remove unity-lens-shopping

Replacing Unity

Purging Unity from 12.04.3 LTS


To install the Cinnamon Desktop Environment (A GNOME 3 Fork):


sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable

sudo apt-get update

sudo apt-get install cinnamon </code