{% extends "base.html" %} {% block title %}Arch Linux - RSS Feeds{% endblock %} {% block content %}

RSS Feeds



Several RSS feeds are available for consumption from the Arch website. The majority of these are package related and allow feeds to be customized for the updates you care about.

Grab the news item feed RSS Feed to keep up-to-date with the latest news from the Arch Linux development staff.

If you are interested in all package updates RSS Feed, then grab this feed. Note that when a package is updated for multiple architectures, you will see each individual update show up here. Alternatively, you can select a packages feed from the below table that is more tailored to your specific needs. If you are only interested in one architecture, there are a variety of feeds you can choose from. Note that feeds for a specific architecture, such as 'i686', will also include all package updates for 'any' (architecture-independent) packages.

{% for repo in repos %} {% endfor %} {% for arch in arches %} {% for repo in repos %} {% endfor %} {% endfor %}
Architecture All Repos{{ repo }}
{{ arch }} Feed RSS FeedFeed RSS Feed


{% endblock %}