{% 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.

News and Activity Feeds

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

The Arch Wiki: Recent changes feed is also available to track document changes from the Arch Wiki.

Package Feeds

If you are interested in all package updates, then grab this feed. {% for arch in arches %} {% endfor %} {% for arch in arches %} {% endfor %} {% for arch in arches %} {% endfor %} {% for arch in arches %} {% endfor %} {% for repo in repos %} {% for arch in arches %} {% endfor %} {% endfor %}
All Arches{{ arch }}
All Repos FeedFeed
All Stable Repos FeedFeed
All Testing Repos FeedFeed
{{ repo }} FeedFeed

A newest packages feed is also available from the Arch User Repository (AUR).

Recently added packages.

{% for arch in arches %} {% endfor %} {% for arch in arches %} {% endfor %} {% for arch in arches %} {% endfor %} {% for arch in arches %} {% endfor %} {% for repo in repos %} {% for arch in arches %} {% endfor %} {% endfor %}
All Arches{{ arch }}
All Repos FeedFeed
All Stable Repos FeedFeed
All Testing Repos FeedFeed
{{ repo }} FeedFeed

Recently removed packages.

{% for arch in arches %} {% endfor %} {% for arch in arches %} {% endfor %} {% for arch in arches %} {% endfor %} {% for arch in arches %} {% endfor %} {% for repo in repos %} {% for arch in arches %} {% endfor %} {% endfor %}
All Arches{{ arch }}
All Repos FeedFeed
All Stable Repos FeedFeed
All Testing Repos FeedFeed
{{ repo }} FeedFeed

Release Feed

Grab the ISO release feed if you want to help seed the ISO release torrents as they come out.

Development Feeds

Subscribe to any of the following to track issues and feature requests from the Arch Linux GitLab:

Project Issues
Packages Feed
Release Engineering Feed
Pacman Development Feed
AUR Feed
{% endblock %}