"How To Install and Use The Chaotic AUR on Linux - Complete Guide"

Subscribers:
10,700
Published on ● Video Link: https://www.youtube.com/watch?v=6MkZs9BbA58



Category:
Guide
Duration: 5:22
2,435 views
52


In this video, I cover how to install and use the Chaotic-AUR, an automated building repo for AUR packages with Arch Linux, Endeavour OS and Manjaro Linux.

https://github.com/chaotic-aur

Step 1. Install Chaotic-AUR Support.

First, install the primary key, the Chaotic-AUR keyring and the mirrorlist.

This can be done with the following three Terminal commands.

sudo pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com

sudo pacman-key --lsign-key FBA220DFC880C036

sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'

Next, we need to add the Chaotic-AUR repo to the end of the pacman.conf file.

This can be done with Nano through the Terminal.

First install nano with the below command.

sudo pacman –S nano

And then open the pacman.conf file with this command.

sudo nano /etc/pacman.conf

Scroll down to the bottom of the page and add the following.

[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist

Save the changes with CTRL + X.

Finally update your system with the following command.

sudo pacman –Syu

The Chaotic-AUR is now installed on your system.

Step 2. Installing Software from The Chaotic-Aur.

Installing software from the Chaotic-AUR is the same as any Arch based distribution, using Pacman commands through the Terminal.

For example, to install Spotify, I would use the following command.

sudo pacman –S spotify

Alternatively, you can use Pamac, a GUI front end for Pacman.

Pacman is preinstalled on Manjaro but you can install it on both Arch Linux and Endeavour OS with the following Terminal command.

sudo pacman –S pamac-nosnap

This will install Pamac with support from installing from the distribution repository, the Chaotic-AUR, the original AUR and Flathub.

Although you will need to enable the latter two using the advanced section of Pamac.

So to install Spotify using Pamac, search for the application using the search bar which will return many options.

First, under repositories, you have the Chaotic-AUR option, under AUR, you have the AUR version, and finally under Flatpak, you have the Flatpak version.

To install the Chaotic-AUR version, click on Repositories, click on the down arrow next to the Spotify option, and then click on the Apply button at the bottom.

Confirm the prompts, and Spotify will now be installed on your system.

Some final points to make, the Chaotic-AUR will take priority over any software installed by using the AUR, which means that any software previously installed from the AUR will be replaced by a build provided by the Chaotic-AUR.

#linux #manjaro #chaotic-aur

Social Media Links

Discord - https://discord.gg/3SxGk3WG2D

Facebook - https://www.facebook.com/Intelligent-Gaming-101640054531594

Mastodon - https://mastodon.social/@Intelligentgaming

Reddit - https://www.reddit.com/r/IntelligentGaming2020/

Twitter - https://twitter.com/inspectorgecko




Other Videos By Intelligent Gaming


2023-02-28"Step-by-Step: Installing and Playing EA App Games On Linux"
2023-02-26"Step-by-Step: Integrating DLSS and FSR into Skyrim Special Edition - Complete Guide"
2023-02-22"Step-by-Step: Integrating DLSS and FSR into Fallout 4 - Complete Guide"
2023-02-15"Modding on Linux: Install and Use Mod Organiser 2 - Complete Guide"
2023-02-05"Linux Modding Made Easy: Install and Use Vortex Mod Manager - Complete Guide"
2023-01-31"Step-by-Step: Spawn Items in God of War using Cheat Engine - Complete Guide"
2023-01-24"Linux Gaming - Rolling Release vs. Point Release - Which is Better?"
2023-01-17"How To Enhance Your Fallout 4 Experience: Best Mods for 2023 - Ultimate Guide"
2022-12-21"Optimise Elden Ring: Fix Poor Performance and Reduce Stuttering - Complete Guide"
2022-12-16"How to Install and Use Microsoft Software On Linux - Complete Guide"
2022-11-30"How To Install and Use The Chaotic AUR on Linux - Complete Guide"
2022-11-23"Step-by-Step: Unlocking Files and Folders in Windows 11 - Complete Guide"
2022-11-08"Skyrim Special Edition: Best Graphic Mods of 2023 - Visual Overhaul Guide"
2022-10-28"Unlock Smooth Display: Adjusting Refresh Rate in Gnome Desktop Manager - Complete Guide"
2022-10-14"Step-by-Step: Spawn Items in Dark Souls Trilogy using Cheat Engine - Complete Guide"
2022-10-12"Step-by-Step: Installing and Utilising an Nvidia ShadowPlay Alternative in Linux"
2022-09-27"Cross Platform-File Access: Accessing Linux Partitions From Windows 11 - Complete Guide"
2022-09-26"My Linux Journey" Podcast Episode 20: Pav's Windows Rage
2022-09-14"Seamless Office 365 Experience: Install and Run Office 365 Online On Linux - Tutorial"
2022-09-03"Step-by-Step: How To Install and Play GOG and Epic Games On Linux - Complete Guide"
2022-09-03"Step-by-Step: Capturing and Recording HDR Footage With OBS Studio on Windows 11"



Tags:
arch linux
linux
aur
repository
manjaro
endeavour
os
arch
install
2022
how to
tutorial
chaotic
pamac
pacman
terminal