info > rc-alert(1)

RC-ALERT(1) General Commands Manual RC-ALERT(1)

📛 NAME

rc-alert - check for installed packages with release-critical bugs

🚀 Quick Reference

Use CaseCommandDescription
Check for RC bugs on installed packagesrc-alertDownloads RC bug list and checks installed packages
Check for RC bugs on specific packagesrc-alert package1 package2 ...Check only specified packages
Filter by tags (e.g., security)rc-alert --include-tags SHInclude bugs with security or help-wanted tags
Filter by distributions (e.g., testing/unstable)rc-alert --include-dists TUInclude bugs affecting testing or unstable
Use debtags for matchingrc-alert --debtags role::plugin,implemented-in::perlMatch packages with specific debtags
Sort by popcon rankrc-alert --popconSort bugs by popularity contest rank
Use local popcon datarc-alert --popcon --pc-localUse /var/log/popularity-contest for sorting
Cache downloaded datarc-alert --cacheCache RC bug list for faster subsequent runs

📖 SYNOPSIS

rc-alert  [inclusion  options]  [--debtags  [tag[,tag ...]]] [--popcon] [package ...]
rc-alert --help|--version

📝 DESCRIPTION

rc-alert downloads the list of release-critical bugs from the Debian BTS webpages, and then outputs a list of packages installed on the system, or given on the command-line, which are in that list.

If the directory $XDG_CACHE_HOME/devscripts/rc-alert exists or the --cache option is given, then the (sizable) downloaded list will be cached, and will only be downloaded again on a second invocation if it has changed.

âš™ī¸ OPTIONS

đŸ—ƒī¸ --cache

Force the creation of the $XDG_CACHE_HOME/devscripts/rc-alert cache directory.

❓ --help, -h

Show a summary of options.

â„šī¸ --version, -v

Show version and copyright information.

It is also possible to filter the list of bugs reported based on the tags and distributions associated with the package. The filtering options are:

🔍 --include-tags, -f

A list of tags which the bug must have, in the format used for output. For example, to include bugs tagged security or help wanted, use "SH".

🔗 --include-tag-op, -t

If set to and, a bug must have all of the tags specified by --include-tags.

đŸšĢ --exclude-tags

A list of tags which the bug must not have, in the same format as --include-tags.

🔗 --exclude-tag-op

If set to and, a bug must have none of the tags specified by --exclude-tags. By default, the bug will be excluded if any tag matches.

đŸ“Ļ --include-dists, -d

A list of distributions which the bug must apply to, in the format used for output. For example, to include bugs affecting testing or unstable, use "TU".

🔗 --include-dist-op, -o

If set to and, a bug must apply to all of the specified distributions in order to be included.

đŸšĢ --exclude-dists

A list of distributions to which the bug must not apply, in the same format as --include-dists.

🔗 --exclude-dist-op

If set to and, a bug must apply to all of the specified distributions in order to be excluded. By default the bug will be excluded if it applies to any of the listed distributions.

It is also possible to only list bugs which have specific debtags set. Note that you need to have debtags installed and also that it's not mandatory for maintainers to set proper debtags. The produced list will thus probably be incomplete.

đŸˇī¸ --debtags

Match packages based on the listed tags. Each package is matched only if it has all the listed tags; in the case of multiple tags within the same facet, a package is matched if it has any of the listed tags within the facet.

đŸ—„ī¸ --debtags-database

Use a non-standard debtags database. The default is /var/lib/debtags/packages-tags.

Popularity-contest collects data about installation and usage of Debian packages. You can additionally sort the bugs by the popcon rank of the related packages.

📊 --popcon

Sort bugs by the popcon rank of the package the bug belongs to.

đŸ—ŗī¸ --pc-vote

By default, packages are sorted according to the number of people who have the package installed. This option enables sorting by the number of people regularly using the package instead. This option has no effect in combination with --pc-local.

đŸ–Ĩī¸ --pc-local

Instead of requesting remote data the information from the last popcon run is used (/var/log/popularity-contest).

💡 EXAMPLES

🐛 BUGS

It is not possible to say "does not apply only to unstable"

🔗 SEE ALSO

debtags(1) popbugs(1) popularity-contest(8)

âœī¸ AUTHOR

rc-alert was written by Anthony DeRobertis and modified by Julian Gilbey <jdg AT debian.org> and Adam D. Barratt <adam AT adam-barratt.uk> for the devscripts package. Debtags and popcon functionality was added by Jan Hauke Rahm <info AT jhr-online.de>.

DEBIAN Debian Utilities RC-ALERT(1)

rc-alert(1)
📛 NAME 🚀 Quick Reference 📖 SYNOPSIS 📝 DESCRIPTION âš™ī¸ OPTIONS
đŸ—ƒī¸ --cache ❓ --help, -h â„šī¸ --version, -v 🔍 --include-tags, -f 🔗 --include-tag-op, -t đŸšĢ --exclude-tags 🔗 --exclude-tag-op đŸ“Ļ --include-dists, -d 🔗 --include-dist-op, -o đŸšĢ --exclude-dists 🔗 --exclude-dist-op đŸˇī¸ --debtags đŸ—„ī¸ --debtags-database 📊 --popcon đŸ—ŗī¸ --pc-vote đŸ–Ĩī¸ --pc-local
💡 EXAMPLES 🐛 BUGS 🔗 SEE ALSO âœī¸ AUTHOR

Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-26 04:38 @216.73.217.127
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!