Skip to content

Instantly share code, notes, and snippets.

@kaangiray26
Last active October 22, 2024 09:07
Show Gist options
  • Select an option

  • Save kaangiray26/1deb180fa62fbebcd89ece330e5038dd to your computer and use it in GitHub Desktop.

Select an option

Save kaangiray26/1deb180fa62fbebcd89ece330e5038dd to your computer and use it in GitHub Desktop.

Updating packages

Update the database first:

sudo pacman -Syy

Then, update packages with:

sudo pacman -Syu

Installing a package

sudo pacman -S <package-name>

Searching for packages

sudo pacman -sS <query>

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment