CINXE.COM
Parabola GNU/Linux-libre
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Parabola GNU/Linux-libre</title> <link rel="stylesheet" type="text/css" href="/static/archweb.97993eeb7bee.css" media="screen, projection" /> <link rel="icon" type="image/x-icon" href="/static/favicon.bd4d51ece672.ico" /> <link rel="shortcut icon" type="image/x-icon" href="/static/favicon.bd4d51ece672.ico" /> <link rel="apple-touch-icon" href="/static/logos/apple-touch-icon-57x57.9926850d51c2.png" /> <link rel="apple-touch-icon" sizes="72x72" href="/static/logos/apple-touch-icon-72x72.0292229a393a.png" /> <link rel="apple-touch-icon" sizes="114x114" href="/static/logos/apple-touch-icon-114x114.390682d93172.png" /> <link rel="apple-touch-icon" sizes="144x144" href="/static/logos/apple-touch-icon-144x144.7c2c4c54357d.png" /> <link rel="search" type="application/opensearchdescription+xml" href="/opensearch/packages/" title="Parabola GNU/Linux-libre Packages" /> <link rel="alternate" type="application/rss+xml" title="Parabola GNU/Linux-libre News Updates" href="/feeds/news/" /> <link rel="alternate" type="application/rss+xml" title="Parabola GNU/Linux-libre Package Updates" href="/feeds/packages/" /> </head> <body class=""> <div id="archnavbar" class="anb-home"> <div id="archnavbarlogo"><h1><a href="/" title="Return to the main page">Parabola GNU/Linux-libre</a></h1></div> <div id="archnavbarmenu"> <ul id="archnavbarlist"> <li id="anb-home"><a href="/" title="Parabola news, packages, projects and more">Home</a></li> <li id="anb-packages"><a href="/packages/" title="Parabola Package Database">Packages</a></li> <!-- Free Culture or multimedia with mediagoblin --> <!-- Social with GNU Social, Diaspora or another, it needs consensus --> <li id="anb-wiki"><a href="https://wiki.parabola.nu/" title="Community documentation">Wiki</a></li> <li id="anb-forum"><a href="https://labs.parabola.nu/projects/parabola-community-forum" title="Parabola Community Forum">Forum</a></li> <li id="anb-bugs"><a href="https://labs.parabola.nu/" title="Report and track bugs">Issues</a></li> <!-- security --> <!-- PUR --> <li id="anb-projects"><a href="https://projects.parabola.nu" title="Our code">Projects</a></li> <li id="anb-download"><a href="/download/" title="Get Parabola GNU/Linux-libre">Download</a></li> </ul> </div> </div> <div id="content"> <div id="archdev-navbar"> </div> <div id="content-left-wrapper"> <div id="content-left"> <div id="intro" class="box"> <h2>A fully free, simple, and lightweight operating system</h2> <p>You've reached the website of Parabola GNU/Linux-libre. The Parabola project is a community-driven, "labour-of-love" effort to maintain a 100% free (<a href="https://www.gnu.org/philosophy/free-sw">as in: freedom</a>) operating system distribution that is lean, clean, and hackable.</p> <p>Based on the Arch distribution, Parabola is a complete, user-friendly operating system, suitable for general "everyday" use, while retaining Arch's "power-user" charm. Parabola adheres to the <a href="http://www.gnu.org/distros/free-system-distribution-guidelines.html">GNU Free System Distribution Guidelines (FSDG)</a>; which requires source code for every part of the system to be freely available, modifyable, and re-distributable. All Parabola packages are built from source, in clean chroots, and with networking disabled, in order to replace any software and artworks in the standard Arch system which fall outside the GNU guidelines. LiveISOs, installers, and packages are provided for the armv7h, i686, and x86_64 CPU architectures.</p> <p>Our community is friendly and helpful. Feel free to hop on the <a href="https://wiki.parabola.nu/IRC_Channels">IRC channel</a>, join the <a href="https://labs.parabola.nu/projects/parabola-community-forum">web forum</a>, or subscribe to the <a href="https://lists.parabola.nu//mailman/listinfo/">mailing lists</a>, to get your feet wet. Once you are ready to begin your adventures through Fosstopia, the <a href="https://wiki.parabola.nu/">wiki</a> will guide you well toward learning to install and use Parabola comfortably and confidently.</p> <p class="readmore"><a href="/about/" title="Learn more about Parabola GNU/Linux-libre">Learn more...</a></p> </div> <div id="news"> <h3> <a href="/news/" title="Browse the news archives">Latest News</a> <span class="arrow"></span> </h3> <a href="/feeds/news/" title="Parabola News RSS Feed" class="rss-icon"><img width="16" height="16" src="/static/rss.c5ebdc5318d6.png" alt="RSS Feed" /></a> <h4> <a href="/news/manual-intervention-required-for-local-pacman-repositories/" title="View full article: manual intervention required for local pacman repositories">manual intervention required for local pacman repositories</a> </h4> <p class="timestamp">2024-10-24</p> <div class="article-content"> <p>NOTE: pacman v7 is currently in [libre-testing]; but it will be promoted to libre soon</p> <p>from arch:</p> <p>With the release of [version 7.0.0] pacman has added support for downloading packages as a separate user with dropped privileges.</p> <p>For users with local repos however this might imply that the download user does not have access to the files in question, which can be fixed by assigning the files and folder to the <code>alpm</code> group and ensuring the executable bit (<code>+x</code>) is set on the folders in question.</p> <pre><code>$ chown :alpm -R /path/to/local/repo </code></pre> <p>Remember to [merge the .pacnew] files to apply the new default.</p> <p>Pacman also introduced [a change] to improve checksum stability for git repos that utilize <code>.gitattributes</code> files. This might require a one-time checksum change for <code>PKGBUILD</code>s that use git sources.</p> </div> <h4> <a href="/news/restart-sshd-immediately-after-upgrade/" title="View full article: restart sshd immediately after upgrade">restart sshd immediately after upgrade</a> </h4> <p class="timestamp">2024-07-01</p> <div class="article-content"> <p>from arch:</p> <p>After upgrading to <code>openssh-9.8p1</code>, the existing SSH daemon will be unable to accept new connections. When upgrading remote hosts, please make sure to restart the sshd service using <code>systemctl try-restart sshd</code> right after upgrading.</p> <p>We are evaluating the possibility to automatically apply a restart of the sshd service on upgrade in a future release of the openssh-9.8p1 package.</p> </div> <h4> <a href="/news/makepkgconf-change/" title="View full article: pacman.conf and makepkg.conf changes">pacman.conf and makepkg.conf changes</a> </h4> <p class="timestamp">2024-05-24</p> <div class="article-content"> <p>NOTICE FOR EVERYONE:</p> <p>You may see the following error message from pacman:</p> <p><code>error: config file /etc/pacman.d/*.conf could not be read: No such file or directory</code></p> <p>If you do, that is because you have modified your pacman.conf file in the past; but you forgot to reconcile the latest .pacnew replacement. Remember that it is upon each user to notice any new .pacnew replacement files for any configuration files that you have modified, each time pacman does an upgrade, and to merge the changes into your existing config files. Pacman will not do that automatically, to avoid clobbering ...</p> </div> <h4> <a href="/news/arch-announce-the-xz-package-has-been-backdoored/" title="View full article: [arch-announce] The xz package has been backdoored">[arch-announce] The xz package has been backdoored</a> </h4> <p class="timestamp">2024-03-29</p> <div class="article-content"> <p>From: "Arch Linux: Recent news updates: David Runge" <a href="mailto:arch-announce@lists.archlinux.org">arch-announce@lists.archlinux.org</a></p> <p>TL;DR: Upgrade your systems and container images <strong>now</strong>!</p> <p>As many of you may have already read <a href="https://www.openwall.com/lists/oss-security/2024/03/29/4">1</a>, the upstream release tarballs for <code>xz</code> in version <code>5.6.0</code> and <code>5.6.1</code> contain malicious code which adds a backdoor.</p> <p>This vulnerability is tracked in the Arch Linux security tracker <a href="https://security.archlinux.org/ASA-202403-1">2</a>.</p> <p>The <code>xz</code> packages prior to version <code>5.6.1-2</code> (specifically <code>5.6.0-1</code> and <code>5.6.1-1</code>) contain this backdoor.</p> <p>We strongly advise against using affected release artifacts and instead downloading what is currently available as latest version!</p> <h2>Upgrading the ...</h2> </div> <h4> <a href="/news/budgie-desktop-1072-6-update-requires-manual-intervention/" title="View full article: [From Arch]: budgie-desktop >= 10.7.2-6 update requires manual intervention">[From Arch]: budgie-desktop >= 10.7.2-6 update requires manual intervention</a> </h4> <p class="timestamp">2023-08-11</p> <div class="article-content"> <p>When upgrading from budgie-desktop 10.7.2-5 to 10.7.2-6, the package mutter43 must be replaced with magpie-wm, which currently depends on mutter. As mutter43 conflicts with mutter, manual intervention is required to complete the upgrade.</p> <p>First remove mutter43, then immediately perform the upgrade. Do not relog or reboot between these steps.</p> <p><code>pacman -Rdd mutter43</code></p> <p><code>pacman -Syu</code></p> </div> <h3> <a href="/news/" title="Browse the news archives">Older News</a> <span class="arrow"></span> </h3> <dl class="newslist"> <dt>2023-06-19</dt> <dd> <a href="/news/openblas-0323-2-update-requires-manual-intervention/" title="View full article: OpenBLAS >= 0.3.23-2 update requires manual intervention">OpenBLAS >= 0.3.23-2 update requires manual intervention</a> </dd> <dt>2023-02-12</dt> <dd> <a href="/news/from-arch-switch-to-the-base-devel-meta-package-requires-manual-intervention/" title="View full article: [From Arch] Switch to the base-devel meta package requires manual intervention">[From Arch] Switch to the base-devel meta package requires manual intervention</a> </dd> <dt>2022-11-06</dt> <dd> <a href="/news/systemd-encrypted-boot-may-be-broken-by-upgrade-systemd-cryptsetup-suggest-to-postpone-upgrading/" title="View full article: systemd encrypted boot may be broken by upgrade to openssl v3 (systemd-cryptsetup), and various libcrypto.so.1.1 errors - suggest to postpone upgrading">systemd encrypted boot may be broken by upgrade to openssl v3 (systemd-cryptsetup), and various libcrypto.so.1.1 errors - suggest to postpone upgrading</a> </dd> <dt>2022-09-25</dt> <dd> <a href="/news/from-arch-removing-python2-from-the-repositories/" title="View full article: [From Arch] Removing python2 from the repositories">[From Arch] Removing python2 from the repositories</a> </dd> <dt>2022-08-30</dt> <dd> <a href="/news/grub-bootloader-upgrade-and-configuration-incompatibilities/" title="View full article: Grub bootloader upgrade and configuration incompatibilities">Grub bootloader upgrade and configuration incompatibilities</a> </dd> <dt>2022-07-20</dt> <dd> <a href="/news/elogind-requires-manual-intervention/" title="View full article: elogind requires manual intervention">elogind requires manual intervention</a> </dd> <dt>2022-07-19</dt> <dd> <a href="/news/nonsystemd-networkmanager-dbus-and-display-managers-require-manual-intervention/" title="View full article: [nonsystemd] NetworkManager, dbus and display managers require manual intervention">[nonsystemd] NetworkManager, dbus and display managers require manual intervention</a> </dd> <dt>2022-07-14</dt> <dd> <a href="/news/wxgtk2-manual-intervention-may-be-required/" title="View full article: [From Arch]: wxgtk2 may require manual intervention">[From Arch]: wxgtk2 may require manual intervention</a> </dd> <dt>2021-08-12</dt> <dd> <a href="/news/talkingparabola-merged-in-main-iso-and-installation-medium-with-installer/" title="View full article: TalkingParabola merged in main ISO and installation medium with installer">TalkingParabola merged in main ISO and installation medium with installer</a> </dd> <dt>2021-07-07</dt> <dd> <a href="/news/from-arch-sorting-out-old-password-hashes/" title="View full article: [From Arch] Sorting out old password hashes">[From Arch] Sorting out old password hashes</a> </dd> </dl> </div> </div> </div> <div id="content-right"> <div id="pkgsearch" class="widget"> <form id="pkgsearch-form" method="get" action="/packages/"> <fieldset> <label for="pkgsearch-field">Package Search:</label> <input id="pkgsearch-field" type="text" name="q" size="18" maxlength="200" /> </fieldset> </form> </div> <div id="pkg-updates" class="widget box"> <h3>Recent Updates <span class="more">(<a href="/packages/?sort=-last_update" title="Browse all of the latest packages">more</a>)</span></h3> <a href="/feeds/packages/" title="Parabola Package Updates RSS Feed" class="rss-icon"><img width="16" height="16" src="/static/rss.c5ebdc5318d6.png" alt="RSS Feed" /></a> <table> <tr> <td class="pkg-name"><span class="pcr-testing testing">lagrange 1.18.3-1</span></td> <td class="pkg-arch"> <a href="/packages/pcr-testing/armv7h/lagrange/" title="Details for lagrange [pcr-testing]">armv7h</a>/<a href="/packages/pcr-testing/i686/lagrange/" title="Details for lagrange [pcr-testing]">i686</a>/<a href="/packages/pcr-testing/x86_64/lagrange/" title="Details for lagrange [pcr-testing]">x86_64</a> </td> </tr> <tr> <td class="pkg-name"><span class="pcr-testing testing">nncmpp 2.1.1-1</span></td> <td class="pkg-arch"> <a href="/packages/pcr-testing/armv7h/nncmpp/" title="Details for nncmpp [pcr-testing]">armv7h</a>/<a href="/packages/pcr-testing/i686/nncmpp/" title="Details for nncmpp [pcr-testing]">i686</a>/<a href="/packages/pcr-testing/x86_64/nncmpp/" title="Details for nncmpp [pcr-testing]">x86_64</a> </td> </tr> <tr> <td class="pkg-name"><span class="pcr">phc-intel-dkms 0.3.2.rev48-1</span></td> <td class="pkg-arch"> <a href="/packages/pcr/i686/phc-intel-dkms/" title="Details for phc-intel-dkms [pcr]">i686</a>/<a href="/packages/pcr/x86_64/phc-intel-dkms/" title="Details for phc-intel-dkms [pcr]">x86_64</a> </td> </tr> <tr> <td class="pkg-name"><span class="pcr">gmid 2.0.5-1</span></td> <td class="pkg-arch"> <a href="/packages/pcr/armv7h/gmid/" title="Details for gmid [pcr]">armv7h</a>/<a href="/packages/pcr/i686/gmid/" title="Details for gmid [pcr]">i686</a>/<a href="/packages/pcr/x86_64/gmid/" title="Details for gmid [pcr]">x86_64</a> </td> </tr> <tr> <td class="pkg-name"><span class="extra">kwrited 6.2.4-1</span></td> <td class="pkg-arch"> <a href="/packages/extra/x86_64/kwrited/" title="Details for kwrited [extra]">x86_64</a> </td> </tr> <tr> <td class="pkg-name"><span class="extra">krdp 6.2.4-1</span></td> <td class="pkg-arch"> <a href="/packages/extra/x86_64/krdp/" title="Details for krdp [extra]">x86_64</a> </td> </tr> <tr> <td class="pkg-name"><span class="extra">oxygen-sounds 6.2.4-1</span></td> <td class="pkg-arch"> <a href="/packages/extra/x86_64/oxygen-sounds/" title="Details for oxygen-sounds [extra]">x86_64</a> </td> </tr> <tr> <td class="pkg-name"><span class="extra">nemo-extensions 6.4.0-1</span></td> <td class="pkg-arch"> <a href="/packages/extra/x86_64/nemo-extensions/" title="Details for nemo-extensions [extra]">x86_64</a> </td> </tr> <tr> <td class="pkg-name"><span class="multilib">lib32-apitrace 12.0-1</span></td> <td class="pkg-arch"> <a href="/packages/multilib/x86_64/lib32-apitrace/" title="Details for lib32-apitrace [multilib]">x86_64</a> </td> </tr> <tr> <td class="pkg-name"><span class="multilib-testing testing">lib32-spirv-tools 2024.4.rc1-1</span></td> <td class="pkg-arch"> <a href="/packages/multilib-testing/x86_64/lib32-spirv-tools/" title="Details for lib32-spirv-tools [multilib-testing]">x86_64</a> </td> </tr> <tr> <td class="pkg-name"><span class="extra">libksysguard 6.2.4-1</span></td> <td class="pkg-arch"> <a href="/packages/extra/x86_64/libksysguard/" title="Details for libksysguard [extra]">x86_64</a> </td> </tr> <tr> <td class="pkg-name"><span class="extra">alsa-utils </span></td> <td class="pkg-arch"> <a href="/packages/extra/armv7h/alsa-utils/" title="Details for alsa-utils [extra]">armv7h</a>/<a href="/packages/extra/x86_64/alsa-utils/" title="Details for alsa-utils [extra]">x86_64</a> </td> </tr> <tr> <td class="pkg-name"><span class="extra">libjxl 0.11.1-1</span></td> <td class="pkg-arch"> <a href="/packages/extra/armv7h/libjxl/" title="Details for libjxl [extra]">armv7h</a> </td> </tr> <tr> <td class="pkg-name"><span class="extra">qqc2-breeze-style 6.2.4-1</span></td> <td class="pkg-arch"> <a href="/packages/extra/x86_64/qqc2-breeze-style/" title="Details for qqc2-breeze-style [extra]">x86_64</a> </td> </tr> <tr> <td class="pkg-name"><span class="extra">php-mongodb 1.20.1-1</span></td> <td class="pkg-arch"> <a href="/packages/extra/x86_64/php-mongodb/" title="Details for php-mongodb [extra]">x86_64</a> </td> </tr> </table> </div> <div id="nav-sidebar" class="widget"> <h4>Documentation</h4> <ul> <li><a href="https://wiki.parabola.nu/" title="Community documentation">Wiki</a></li> <li><a href="https://wiki.parabola.nu/Installation_Guide" title="Installation guide">Installation Guide</a></li> <li><a href="https://wiki.parabola.nu/ARM_Installation_Guide" title="ARM Installation guide">ARM Installation Guide</a></li> <li><a href="https://wiki.parabola.nu/Migration_from_other_distributions" title="Free your distro installation">Migration from other distros</a></li> </ul> <h4>Support</h4> <ul> <li><a href="https://labs.parabola.nu/" title="Bug reports and package requests">Bug Tracker</a></li> <li><a href="https://lists.parabola.nu//mailman/listinfo/assist" title="General user support mailing list">Assist Mailing List</a></li> <li><a href="https://wiki.parabola.nu/IRC_Channels" title="Parabola IRC Channels">IRC Channels</a></li> </ul> <h4>Community</h4> <ul> <li><a href="https://labs.parabola.nu/projects/parabola-community-forum" title="Parabola Community Forum">Community Forum</a></li> <!-- defunct service <li><a href="https://gnusocial.net/group/parabola" title="Parabola at gnusocial.net">GNU social group</a></li> --> <li><a href="https://old.reddit.com/r/parabola/" title="Parabola at reddit.com">Reddit forum</a></li> </ul> <h4>Free Culture</h4> <ul> <li><a href="https://wiki.parabola.nu/Multimedia" title="Watch and download multimedia files">Multimedia</a></li> <li><a href="https://wiki.parabola.nu/Comics" title="Watch and download comics">Comics</a></li> <li><a href="https://wiki.parabola.nu/Wallpapers" title="Download wallpapers">Wallpapers</a></li> </ul> <h4>Development</h4> <ul> <li><a href="/donate/" title="Help support Parabola GNU/Linux-libre">Donate</a></li> <li><a href="https://lists.parabola.nu//mailman/listinfo/dev" title="Development discussion mailing list">Development Mailing List</a></li> <li><a href="https://projects.parabola.nu" title="Parabola projects (git)">Projects in Git</a></li> <li><a href="/groups/" title="View the available package groups">Package Groups</a></li> <li><a href="/todo/" title="Hacker Todo Lists">Todo Lists</a></li> <li><a href="/releng/releases/" title="Release Engineering ISO listing">ISO Release List</a></li> <li><a href="/visualize/" title="View visualizations">Visualizations</a></li> <li><a href="/packages/differences/" title="See differences in packages between available architectures">Differences Reports</a></li> </ul> <h4>People</h4> <ul> <li><a href="/people/hackers/" title="More info about Hackers">Hackers</a></li> <li><a href="/people/support-staff/" title="More info about Support Staff">Support Staff</a></li> <li><a href="/people/hacker-fellows/" title="More info about Hacker Fellows">Hacker Fellows</a></li> <li><a href="/people/artists/" title="More info about Artists">Artists</a></li> <li><a href="/master-keys/" title="Package/Database signing master keys">Signing Master Keys</a></li> </ul> <h4>Mirror Network</h4> <ul> <li><a href="/mirrors/status/" title="Check the status of all known mirrors">Mirror Status</a></li> <li><a href="/mirrorlist/" title="Get a custom mirrorlist from our database">Mirrorlist Updater</a></li> <li><a href="/mirrors/" title="See a listing of all available mirrors">Mirror List</a></li> </ul> <h4>More Resources</h4> <ul> <li><a href="https://wiki.parabola.nu/Media" title="Parabola GNU/Linux-libre in the media">Press Coverage</a></li> <li><a href="/news/" title="News Archives">News Archives</a></li> <li><a href="/feeds/" title="Various RSS Feeds">RSS Feeds</a></li> </ul> </div> <div id="arch-sponsors" class="widget"> <h4>Friends of Freedom</h4> <a href="https://1984.is"> <img src="/static/1984.f7b7ab9a5e5b.png" alt="1984 - Parabola's server hosting sponsor" title="1984 - Parabola's server hosting sponsor" /> </a> <a href="https://www.olimex.com"> <img src="/static/olimex.png" style="width: 300px ;" alt="Olimex - Maker of libre-friendly ARM computers" title="Olimex - Maker of libre-friendly ARM computers" /> </a> <a href="https://vikings.net"> <img src="/static/vikings.png" style="width: 300px ;" alt="Vikings - Libre-friendly hardware and hosting" title="Vikings - Libre-friendly hardware and hosting" /> </a> </div> </div> <div id="footer"> <p>Copyright 漏 2009-2024 Parabola Project. All content is released under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">cc by-sa 3.0 unported</a> license.</p> <p>Website software and layout is derivative of archweb, Copyright 漏 2002-2024 <a href="mailto:jvinet@zeroflux.org" title="Contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" title="Contact Aaron Griffin">Aaron Griffin</a>.</p> </div> </div> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "url": "https://www.parabola.nu/", "potentialAction": { "@type": "SearchAction", "target": "https://www.parabola.nu/packages/?q={search_term}", "query-input": "required name=search_term" } } </script> <div id="konami" style="display:none;"></div> <script type="text/javascript" src="/static/jquery-1.8.3.min.f466d94e3b75.js"></script> <script type="text/javascript"> $(document).ready(function() { $.ajax({ url: "/static/homepage.598c70748b8b.js", cache: true, dataType: "script", success: function() { setupTypeahead(); setupKonami("/static/vector_tux.864e6cdcc23e.png"); } }); }); </script> </body> </html>