HOW TO INSTALL A FILE FROM THE AUR ARCH LINUX REPOSITORY
To install arch applications, games and other packages from the Linux repository, you can find everything you need at Arch Linux User Repository. Once you are there you can search for anything using the search text box in the upper right that says Package Search.
For example, to search for Libre Office Suite, just type in Libre Office Suite inside the textbox and hit the return key. You should see a page like this below.
The link you want to click on (on the image above) is the bin file which stands for a binary file, libreoffice-dev-bin. Once you click that link you will then see the package details page (shown in the image below) where you can then copy a link that looks like a website address. This will be used later to paste into a command to download the files to your GIT directory.
Once you click on the highlighted link above, the URL used to clone this git package will be copied into memory. Now open your favorite terminal. I am currently using CachyOS Gnome edition which uses the Gnome terminal with fish scripts to assist with the files, folders and commands used in terminal.