<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
      lang="en" dir="ltr">
  <head>
<base href="https://launchpad.net/ubuntu/+index" />

    <meta charset="UTF-8" />
    <title>Ubuntu in Launchpad</title>
    <link rel="shortcut icon" href="/@@/launchpad.png" />
    
    
      <link rel="alternate" type="application/atom+xml"
            href="http://feeds.launchpad.net/ubuntu/announcements.atom"
            title="Announcements for Ubuntu" />
      <link rel="alternate" type="application/atom+xml"
            href="http://feeds.launchpad.net/ubuntu/latest-bugs.atom"
            title="Latest Bugs for Ubuntu" />
    

    
  
  <link type="text/css" rel="stylesheet"
        media="screen, print"
        href="/+icing/rev16831/combo.css" />


    

    
      <meta name="description"
            content="Ubuntu also includes a wide variety of software through its network of software repositories. Once your system is installed you can simply call up a list of all the existing tools out there and choose any of them for immediate installation over the internet.
" />
    

    
  

  
  
  <script type="text/javascript">
    var LP = {
        cache: {},
        links: {}
    };
  </script>

  

  <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script>

   <script type="text/javascript"
           src="/+combo/rev16831/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script>
   <script type="text/javascript">
        var raw = null;
        if (LP.devmode) {
           raw = 'raw';
        }
        YUI.GlobalConfig = {
            combine: true,
            comboBase: '/+combo/rev16831/?',
            root: 'yui/',
            filter: raw,
            debug: false,
            fetchCSS: false,
            maxURLLength: 2000,
            groups: {
                lp: {
                    combine: true,
                    base: '/+combo/rev16831/?lp/',
                    comboBase: '/+combo/rev16831/?',
                    root: 'lp/',
                    // comes from including lp/meta.js
                    modules: LP_MODULES,
                    fetchCSS: false
                }
            }
        }</script>

  <script type="text/javascript">
      // we need this to create a single YUI instance all events and code
      // talks across. All instances of YUI().use should be based off of
      // LPJS instead.
      LPJS = new YUI();
  </script>



    <script id="base-layout-load-scripts" type="text/javascript">
        //<![CDATA[
        LPJS.use('base', 'node', 'console', 'event',
            'oop', 'lp', 'lp.app.foldables','lp.app.sorttable',
            'lp.app.inlinehelp', 'lp.app.links', 'lp.app.longpoll',
            'lp.bugs.bugtask_index', 'lp.bugs.subscribers',
            'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff',
            'lp.views.global',
             function(Y) {

            Y.on("domready", function () {
                var global_view = new Y.lp.views.Global();
                global_view.render();

                Y.lp.app.sorttable.SortTable.init();
                Y.lp.app.inlinehelp.init_help();
                Y.lp.activate_collapsibles();
                Y.lp.app.foldables.activate();
                Y.lp.app.links.check_valid_lp_links();
                // Longpolling will only start if
                // LP.cache.longpoll is populated.
                // We use Y.later to work around a Safari/Chrome 'feature':
                // The mouse cursor stays 'busy' until all the requests started during
                // page load are finished.  Hence we want the long poll request to start
                // right *after* the page has loaded.
                Y.later(0, Y.lp.app.longpoll, Y.lp.app.longpoll.setupLongPollManager);

            });

            Y.on('lp:context:web_link:changed', function(e) {
                  window.location = e.new_value;
            });
        });
        //]]>
    </script>
    <script id="base-helper-functions" type="text/javascript">
         //<![CDATA[
        // This code is pulled from lp.js that needs to be available on every
        // request. Pulling here to get it outside the scope of the YUI block.
        function setFocusByName(name) {
            // Focus the first element matching the given name which can be focused.
            var nodes = document.getElementsByName(name);
            var i, node;
            for (i = 0; i < nodes.length; i++) {
                node = nodes[i];
                if (node.focus) {
                    try {
                        // Trying to focus a hidden element throws an error in IE8.
                        if (node.offsetHeight !== 0) {
                            node.focus();
                        }
                    } catch (e) {
                        LPJS.use('console', function(Y) {
                            Y.log('In setFocusByName(<' +
                                node.tagName + ' type=' + node.type + '>): ' + e);
                        });
                    }
                    break;
                }
            }
        }

        function selectWidget(widget_name, event) {
          if (event && (event.keyCode === 9 || event.keyCode === 13)) {
              // Avoid firing if user is tabbing through or simply pressing
              // enter to submit the form.
              return;
          }
          document.getElementById(widget_name).checked = true;
        }
        //]]>
    </script>

    
      
      
        <script type="text/javascript">
            LPJS.use('lp.registry.structural_subscription', function(Y) {
                var module = Y.lp.registry.structural_subscription;
                Y.on('domready', function() {
                  module.setup({content_box: "#structural-subscription-content-box"});
                });
            });
        </script>
      
    
    
  </head>

  <body id="document" itemscope=""
        itemtype="http://schema.org/WebPage"
        class="tab-overview
      main_side
      public
      yui3-skin-sam">
          
          
        <script type="text/javascript">
          var _gaq = _gaq || [];
          _gaq.push(['_setAccount', 'UA-12833497-1']);
          _gaq.push(['_setDomainName', '.launchpad.net']);
          _gaq.push(['_setAllowHash', false]);
          _gaq.push(['_trackPageview']);
        </script>
        <script type="text/javascript"
                src="https://launchpad.net/+icing/rev16831/google-analytics/ga.js"></script>
    <div class="yui-d0">
      <div id="locationbar" class="login-logout">
        

