fetch_assoc()) $package_updates[] = $row; print_header("", "home"); ?>

A simple, lightweight distribution for 32-bit CPUs

You've reached the website for Arch Linux 32, the community maintained continuation of 32-bit support for Arch Linux, a lightweight and flexible Linux® distribution that tries to Keep It Simple.

Currently we have official packages optimized for the i686 and pentium4 architectures. Also most(ly) non-graphical packages are available for i486, too. Have a look at the required cpu flags to decide which architecture is the right one for you. Most packages from Arch Linux's community-operated package repository are also compatible with Arch Linux 32.

Instructions for the transition from Arch Linux to Arch Linux 32 can be found here.

Installation media which boot on x86_64 and i686 can be found here.

Join us on #archlinux32 IRC channel on Freenode, check out our forums or subscribe to the mailing list to get your feet wet. Also glance through the Arch Wiki if you want to learn more about upstream Arch.

Latest News

RSS Feed RSS Feed \n"; print " sorry, arch 32 news are currently unavailable\n"; print " \n"; } else { foreach($news32 -> {'entry'} as $entry) { $content = $entry -> {'summary'} -> __toString(); if (preg_match('#^

By [^<]*
On ([0-9]+)/([0-9]+)/([0-9]+), [^<]+

.*$#', $content) == false) $date = explode('T', $entry -> {'updated'} -> __toString())[0]; else { $date = preg_replace('#^

By [^<]*
On ([0-9]+)/([0-9]+)/([0-9]+), [^<]+

.*$#', '\3-\1-\2', $content); $content = preg_replace('#^

By [^<]*
On [^<]*

#', '', $content); } $news[] = array ( 'content' => $content, 'date' => $date, 'link' => $entry -> {'link'} -> attributes() -> {'href'} -> __toString(), 'title' => $entry -> {'title'} -> __toString() ); } } if ($news64 === false) { print "

\n"; print " sorry, upstream arch news are currently unavailable\n"; print "

\n"; } else { foreach($news64 -> {'channel'} -> {'item'} as $entry) { $news[] = array ( 'content' => $entry -> {'description'}, 'date' => date('Y-m-d', strtotime($entry -> {'pubDate'})), 'link' => $entry -> {'link'}, 'title' => $entry -> {'title'} ); } } function cmp_news_date($a, $b) { return strtotime($b['date']) - strtotime($a['date']); } usort($news, 'cmp_news_date'); $news_count = -5; foreach($news as $entry) { $news_count ++; if ($news_count == 0) { print "

\n"; print " Older News\n"; print " \n"; print "

\n"; print "
\n"; } if ($news_count < 0) { print "

\n"; print " "; print $entry['title']; print "\n"; print "

\n"; print "

\n"; print " " . $entry['date'] . "\n"; print "

\n"; print "
\n"; print $entry['content']; print "
\n"; } else { print "
"; print $entry['date']; print "
\n"; print "
\n"; print " "; print $entry['title']; print "\n"; print "
\n"; } } if ($news_count >= 0) { print "
\n"; } ?>

Recent Updates (more)

RSS Feed \n"; print " \n"; print " \n"; print " \n"; } ?>
"; print $pkg['pkgname']; print " "; if ($pkg['epoch'] != 0) print $pkg['epoch'] . ":"; print $pkg['pkgver'] . "-" . $pkg['pkgrel']; if (!$pkg['sub_pkgrel_omitted']) print "." . $pkg['sub_pkgrel']; print "\n"; print " " . $pkg['arch'] . "\n"; print "