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`