<div id="logincontrol"><a href="https://launchpad.net/ubuntu/+login">Log in / Register</a></div>



      </div><!--id="locationbar"-->

      <div id="watermark" class="watermark-apps-portlet">
        <div>
          <img alt="" width="64" height="64" src="https://launchpadlibrarian.net/49558155/64_logo.png" />
        </div>
        <div class="wide">
          <h2>Ubuntu</h2>
          
  <!-- Application Menu -->
  <ul class="facetmenu">
    
      <li class="overview active"><span>Overview</span></li>
      
      
    
    
      
      <li class="branches" title="View related code"><a
    href="https://code.launchpad.net/ubuntu">Code</a></li>
      
    
    
      
      <li class="bugs"><a href="https://bugs.launchpad.net/ubuntu">Bugs</a></li>
      
    
    
      
      <li class="specifications"
          title="Feature specifications for Ubuntu"><a
    href="https://blueprints.launchpad.net/ubuntu">Blueprints</a></li>
      
    
    
      
      <li class="translations"><a
    href="https://translations.launchpad.net/ubuntu">Translations</a></li>
      
    
    
      
      <li class="answers" title="Questions for Ubuntu"><a
    href="https://answers.launchpad.net/ubuntu">Answers</a></li>
      
    
  </ul>

        </div>
      </div>

      <div class="yui-t4">
        <div id="maincontent" class="yui-main">
          <div class="yui-b" dir="ltr">
            <div class="context-publication">
              
              

              <div id="registration" class="registering">
                
        Registered by
        <a href="/~techboard" class="sprite team">Ubuntu Technical Board</a>
        <span title="2005-12-31 23:59:51 UTC">on 2005-12-31</span>
    
              </div>
            </div>

            
            <div id="request-notifications">
              
            </div>

            
              
      <div class="top-portlet">
        <div class="summary"><p>Ubuntu is a complete Linux-based operating system, freely available with both community and professional support.</p></div>
        <div class="description"><p>Ubuntu also includes a wide variety of software through its network of software repositories. Once your system is installed you can simply call up a list of all the existing tools out there and choose any of them for immediate installation over the internet.</p></div>

        
          <h2>Packages</h2>

          <form name="search" action="+search" method="get">
            <input type="text" name="text" size="35" />
              <input type="submit" value="Find a Package" />
          </form>
        
      </div>

      <div class="yui-g">
        <div itemprop="description" class="yui-u first">
           <div id="project-info" class="portlet">
  <h2>Distribution information</h2>

  <div id="table-details" class="two-column-list">
    <dl id="owner">
      <dt>Maintainer:</dt>
      <dd>
  <span id="edit-owner">
    <span class="yui3-activator-data-box">
      <a href="/~techboard" class="sprite team">Ubuntu Technical Board</a>
    </span>
    
  </span>

  

</dd>
    </dl>

    <dl id="driver">
      <dt>Driver:</dt>
      <dd>
  <span id="edit-driver">
    <span class="yui3-activator-data-box">
      <a href="/~ubuntu-drivers" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/1546355/hobbyhorse.gif)">Ubuntu Drivers</a>
    </span>
    
  </span>

  

</dd>
    </dl>

    <dl id="members">
      <dt>Members:</dt>
      <dd>
  <span id="edit-members">
    <span class="yui3-activator-data-box">
      <a href="/~ubuntumembers" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/75517213/ubuntumembers-14x14.png)">Ubuntu Members</a>
    </span>
    
  </span>

  

