From 3e227f7ae0b439b967617e34d5011bb89908fb26 Mon Sep 17 00:00:00 2001 From: Pierre Depaz Date: Thu, 25 Mar 2021 13:31:09 +0100 Subject: [PATCH] yay: add -Rns example (#5486) --- pages/linux/yay.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/yay.md b/pages/linux/yay.md index 20a5b4cbe..bda2b5975 100644 --- a/pages/linux/yay.md +++ b/pages/linux/yay.md @@ -20,6 +20,10 @@ `yay -S {{package_name}}` +- Remove an installed package and both its dependencies and configuration files: + +`yay -Rns {{package_name}}` + - Search the package database for a keyword from the repos and AUR: `yay -Ss {{keyword}}`