Skip to content

Instantly share code, notes, and snippets.

@sonulohani
Created December 22, 2021 06:22
Show Gist options
  • Save sonulohani/eb803b5310ef11e259c8bc9b453d0ad1 to your computer and use it in GitHub Desktop.
Save sonulohani/eb803b5310ef11e259c8bc9b453d0ad1 to your computer and use it in GitHub Desktop.
yay_helper
# Remove the orphaned packages with Yay
yay -Yc
# Search for a package
yay -Ss package_name
# Remove a package
yay -Rns package_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment