Arch Linux Installation Guide

Опубликовано: 01 Январь 1970
на канале: Drew Howden Tech
4,613
88

In this video, I go over the installation of Arch Linux from downloading the ISO, all the way to putting the finishing touches on the complete system.
The reason why I called this an "Arch Linux Installation Guide" as opposed to a "How to Install Arch Linux," is because, since Arch Linux is meant to be a do-it-yourself installation, there are many ways to build a complete Arch Linux system, and the method used in this video is just one of them.

Arch Linux Download Page: https://archlinux.org/download/

Installation Commands: https://drive.google.com/file/d/1wiO7...

Post-installation Commands:
Allow your non-privileged user to use the "sudo" command (NOTE: You will need to log out and log back in for this change to take effect):
su
pacman -S sudo
nano /etc/sudoers
groupadd sudo
usermod -aG sudo drew

Install dependencies for Discover:
sudo pacman -S packagekit-qt5 fwupd
*If you are running this command in su, omit "sudo" at the beginning.