What is the app that i can download new apps fr repo

You don’t need a GUI for this stuff!

  1. Search for applications online …

-or-

  1. Search for applications from your terminal …
  • Arch packages
    pacman -Ss <packagename OR part of name OR description>
  • AUR (and Arch) packages
    yay <packagename OR part of name OR description>

Then install like this …

  • Arch packages
    sudo pacman -S <packagename>

  • AUR (and Arch) packages
    yay -S <packagename>

    • Btw, you can install multiple packages by using space as delimiter, e. g.
      sudo pacman -S <packagename1> <packagename2>

To update your system, simply run
yay

To update only Arch packages run
sudo pacman -Syu

9 Likes