CINXE.COM
Ubuntu in Launchpad
<!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="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <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/rev22ade00ab50b929fac63b8ee7252243aceda294a/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. " /> <meta property="og: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. " /> <meta property="og:title" content="Ubuntu in Launchpad" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://launchpad.net/ubuntu/+index" /> <meta property="og:site_name" content="Launchpad" /> <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/rev22ade00ab50b929fac63b8ee7252243aceda294a/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?lp/', comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', 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. var 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.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(); }); 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"> <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> <a href="https://launchpad.net/ubuntu"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/606381979/CoF%2064px.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/ubuntu">Ubuntu</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview active"><span>Overview</span></li> <li class="branches"><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"><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"><a href="https://answers.launchpad.net/ubuntu">Answers</a></li> </ul> </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> <time title="2005-12-31 23:59:51 UTC" datetime="2005-12-31T23:59:51+00:00">on 2005-12-31</time> </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/606495581/CoF%2014px.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> <dl id="oci-project-admins"> <dt>OCI project admins:</dt> <dd> <span id="edit-oci_project_admin"> <span class="yui3-activator-data-box"> None </span> </span> </dd> </dl> <dl id="security-admins"> <dt>Security admins:</dt> <dd> <span id="edit-security_admin"> <span class="yui3-activator-data-box"> <a href="/~ubuntu-security" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/1575441/Lock.png)">Ubuntu Security Team</a> </span> </span> </dd> </dl> <dl id="code-admins"> <dt>Code admins:</dt> <dd> <span id="edit-code_admin"> <span class="yui3-activator-data-box"> <a href="/~git-ubuntu-import" class="sprite team">git-ubuntu import</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/plucky"> 25.04 “Plucky” series </a> </strong> - development <br /> Milestones: <a href=https://launchpad.net/ubuntu/+milestone/plucky-updates>plucky-updates</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-25.04>ubuntu-25.04</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-25.03>ubuntu-25.03</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-25.04-beta>ubuntu-25.04-beta</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-25.02>ubuntu-25.02</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-25.04-feature-freeze>ubuntu-25.04-feature-freeze</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-25.01>ubuntu-25.01</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-24.12>ubuntu-24.12</a>, and <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-24.11>ubuntu-24.11</a> </li> <li> <strong> <a class="sprite distribution" href="/ubuntu/oracular"> 24.10 “Oracular” series </a> </strong> - current <br /> Milestones: <a href=https://launchpad.net/ubuntu/+milestone/oracular-updates>oracular-updates</a> </li> <li> <strong> <a class="sprite distribution" href="/ubuntu/noble"> 24.04 “Noble” series </a> </strong> - supported <br /> Milestones: <a href=https://launchpad.net/ubuntu/+milestone/noble-updates>noble-updates</a> and <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-24.04.1>ubuntu-24.04.1</a> </li> <li> <strong> <a class="sprite distribution" href="/ubuntu/jammy"> 22.04 “Jammy” series </a> </strong> - supported <br /> Milestones: <a href=https://launchpad.net/ubuntu/+milestone/jammy-updates>jammy-updates</a> and <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-22.04.5>ubuntu-22.04.5</a> </li> <li> <strong> <a class="sprite distribution" href="/ubuntu/focal"> 20.04 “Focal” series </a> </strong> - supported <br /> Milestones: <a href=https://launchpad.net/ubuntu/+milestone/focal-updates>focal-updates</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-20.04.6>ubuntu-20.04.6</a>, <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-20.04.5>ubuntu-20.04.5</a>, and <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-20.04.4>ubuntu-20.04.4</a> </li> <li> <strong> <a class="sprite distribution" href="/ubuntu/bionic"> 18.04 “Bionic” series </a> </strong> - supported <br /> Milestones: <a href=https://launchpad.net/ubuntu/+milestone/bionic-updates>bionic-updates</a> </li> <li> <strong> <a class="sprite distribution" href="/ubuntu/xenial"> 16.04 “Xenial” series </a> </strong> - supported <br /> </li> <li> <strong> <a class="sprite distribution" href="/ubuntu/trusty"> 14.04 “Trusty” series </a> </strong> - supported <br /> Milestones: <a href=https://launchpad.net/ubuntu/+milestone/ubuntu-14.04.6>ubuntu-14.04.6</a> </li> </ul> <ul class="horizontal"> <li> <a class="menu-link-series sprite info" href="https://launchpad.net/ubuntu/+series">All series</a> </li> <li> <a class="menu-link-milestones sprite info" href="https://launchpad.net/ubuntu/+milestones">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 “Bonnie” series </a> </strong> (from <a href="/ubuntu/lucid">Lucid</a>) <br /> </li> <li> <strong> <a class="sprite distribution" href="/baltix/dapper"> 2.0 “dapper” series </a> </strong> (from <a href="/ubuntu/dapper">Dapper</a>) <br /> </li> <li> <strong> <a class="sprite distribution" href="/baltix/breezy"> 1.0 “breezy” series </a> </strong> (from <a href="/ubuntu/breezy">Breezy</a>) <br /> </li> <li> <strong> <a class="sprite distribution" href="/gentoo/main"> 10.0 “Mainline” series </a> </strong> (from <a href="/ubuntu/breezy">Breezy</a>) <br /> </li> <li> <strong> <a class="sprite distribution" href="/baltix/gutsy"> 3.0 “Gutsy” series </a> </strong> (from <a href="/ubuntu/gutsy">Gutsy</a>) <br /> </li> </ul> <ul class="horizontal"> <li> <a class="menu-link-derivatives sprite info" href="https://launchpad.net/ubuntu/+derivatives">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 class="menu-link-list_all sprite info" href="https://answers.launchpad.net/ubuntu/+faqs">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/3321">ubuntu device driver with secure boot</a> </li> <li> <a class="sprite faq" href="https://answers.launchpad.net/ubuntu/+faq/3049">The Genie (programming language) FAQ</a> </li> <li> <a class="sprite faq" href="https://answers.launchpad.net/ubuntu/+faq/3041">No support for Linux Mint</a> </li> <li> <a class="sprite faq" href="https://answers.launchpad.net/ubuntu/+faq/3037">no rolling release</a> </li> <li> <a class="sprite faq" href="https://answers.launchpad.net/ubuntu/+faq/2873">SkyMathRix</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/mysql-8.4/+bug/2089720" class="sprite bug-undecided" title="Undecided - New">Bug #2089720: [MIR] mysql-8.4</a> <br /><span class="registered"> Reported <time title="2024-11-27 00:57:49 UTC" datetime="2024-11-27T00:57:49.763856+00:00">3 hours ago</time> </span> </li> <li> <a href="https://bugs.launchpad.net/ubuntu/+source/renpy/+bug/2089717" class="sprite bug-undecided" title="Undecided - New">Bug #2089717: renpy_8.1.3+dfsg-1build2_all.deb fails with SyntaxWarning: invalid escape sequence</a> <br /><span class="registered"> Reported <time title="2024-11-26 22:05:25 UTC" datetime="2024-11-26T22:05:25.713249+00:00">6 hours ago</time> </span> </li> <li> <a href="https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/2089713" class="sprite bug-undecided" title="Undecided - Fix Released">Bug #2089713: The processor plugin loads the msr module by default on jammy and focal</a> <br /><span class="registered"> Reported <time title="2024-11-26 21:16:16 UTC" datetime="2024-11-26T21:16:16.442730+00:00">6 hours ago</time> </span> </li> <li> <a href="https://bugs.launchpad.net/ubuntu/+source/pam/+bug/2089712" class="sprite bug-undecided" title="Undecided - New">Bug #2089712: pam-auth-update --remove doesn't work properly</a> <br /><span class="registered"> Reported <time title="2024-11-26 20:58:38 UTC" datetime="2024-11-26T20:58:38.390203+00:00">7 hours ago</time> </span> </li> <li> <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2089711" class="sprite bug-undecided" title="Undecided - New">Bug #2089711: Request to backport mseal syscall to LTS 24.04 LTS GA kernel</a> <br /><span class="registered"> Reported <time title="2024-11-26 20:45:07 UTC" datetime="2024-11-26T20:45:07.437213+00:00">7 hours ago</time> </span> </li> </ul> </div> <div class="portlet" id="portlet-top-contributors"> <h2> <span class="see-all"><a class="menu-link-top_contributors sprite info" href="https://launchpad.net/ubuntu/+topcontributors">More contributors</a></span> Top contributors </h2> <ul> <li> <a href="/~vorlon" class="sprite person">Steve Langasek</a> 525580 points </li> <li> <a href="/~doko" class="sprite person">Matthias Klose</a> 492513 points </li> <li> <a href="/~lowrider" class="sprite person">Eugene Roskin</a> 393951 points </li> <li> <a href="/~costamagnagianfranco" class="sprite person">Gianfranco Costamagna</a> 367887 points </li> <li> <a href="/~dawidwiktor" class="sprite person">Dawid Wiktor</a> 279798 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 class=" sprite question" href="https://answers.launchpad.net/ubuntu/+question/819430">Ubuntu 20.04 installer can't find partitions</a> <br /><span class="registered"> Posted <time title="2024-11-26 17:14:17 UTC" datetime="2024-11-26T17:14:17.694337+00:00">10 hours ago</time> </span> </li> <li> <a class=" sprite question" href="https://answers.launchpad.net/ubuntu/+question/819428">package operation failed</a> <br /><span class="registered"> Posted <time title="2024-11-26 15:24:19 UTC" datetime="2024-11-26T15:24:19.163715+00:00">12 hours ago</time> </span> </li> <li> <a class=" sprite question" href="https://answers.launchpad.net/ubuntu/+question/819425">MATLAB</a> <br /><span class="registered"> Posted <time title="2024-11-26 08:57:09 UTC" datetime="2024-11-26T08:57:09.010018+00:00">19 hours ago</time> </span> </li> <li> <a class=" sprite question" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419">When or/and will this package be available for Ubuntu 24.04?</a> <br /><span class="registered"> Posted <time title="2024-11-25 09:14:32 UTC" datetime="2024-11-25T09:14:32.855994+00:00">on 2024-11-25</time> </span> </li> <li> <a class=" sprite question" href="https://answers.launchpad.net/ubuntu/+question/819418">upgrade to 24.04 not working</a> <br /><span class="registered"> Posted <time title="2024-11-25 08:31:09 UTC" datetime="2024-11-25T08:31:09.184549+00:00">on 2024-11-25</time> </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/solenoid" class="sprite blueprint-undefined">Package Manager</a> <br /><span class="registered"> Registered <time title="2024-07-26 04:29:45 UTC" datetime="2024-07-26T04:29:45.992073+00:00">on 2024-07-26</time> </span> </li> <li> <a href="https://blueprints.launchpad.net/ubuntu/+spec/netighter" class="sprite blueprint-undefined">Netfighter IT Scanner</a> <br /><span class="registered"> Registered <time title="2024-05-24 17:45:11 UTC" datetime="2024-05-24T17:45:11.473095+00:00">on 2024-05-24</time> </span> </li> <li> <a href="https://blueprints.launchpad.net/ubuntu/+spec/increase-value-vmmaxmap" class="sprite blueprint-undefined">Increase vm_max_map_count to boost gaming compatibility</a> <br /><span class="registered"> Registered <time title="2024-03-13 10:46:41 UTC" datetime="2024-03-13T10:46:41.030276+00:00">on 2024-03-13</time> </span> </li> <li> <a href="https://blueprints.launchpad.net/ubuntu/+spec/alexas-b2b-amazon" class="sprite blueprint-undefined">Alex_ani_Content</a> <br /><span class="registered"> Registered <time title="2023-06-13 02:17:33 UTC" datetime="2023-06-13T02:17:33.618735+00:00">on 2023-06-13</time> </span> </li> <li> <a href="https://blueprints.launchpad.net/ubuntu/+spec/leonel" class="sprite blueprint-undefined">12ants</a> <br /><span class="registered"> Registered <time title="2022-12-24 10:14:54 UTC" datetime="2022-12-24T10:14:54.406515+00:00">on 2022-12-24</time> </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="global-actions" class="portlet vertical"> <ul> <li> <a class="menu-link-search_oci_project sprite info" href="https://launchpad.net/ubuntu/+search-oci-project">Search for OCI project</a> </li> </ul> </div> <div id="packages-archives" class="portlet"> <ul> <li> <a class="menu-link-cdimage_mirrors sprite info" href="https://launchpad.net/ubuntu/+cdmirrors">CD mirrors</a> </li> <li> <a class="menu-link-archive_mirrors sprite info" href="https://launchpad.net/ubuntu/+archivemirrors">Archive mirrors</a> </li> <li> <a class="menu-link-ppas sprite info" href="https://launchpad.net/ubuntu/+ppas">Personal Package Archives</a> </li> <li> <a class="menu-link-builds sprite info" href="https://launchpad.net/ubuntu/+builds">Builds</a> </li> </ul> </div> <div id="involvement" class="portlet"> <h2>Get Involved</h2> <ul class="involvement"> <li> <a class="menu-link-report_bug sprite bugs" href="https://bugs.launchpad.net/ubuntu/+filebug">Report a bug</a> </li> <li> <a class="menu-link-ask_question sprite answers" href="https://answers.launchpad.net/ubuntu/+addquestion">Ask a question</a> </li> <li> <a class="menu-link-help_translate sprite translations" href="https://translations.launchpad.net/ubuntu">Help translate</a> </li> <li> <a class="menu-link-register_blueprint sprite blueprints" href="https://blueprints.launchpad.net/ubuntu/+addspec">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/54132">Ubuntu 24.10 (Oracular Oriole) released</a> <strong>on 2024-10-10</strong> <br /> Ubuntu 24.10, codenamed "Oracular Oriole", is here. This release continues Ub... </div> </li> <li> <a href="/ubuntu/+announcement/54125">Ubuntu 24.10 (Oracular Oriole) Beta released</a> <strong>on 2024-09-20</strong> <br /> Ubuntu 24.10, codenamed "Oracular Oriole", continues Ubuntu's proud tradition... </li> <li> <a href="/ubuntu/+announcement/54101">Ubuntu 24.04 LTS (Noble Numbat) released</a> <strong>on 2024-04-25</strong> <br /> Ubuntu 24.04 LTS, codenamed “Noble Numbat”, is here. This release continues U... </li> <li> <a href="/ubuntu/+announcement/54095">Ubuntu 24.04 LTS (Noble Numbat) Beta released</a> <strong>on 2024-04-12</strong> <br /> The Ubuntu team is pleased to announce the Beta release of the Ubuntu 24.04 L... </li> <li> <a href="/ubuntu/+announcement/53989">Ubuntu 23.10 (Mantic Minotaur) released</a> <strong>on 2023-10-16</strong> <br /> Ubuntu 23.10, codenamed "Mantic Minotaur", is here. This release continues Ub... </li> </ul> <div class="see-all"><a class="menu-link-announcements sprite info" href="https://launchpad.net/ubuntu/+announcements">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-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <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"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 22ade00 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "team_membership_policy_data": [{"name": "Restricted Team", "value": "RESTRICTED", "description": "", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false}, {"name": "Moderated Team", "value": "MODERATED", "description": "", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false}], "administratedTeams": [], "importances": ["Unknown", "Undecided", "Critical", "High", "Medium", "Low", "Wishlist"], "statuses": ["New", "Incomplete", "Opinion", "Invalid", "Won't Fix", "Expired", "Confirmed", "Triaged", "In Progress", "Fix Committed", "Fix Released", "Does Not Exist", "Unknown"], "information_types": ["Public", "Public Security", "Private Security", "Private", "Proprietary", "Embargoed"], "target_info": {"title": "Ubuntu", "url": "https://launchpad.net/ubuntu"}, "context": {"self_link": "https://launchpad.net/api/devel/ubuntu", "web_link": "https://launchpad.net/ubuntu", "resource_type_link": "https://launchpad.net/api/devel/#distribution", "translations_usage": "Launchpad", "official_answers": true, "official_blueprints": true, "official_codehosting": false, "official_bugs": true, "information_type": "Public", "active": true, "branch_sharing_policy": "Public", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "all_specifications_collection_link": "https://launchpad.net/api/devel/ubuntu/all_specifications", "valid_specifications_collection_link": "https://launchpad.net/api/devel/ubuntu/valid_specifications", "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!", "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", "official_bug_tags": ["a11y", "appstream", "bionic", "bisect-done", "bitesize", "block-proposed", "block-proposed-focal", "block-proposed-jammy", "block-proposed-noble", "block-proposed-oracular", "cherry-pick", "community-security", "desktop-file", "dist-upgrade", "fixed-upstream", "focal", "ftbfs", "hw-specific", "jammy", "kernel-bug", "manpage", "metabug", "multiarch", "multigpu", "multimonitor", "needs-bisect", "needs-design", "needs-packaging", "needs-reassignment", "noble", "nvidia", "oracular", "package-conflict", "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", "plucky", "qt4-removal", "regression-proposed", "regression-release", "regression-update", "string-fix", "suspend-resume", "systemd-boot", "testcase", "unmetdeps", "update-excuse", "upgrade-software-version", "verification-done-bionic", "verification-done-focal", "verification-done-jammy", "verification-done-noble", "verification-done-oracular", "verification-failed-bionic", "verification-failed-jammy", "verification-needed-bionic", "verification-needed-focal", "verification-needed-jammy", "verification-needed-noble", "verification-needed-oracular", "wayland"], "webhooks_collection_link": "https://launchpad.net/api/devel/ubuntu/webhooks", "bug_supervisor_link": "https://launchpad.net/api/devel/~ubuntu-bugcontrol", "active_milestones_collection_link": "https://launchpad.net/api/devel/ubuntu/active_milestones", "all_milestones_collection_link": "https://launchpad.net/api/devel/ubuntu/all_milestones", "translationgroup_link": "https://launchpad.net/api/devel/+groups/ubuntu-translators", "translationpermission": "Restricted", "private": false, "name": "ubuntu", "display_name": "Ubuntu", "title": "Ubuntu", "icon_link": "https://launchpad.net/api/devel/ubuntu/icon", "logo_link": "https://launchpad.net/api/devel/ubuntu/logo", "owner_link": "https://launchpad.net/api/devel/~techboard", "homepage_content": null, "mugshot_link": "https://launchpad.net/api/devel/ubuntu/mugshot", "summary": "Ubuntu is a complete Linux-based operating system, freely available with both community and professional support.", "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", "domain_name": "ubuntu.com", "registrant_link": "https://launchpad.net/api/devel/~techboard", "date_created": "2005-12-31T23:59:51+00:00", "driver_link": "https://launchpad.net/api/devel/~ubuntu-drivers", "members_link": "https://launchpad.net/api/devel/~ubuntumembers", "mirror_admin_link": "https://launchpad.net/api/devel/~ubuntu-mirror-admins", "archive_mirrors_collection_link": "https://launchpad.net/api/devel/ubuntu/archive_mirrors", "cdimage_mirrors_collection_link": "https://launchpad.net/api/devel/ubuntu/cdimage_mirrors", "oci_project_admin_link": null, "series_collection_link": "https://launchpad.net/api/devel/ubuntu/series", "derivatives_collection_link": "https://launchpad.net/api/devel/ubuntu/derivatives", "current_series_link": "https://launchpad.net/api/devel/ubuntu/plucky", "official_packages": true, "supports_ppas": true, "supports_mirrors": true, "main_archive_link": "https://launchpad.net/api/devel/ubuntu/+archive/primary", "archives_collection_link": "https://launchpad.net/api/devel/ubuntu/archives", "redirect_release_uploads": true, "development_series_alias": "devel", "vcs": "Git", "default_traversal_policy": "Series", "redirect_default_traversal": false, "commercial_subscription_link": null, "commercial_subscription_is_due": false, "security_admin_link": "https://launchpad.net/api/devel/~ubuntu-security", "vulnerabilities_collection_link": "https://launchpad.net/api/devel/ubuntu/vulnerabilities", "code_admin_link": "https://launchpad.net/api/devel/~git-ubuntu-import", "http_etag": "\"3da0dd4654b9a44d60b658a36bf85481e2503ae7-86595657389b71f16ced2f558cedda25891e873b\""}};</script> </body> <!-- Facet name: overview Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 71 queries/external actions issued in 1.70 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'oci.project.create.enabled': None, 'bugs.webhooks.disabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>