Browse Source

yay: add -Rns example (#5486)

Pierre Depaz 4 years ago
parent
commit
3e227f7ae0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/linux/yay.md

+ 4 - 0
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}}`