AUR

Originally written: September 15th, 2021

As mentioned in my Operating Systems blog, I've been using Arch Linux and loving it.

However, for the life of me, I can never seem to remember which commands I need to install AUR packages. So here are the instructions to install AUR packages.

First, clone the AUR repository, i.e. VS Code.

Then, go into the directory and run the commands:

              
                makepkg
                sudo pacman -U 
              
            

That's all! Easy Peasy.