</dd>
    </dl>

    <dl id="mirror-admins">
      <dt>Mirror admins:</dt>
      <dd>
  <span id="edit-mirror_admin">
    <span class="yui3-activator-data-box">
      <a href="/~ubuntu-mirror-admins" class="sprite team">Ubuntu Mirror Admins</a>
    </span>
    
  </span>

  

</dd>
    </dl>
  </div>

  <dl id="uploaders" style="clear:left">
    <dt>Uploaders:</dt>

    <dd>
      <a href="/~ubuntu-core-dev" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/1072365/main.png)">Ubuntu Core Development Team</a>
      (main)
    </dd>
    <dd>
      <a href="/~ubuntu-core-dev" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/1072365/main.png)">Ubuntu Core Development Team</a>
      (restricted)
    </dd>
    <dd>
      <a href="/~motu" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/1516491/motu-image-2.png)">MOTU</a>
      (universe)
    </dd>
    <dd>
      <a href="/~motu" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/1516491/motu-image-2.png)">MOTU</a>
      (multiverse)
    </dd>
    <dd>
      <a href="/~canonical-partner-dev" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/74993564/14.png)">Canonical Partner Developers</a>
      (partner)
    </dd>
  </dl>

</div>

        </div>

        <div class="yui-u">
          <div class="portlet" id="sandm">
    <h2>Active series and milestones</h2>
    <ul>
      
        
      
      
        <li>
          <strong>
          <a class="sprite distribution"
             href="/ubuntu/trusty">
            14.04
            &#8220;Trusty&#8221; series
          </a>
          </strong>
          - development
        <br />
        
          Milestones:
          <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-14.04>ubuntu-14.04</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-14.03>ubuntu-14.03</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-14.04-beta-2>ubuntu-14.04-beta-2</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-14.02>ubuntu-14.02</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-14.04-beta-1>ubuntu-14.04-beta-1</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-14.04-feature-freeze>ubuntu-14.04-feature-freeze</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-14.01>ubuntu-14.01</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-14.04-alpha-2>ubuntu-14.04-alpha-2</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-13.12>ubuntu-13.12</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-14.04-alpha-1>ubuntu-14.04-alpha-1</a>, and <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-13.11>ubuntu-13.11</a>
        
        </li>
      
      
        <li>
          <strong>
          <a class="sprite distribution"
             href="/ubuntu/saucy">
            13.10
            &#8220;Saucy&#8221; series
          </a>
          </strong>
          - current
        <br />
        
          Milestones:
          <a href=https://launchpad.net/ubuntu/+milestone/saucy-updates>saucy-updates</a>
        
        </li>
      
      
        <li>
          <strong>
          <a class="sprite distribution"
             href="/ubuntu/raring">
            13.04
            &#8220;Raring&#8221; series
          </a>
          </strong>
          - supported
        <br />
        
          Milestones:
          <a href=https://launchpad.net/ubuntu/+milestone/raring-updates>raring-updates</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-13.04-month-6>ubuntu-13.04-month-6</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-13.04-month-5>ubuntu-13.04-month-5</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-13.04-beta-2>ubuntu-13.04-beta-2</a>, and <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-13.04-beta-1>ubuntu-13.04-beta-1</a>
        
        </li>
      
      
        <li>
          <strong>
          <a class="sprite distribution"
             href="/ubuntu/quantal">
            12.10
            &#8220;Quantal&#8221; series
          </a>
          </strong>
          - supported
        <br />
        
          Milestones:
          <a href=https://launchpad.net/ubuntu/+milestone/quantal-updates>quantal-updates</a>
        
        </li>
      
      
        <li>
          <strong>
          <a class="sprite distribution"
             href="/ubuntu/precise">
            12.04
            &#8220;Precise&#8221; series
          </a>
          </strong>
          - supported
        <br />
        
          Milestones:
          <a href=https://launchpad.net/ubuntu/+milestone/precise-updates>precise-updates</a> and <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-12.04.4>ubuntu-12.04.4</a>
        
        </li>
      
      
        
      
      
        
      
      
        
      
      
        <li>
          <strong>
          <a class="sprite distribution"
             href="/ubuntu/lucid">
            10.04
            &#8220;Lucid&#8221; series
          </a>
          </strong>
          - supported
        <br />
        
          Milestones:
          <a href=https://launchpad.net/ubuntu/+milestone/lucid-updates>lucid-updates</a> and <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-10.04.4>ubuntu-10.04.4</a>
        
        </li>
      
      
        
      
      
        
      
      
        
      
      
        
      
      
        
      
      
        
      
      
        
      
      
        
      
      
        
      
      
        
      
      
        
      
    </ul>

    <ul class="horizontal">
      
      <li>
        <a href="https://launchpad.net/ubuntu/+series"
        class="menu-link-series sprite info">All series</a>
      </li>
      <li>
        <a href="https://launchpad.net/ubuntu/+milestones"
        class="menu-link-milestones sprite info">All milestones</a>
      </li>
    </ul>
</div>

        </div>
        <div class="yui-u">
          <div class="portlet" id="derivatives">
    <h2>Latest derivatives</h2>
    <ul>
      
        <li>
          <strong>
          <a class="sprite distribution"
             href="/guadalinexedu/bonnie">
            10.04
            &#8220;Bonnie&#8221; series
          </a>
          </strong>
          (from <a href="/ubuntu/lucid">Lucid</a>)
        <br />
        </li>
      
      
        <li>
          <strong>
          <a class="sprite distribution"
             href="/baltix/dapper">
            2.0
            &#8220;dapper&#8221; series
          </a>
          </strong>
          (from <a href="/ubuntu/dapper">Dapper</a>)
        <br />
        </li>
      
      
        <li>
          <strong>
          <a class="sprite distribution"
             href="/baltix/breezy">
            1.0
            &#8220;breezy&#8221; series
          </a>
          </strong>
          (from <a href="/ubuntu/breezy">Breezy</a>)
        <br />
        </li>
      
      
        <li>
          <strong>
          <a class="sprite distribution" href="/gentoo/main">
            10.0
            &#8220;Mainline&#8221; series
          </a>
          </strong>
          (from <a href="/ubuntu/breezy">Breezy</a>)
        <br />
        </li>
      
      
        <li>
          <strong>
          <a class="sprite distribution"
             href="/baltix/gutsy">
            3.0
            &#8220;Gutsy&#8221; series
          </a>
          </strong>
          (from <a href="/ubuntu/gutsy">Gutsy</a>)
        <br />
        </li>
      
    </ul>
    
    <ul class="horizontal">
      <li>
        <a href="https://launchpad.net/ubuntu/+derivatives"
        class="menu-link-derivatives sprite info">All derivatives</a>
      </li>
    </ul>
</div>

        </div>
       </div>

      <div class="yui-g">
        <div class="yui-u first">
          <div class="portlet" id="portlet-latest-faqs">
  <h2>
    <span class="see-all"><a href="https://answers.launchpad.net/ubuntu/+faqs"
        class="menu-link-list_all sprite info">All FAQs</a></span>
    FAQs for Ubuntu
  </h2>

  <form id="question-search-form" method="get"
        accept-charset="UTF-8"
        action="https://answers.launchpad.net/ubuntu/+faqs">
    <p>
      <input class="textType" id="field.search_text" name="field.search_text" size="20" type="text" value=""  />
      <input type="submit" id="field.actions.search" name="field.actions.search" value="Search" class="button" />
    </p>
  </form>

  <ul>
    <li>
      <a class="sprite faq"
         href="https://answers.launchpad.net/ubuntu/+faq/2256">command not found has crashed most commands not working what to do?</a>
    </li>
    <li>
      <a class="sprite faq"
         href="https://answers.launchpad.net/ubuntu/+faq/2157">how to extract, convert pdf to dxf</a>
    </li>
    <li>
      <a class="sprite faq"
         href="https://answers.launchpad.net/ubuntu/+faq/2155">how to connect to postgresql table from libreoffice</a>
    </li>
    <li>
      <a class="sprite faq"
         href="https://answers.launchpad.net/ubuntu/+faq/2142">import gpg key on a proxy enabled firewalled (11371 blocked port) corporate network</a>
    </li>
    <li>
      <a class="sprite faq"
         href="https://answers.launchpad.net/ubuntu/+faq/1955">Empty faq</a>
    </li>
  </ul>

  <ul class="horizontal">
    <li>
      
    </li>
  </ul>
</div>


          <div class="portlet" id="portlet-latest-bugs">
  <h2><span class="see-all"><a
    href="https://bugs.launchpad.net/ubuntu">All bugs</a></span>
    Latest bugs reported</h2>

  <ul>
    <li>
      <a href="https://bugs.launchpad.net/ubuntu/+source/qemu-linaro/+bug/1254421" class="sprite bug-undecided" title="Undecided - Invalid">Bug #1254421: qemu-debootstrap issues the wrong command</a>
      <br /><span class="registered">
        Reported 41 minutes ago
      </span>
    </li>
    <li>
      <a href="https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1254420" class="sprite bug-undecided" title="Undecided - Invalid">Bug #1254420:  libreoffice 4.1.3 base connection to mdb via odbc crashes on saving odb file </a>
      <br /><span class="registered">
        Reported 46 minutes ago
      </span>
    </li>
    <li>
      <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1254419" class="sprite bug-undecided" title="Undecided - Confirmed">Bug #1254419: package linux-image-3.12.0-3-generic 3.12.0-3.9 failed to install/upgrade: спроба перезаписати «/lib/modules/3.12.0-3-generic/kernel/net/openvswitch/openvswitch.ko», який вже є у пакунку linux-image-extra-3.12.0-3-generic 3.12.0-3.8</a>
      <br /><span class="registered">
        Reported 53 minutes ago
      </span>
    </li>
    <li>
      <a href="https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1254415" class="sprite bug-undecided" title="Undecided - New">Bug #1254415: gnome-disks does not mounts any images</a>
      <br /><span class="registered">
        Reported 1 hour ago
      </span>
    </li>
    <li>
      <a href="https://bugs.launchpad.net/ubuntu/+source/gnome-music/+bug/1254406" class="sprite bug-undecided" title="Undecided - New">Bug #1254406: gnome-music crashed with OSError in_on_source_added(): [Errno 5] I/O error</a>
      <br /><span class="registered">
        Reported 2 hours ago
      </span>
    </li>
  </ul>
</div>


          
  <div class="portlet" id="portlet-top-contributors">
  <h2>
    <span class="see-all"><a href="https://launchpad.net/ubuntu/+topcontributors"
        class="menu-link-top_contributors sprite info">More contributors</a></span>
    Top contributors
  </h2>

  <ul>
    
      <li>
        <a href="/~pitti" class="sprite person">Martin Pitt</a>
        145019 points
      </li>
    
    
      <li>
        <a href="/~andrew-woodhead666" class="sprite person">actionparsnip</a>
        106009 points
      </li>
    
    
      <li>
        <a href="/~ps-jenkins" class="sprite person">PS Jenkins bot</a>
        88259 points
      </li>
    
    
      <li>
        <a href="/~jr" class="sprite person">Jonathan Riddell</a>
        76020 points
      </li>
    
    
      <li>
        <a href="/~cjwatson" class="sprite person">Colin Watson</a>
        75815 points
      </li>
    
  </ul>
</div>


        </div>

        <div class="yui-u">
          <div class="portlet" id="portlet-latest-questions">
  <h2>
    <span class="see-all"><a href="https://answers.launchpad.net/ubuntu">All questions</a></span>
    Latest questions
  </h2>

  <ul>
    <li>
      <a href="https://answers.launchpad.net/ubuntu/+question/239728"
         class=" sprite question">wubi installation failed on windows 8.1</a>
      <br /><span class="registered">
        Posted 2 hours ago
      </span>
    </li>
    <li>
      <a href="https://answers.launchpad.net/ubuntu/+question/239726"
         class=" sprite question">problema con los repositorios luanchpad precise</a>
      <br /><span class="registered">
        Posted 4 hours ago
      </span>
    </li>
    <li>
      <a href="https://answers.launchpad.net/ubuntu/+question/239725"
         class=" sprite question">problema con los repositorios luanchpad precise</a>
      <br /><span class="registered">
        Posted 4 hours ago
      </span>
    </li>
    <li>
      <a href="https://answers.launchpad.net/ubuntu/+source/gnome-disk-utility/+question/239724"
         class=" sprite question">Transfering USB formatted with OS to Hard Drive</a>
      <br /><span class="registered">
        Posted 6 hours ago
      </span>
    </li>
    <li>
      <a href="https://answers.launchpad.net/ubuntu/+question/239719"
         class=" sprite question">ENIGMA/LateralGM not working with OpenJDK; Ubuntu problem?</a>
      <br /><span class="registered">
        Posted 9 hours ago
      </span>
    </li>
  </ul>
</div>


          

<div class="portlet" id="portlet-blueprints">
  <h2>
    <span class="see-all"><a href="https://blueprints.launchpad.net/ubuntu">All blueprints</a></span>
    Latest blueprints</h2>

  <ul>
    <li>
      <a href="https://blueprints.launchpad.net/ubuntu/+spec/service-1404-push-notifications" class="sprite blueprint-undefined">The push notifications cloud service</a>
      <br /><span class="registered">
        Registered on 2013-11-21
      </span>
    </li>
    <li>
      <a href="https://blueprints.launchpad.net/ubuntu/+spec/topic-t-servercloud-overview" class="sprite blueprint-undefined">Server/Cloud Overview for Trusty</a>
      <br /><span class="registered">
        Registered on 2013-11-19
      </span>
    </li>
    <li>
      <a href="https://blueprints.launchpad.net/ubuntu/+spec/skin-window-borders" class="sprite blueprint-undefined">Each app should be able to skin window borders</a>
      <br /><span class="registered">
        Registered on 2013-11-19
      </span>
    </li>
    <li>
      <a href="https://blueprints.launchpad.net/ubuntu/+spec/make-apps-easy-to-discover" class="sprite blueprint-undefined">A way to discovered installed apps</a>
      <br /><span class="registered">
        Registered on 2013-11-17
      </span>
    </li>
    <li>
      <a href="https://blueprints.launchpad.net/ubuntu/+spec/qa-t-platform-api-testing" class="sprite blueprint-undefined">Platform API testing project</a>
      <br /><span class="registered">
        Registered on 2013-11-15
      </span>
    </li>
  </ul>
</div>



          

        </div>
        <div class="yui-u">
          <div id="structural-subscription-content-box"></div>
        </div>
      </div>
    
            
            
          </div><!-- yui-b -->
        </div><!-- yui-main -->

        
          <div id="side-portlets" class="yui-b side">
            
      

      <div id="packages-archives" class="portlet">
        <ul>
          <li>
            <a href="https://launchpad.net/ubuntu/+cdmirrors"
        class="menu-link-cdimage_mirrors sprite info">CD mirrors</a>
          </li>
          <li>
            <a href="https://launchpad.net/ubuntu/+archivemirrors"
        class="menu-link-archive_mirrors sprite info">Archive mirrors</a>
          </li>
          <li>
            <a href="https://launchpad.net/ubuntu/+ppas"
        class="menu-link-ppas sprite info">Personal Package Archives</a>
          </li>
          <li>
            <a href="https://launchpad.net/ubuntu/+builds"
        class="menu-link-builds sprite info">Builds</a>
          </li>
        </ul>
      </div>

      <div id="involvement" class="portlet">
  <h2>Get Involved</h2>

  <ul class="involvement">
    <li>
      <a href="https://bugs.launchpad.net/ubuntu/+filebug"
        class="menu-link-report_bug sprite bugs">Report a bug</a>
    </li>
    <li>
      <a href="https://answers.launchpad.net/ubuntu/+addquestion"
        class="menu-link-ask_question sprite answers">Ask a question</a>
    </li>
    <li>
      <a href="https://translations.launchpad.net/ubuntu"
        class="menu-link-help_translate sprite translations">Help translate</a>
    </li>
    <li>
      <a href="https://blueprints.launchpad.net/ubuntu/+addspec"
        class="menu-link-register_blueprint sprite blueprints">Register a blueprint</a>
    </li>
  </ul>

  
    
    
  

  
</div>


      

<div id="portlet-latest-announcements"
     class="portlet announcements">
  <h2>
    <span style="float: right;"><a title="Atom 1.0 feed"
    href="http://feeds.launchpad.net/ubuntu/announcements.atom"><img src="/@@/rss.png" /></a></span>
    Announcements
  </h2>

  

  
    <ul>
      <li>
        <div class="latest-announcement">
          
          <a href="/ubuntu/+announcement/11417">Ubuntu 13.04 Released</a>
          <strong>on 2013-04-25</strong>
          <br /> The Ubuntu team is very pleased to announce the release of Ubuntu 13.04 for D...
        </div>
      </li>
      <li>
        
          
          <a href="/ubuntu/+announcement/10742">Ubuntu 12.10 Released</a>
          <strong>on 2012-10-18</strong>
          <br />  “Doing is a quantum leap from imagining. Thinking about swimming
   isn't mu...
        
      </li>
      <li>
        
          
          <a href="/ubuntu/+announcement/9961">Ubuntu 12.04 Released</a>
          <strong>on 2012-04-26</strong>
          <br /> "Imagination is as vital to any advance in science as learning and precision ...
        
      </li>
      <li>
        
          
          <a href="/ubuntu/+announcement/9049">Ubuntu 11.10 Released</a>
          <strong>on 2011-10-13</strong>
          <br /> "There is nothing like a dream to create the future." - Victor Hugo

The Ubun...
        
      </li>
      <li>
        
          
          <a href="/ubuntu/+announcement/8239">Ubuntu 11.04 Released</a>
          <strong>on 2011-04-28</strong>
          <br /> The Ubuntu team is pleased to announce Ubuntu 11.04, code-named "Natty Narwha...
        
      </li>
    </ul>

    <div class="see-all"><a href="https://launchpad.net/ubuntu/+announcements"
        class="menu-link-announcements sprite info">Read all announcements</a></div>
  

  <div class="actions"></div>
</div>



    
          </div><!-- yui-b side -->
        
      </div><!-- yui-t4 -->

      
  <div id="footer" class="footer">
    <div class="lp-arcana">
        <div class="lp-branding">
          <a href="https://launchpad.net/"><img src="/@@/launchpad-logo-and-name-hierarchy.png" alt="Launchpad" /></a>
          &nbsp;&bull;&nbsp;
          <a href="https://launchpad.net/+tour">Take the tour</a>
          &nbsp;&bull;&nbsp;
          <a href="https://help.launchpad.net/">Read the guide</a>
          &nbsp;
          <form id="globalsearch" method="get"
                accept-charset="UTF-8"
                action="https://launchpad.net/+search">
            <input type="search" id="search-text" name="field.text" />
            <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" />
          </form>
        </div>
        
  

    </div>

    <div class="colophon">
      &copy; 2004-2013
      <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a>
      &nbsp;&bull;&nbsp;
      <a href="https://launchpad.net/legal">Terms of use</a>
      &nbsp;&bull;&nbsp;
      <a href="/feedback">Contact Launchpad Support</a>
      
      &nbsp;&bull;&nbsp;
      <a href="http://blog.launchpad.net/">Blog</a>
      
	&nbsp;&bull;&nbsp;
	<a href="http://www.canonical.com/about-canonical/careers">Careers</a>
      
      &nbsp;&bull;&nbsp;
      <a href="http://identi.ca/launchpadstatus">System status</a>
      <span id="lp-version">
      &nbsp;&bull;&nbsp;
        r16831
        
        
        (<a href="https://dev.launchpad.net/">Get the code!</a>)
      </span>
    </div>
  </div>

    </div><!-- yui-d0-->

    <div id="help-pane" class="invisible">
      <div id="help-body">
        
        <iframe id="help-pane-content" class="invisible" src="javascript:void(0);"></iframe>
      </div>
      <div id="help-footer">
        <span id="help-close"></span>
      </div>
    </div>

    
  
  
  <script id="json-cache-script">LP.cache = {"target_info": {"url": "https://launchpad.net/ubuntu", "title": "Ubuntu"}, "related_features": {}, "administratedTeams": [], "importances": ["Unknown", "Undecided", "Critical", "High", "Medium", "Low", "Wishlist"], "context": {"all_specifications_collection_link": "https://launchpad.net/api/devel/ubuntu/all_specifications", "bug_supervisor_link": "https://launchpad.net/api/devel/~ubuntu-bugcontrol", "web_link": "https://launchpad.net/ubuntu", "official_bug_tags": ["a11y", "armel", "bisect-done", "bitesize", "cherry-pick", "compat-wireless", "ftbfs", "gnome3", "hibernate", "hw-specific", "kernel-bug", "lo33", "manpage", "metabug", "mobile", "multiarch", "natty", "needs-bisect", "needs-design", "needs-packaging", "needs-reassignment", "nexus7", "oneiric", "packaging", "patch", "patch-accepted-debian", "patch-accepted-upstream", "patch-forwarded-debian", "patch-forwarded-upstream", "patch-needswork", "patch-rejected", "patch-rejected-debian", "patch-rejected-upstream", "performing-bisect", "precise", "quantal", "raring", "regression-proposed", "regression-release", "regression-update", "resume", "saucy", "string-fix", "suspend", "testcase", "touch", "trusty", "upgrade-software-version", "verification-done", "verification-failed", "verification-needed"], "active_milestones_collection_link": "https://launchpad.net/api/devel/ubuntu/active_milestones", "main_archive_link": "https://launchpad.net/api/devel/ubuntu/+archive/primary", "icon_link": "https://launchpad.net/api/devel/ubuntu/icon", "all_milestones_collection_link": "https://launchpad.net/api/devel/ubuntu/all_milestones", "cdimage_mirrors_collection_link": "https://launchpad.net/api/devel/ubuntu/cdimage_mirrors", "bug_reported_acknowledgement": "Thank you for spending your time helping to make Ubuntu better with this bug report.  Reporting a bug is the first step in the bug fixing process.  As a part of that process you may need to answer some questions to help developers work on your bug.  You can learn more about how we triage bug reports at http://wiki.ubuntu.com/Bugs/HowToTriage.\n", "display_name": "Ubuntu", "mirror_admin_link": "https://launchpad.net/api/devel/~ubuntu-mirror-admins", "title": "Ubuntu", "members_link": "https://launchpad.net/api/devel/~ubuntumembers", "domain_name": "ubuntu.com", "archives_collection_link": "https://launchpad.net/api/devel/ubuntu/archives", "http_etag": "\"2228f523dcc7a3aa9400c838a248cddcc8e7dc18-577ab4365f1590e3764203120a19ed7c58075f78\"", "branch_sharing_policy": "Public", "self_link": "https://launchpad.net/api/devel/ubuntu", "current_series_link": "https://launchpad.net/api/devel/ubuntu/trusty", "resource_type_link": "https://launchpad.net/api/devel/#distribution", "translations_usage": "Launchpad", "description": "Ubuntu also includes a wide variety of software through its network of software repositories. Once your system is installed you can simply call up a list of all the existing tools out there and choose any of them for immediate installation over the internet.\n", "archive_mirrors_collection_link": "https://launchpad.net/api/devel/ubuntu/archive_mirrors", "translationpermission": "Restricted", "valid_specifications_collection_link": "https://launchpad.net/api/devel/ubuntu/valid_specifications", "redirect_release_uploads": true, "bug_reporting_guidelines": "Are you uncertain if your issue is really a bug?  Then ask a support question about Ubuntu at http://answers.launchpad.net/ubuntu/ - these can be made into bugs later.  Another support venue is http://askubuntu.com.\n\nIf you are certain this is a bug please include the source package the bug is in.  For help see https://wiki.ubuntu.com/Bugs/FindRightPackage.\n\nWe also need:\n\n1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -\u003e About Ubuntu\n2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center\n3) What you expected to happen\n4) What happened instead\n\nMost of this information is gathered when you use apport to report the bug. See https://help.ubuntu.com/community/ReportingBugs for complete details.\n\nThe Ubuntu community has also created debugging procedures for a wide variety of packages at https://wiki.ubuntu.com/DebuggingProcedures.  Following the debugging instructions for the affected package will make your bug report much more complete. Thanks!", "active": true, "specification_sharing_policy": "Public", "name": "ubuntu", "driver_link": "https://launchpad.net/api/devel/~ubuntu-drivers", "development_series_alias": "devel", "registrant_link": "https://launchpad.net/api/devel/~techboard", "summary": "Ubuntu is a complete Linux-based operating system, freely available with both community and professional support.", "mugshot_link": "https://launchpad.net/api/devel/ubuntu/mugshot", "logo_link": "https://launchpad.net/api/devel/ubuntu/logo", "owner_link": "https://launchpad.net/api/devel/~techboard", "translationgroup_link": "https://launchpad.net/api/devel/+groups/ubuntu-translators", "bug_sharing_policy": "Public", "date_created": "2005-12-31T23:59:51+00:00", "homepage_content": null, "series_collection_link": "https://launchpad.net/api/devel/ubuntu/series", "derivatives_collection_link": "https://launchpad.net/api/devel/ubuntu/derivatives"}, "information_types": ["Public", "Public Security", "Private Security", "Private", "Proprietary", "Embargoed"], "team_membership_policy_data": [{"style": "", "help": "", "value": "RESTRICTED", "name": "Restricted Team", "disabled": false, "description_css_class": "choice-description", "description": ""}, {"style": "", "help": "", "value": "MODERATED", "name": "Moderated Team", "disabled": false, "description_css_class": "choice-description", "description": ""}], "statuses": ["New", "Incomplete", "Opinion", "Invalid", "Won't Fix", "Expired", "Confirmed", "Triaged", "In Progress", "Fix Committed", "Fix Released", "Unknown"]};</script>

    
  

    
  </body>


  <!--
    Facet name: overview
    Page type: main_side
    Has global search: True
    Has application tabs: True
    Has side portlets: True

    At least 59 queries/external actions issued in 1.39 seconds

    Features: {'profiling.enabled': None, 'js.yui_version': None, 'visible_render_time': None, 'baselayout.careers_link.disabled': None, 'hard_timeout': u'5000'}

    r16831

    -->

</html>

