From c388bb17011a7915a5e8565ad1c52229ca00896a Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Thu, 17 Feb 2022 02:13:15 -0300 Subject: [PATCH] checkupdates-aur: add page (#7775) --- pages/linux/checkupdates-aur.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/checkupdates-aur.md diff --git a/pages/linux/checkupdates-aur.md b/pages/linux/checkupdates-aur.md new file mode 100644 index 000000000..1be38a0cb --- /dev/null +++ b/pages/linux/checkupdates-aur.md @@ -0,0 +1,16 @@ +# checkupdates-aur + +> Tool to check pending updates from the Arch User Repository (AUR). +> More information: . + +- List pending updates for AUR packages: + +`checkupdates-aur` + +- List pending updates for AUR packages in debug mode: + +`CHECKUPDATES_DEBUG=1 checkupdates-aur` + +- Display help: + +`checkupdates-aur --help`