How to Install Arch Linux From a GUI (2024)

Quick Links

  • The Arch Linux Catch-22

  • What About Arch-Based Distributions?

  • Arch Linux GUI

  • Installing Arch Linux GUI

  • Updating Your System

  • The ArchWiki Is Your Friend

Although Arch Linux is great, its installation is a show-stopper for many people. But now there's a straightforward GUI-based installer for Arch. And you already know how to use it.

The Arch Linux Catch-22

Arch Linux is a lean, mean Linux distribution. Most people consider it the premier rolling-release distribution. Instead of new releases once or twice a year it has frequent, smaller updates that keep your computer current.

Arch arrives completely unadulterated. There's no bloat from unwanted packages. There are no distribution-specific tweaks or management tools. It's just plain old vanilla Linux. For some, that's an attractive proposition. You choose, step by detailed step, how you want your computer set up.

But that's the crux of the problem. Thedetail. To be able to choose in granular detail how you want your Linux installed means you have to understand that level of detail. Or follow theArchWikiverycarefully.

The standard Arch install requires you to download one of their monthly ISOs. That boots to an Arch Linux command line prompt. You need to work through a considerable number of steps on the command line to get a working version of Arch on your computer. It's easy to miss a step or to make a choice that you later realize was wrong.

Related: How to Install Arch Linux on a PC

After all that, you have a bare-bones Arch installation. You've still got to install a desktop environment such as KDE or GNOME, plus all the applications you want to use. It's nothing like installing Ubuntu where you pick your desktop environment up-front, and the installation process includes a large selection of applications. And after an Arch install, wrestling with things like Wi-Fi settings or graphics drivers is common.

Installing a working version of Arch is an achievement and something of a milestone for those who manage it. There are those who hold the view that if you can't install Arch the "real way," you shouldn't be using it. That's baloney. Others say that you ought to do it because you'll learn so much about Linux and how your operating system works. It's true, you do learn a lot. But for the best part, the stuff you pick up will never be used again until the next time you install Arch.

The installation of a distribution is the first interaction a user has with it. With Arch, for a lot of people---even with guided scripts like archinstall,archfi, andAnarchy---that first hurdle is just too high.

What About Arch-Based Distributions?

There are many Arch-based distributions, such as Manjaro, ArcoLinux, Garuda, and EndeavourOS. These provide graphical installation routines, often based on the well-knownCalamares installer. They set up networking and Wi-Fi, and they install the desktop environment of your choice.

All of that is fantastic, and---to differing degrees---you do end up with a very close-to-plain Arch Linux. But it's not plain Arch Linux. Some of the differences are large, some of them are small. But there are differences.

Related: Why I Switched From Ubuntu to Manjaro Linux

For example, Manjaro purposefully holds back updates until they have been tested. Once confidence is high that the updates are safe, they're released to their user base. That's a core principle of that distribution. Manjaro provides an Arch-based rolling-release distribution with some risk management added to it. Manjaro satisfies that particular need. There's a reason it is so popular.

All the other Arch-based distributions addsomethingto the mix, in greater or lesser quantities. They're all great distributions, but if you're looking for vanilla Arch Linux, these distributions will only get you so close.

Arch Linux GUI

Arch Linux GUIisn't a distribution. It simply provides an easy-to-use installer for Arch Linux.

Their website offers versions featuring GNOME, KDE Plasma, XFCE, Cinnamon, and the i3 window manager. Apart from i3, these are offered in "pure" or "themed" variants.

A pure edition is just that: untouched Arch Linux. The themed variants have some light desktop theming and a few packages installed that you are likely to want to install anyway, such as printing services or Bluetooth.

But, for this exercise, we want things to be as pure as the driven snow. So we're going to install the GNOME Pure version.

Installing Arch Linux GUI

Download the version you wish to install and make a bootable USB drive. Boot your computer from your USB drive. When you see the Arch Linux logo and menu, select the first option, labeled "Arch Linux Installer (x86_64, BIOS)."

How to Install Arch Linux From a GUI (1)

This will boot your computer from the installation media in a "Live ISO" session. No changes are made to your computer at this stage. Soon you'll see a generic GNOME desktop.

How to Install Arch Linux From a GUI (2)

The installer is tucked away with the other applications. Click the dotted "Show Applications" icon in the dock. The applications list appears. The installer has an Arch Linux logo as its icon, and a description that reads "Install Arch Linux."

How to Install Arch Linux From a GUI (3)

Click the icon to start the installation. The look and feel of the Calamares installer will be familiar to many. It's used by a great number of Linux distributions.

How to Install Arch Linux From a GUI (4)

If you want the installer to run in a different language, select it from the drop-down menu. Note that this doesn't set the language of your installation of Arch. It's just for the Calamares screens. Click "Next" when you're ready to move on.

The location screen appears. You can let the installer know where you live by making selections in the "Region" and "Zone" drop-down menus, or by clicking on the screen.

How to Install Arch Linux From a GUI (5)

This is the step that sets the language that Arch will use, and how it will format numbers and dates. Click "Next" to move to the next screen.

How to Install Arch Linux From a GUI (6)

You need to select your keyboard layout and language, then click "Next." The partitioning options screen appears.

How to Install Arch Linux From a GUI (7)

The usual partitioning options are available. You can erase the entire disk and have the installer automatically partition it, or you can manually define a custom partitioning. If an operating system has already been installed on the target computer (which wasn't the case with our test machine) you can choose to install Arch alongside it.

You can also select the file system you wish to use, and whether you want to use swap or not.

Make your selections and click "Next."

You're prompted for your name, user name, password, the name of the computer, and whether you want to use the same password for your user account and for root.

How to Install Arch Linux From a GUI (8)

Complete the form and click "Next" to display the summary screen.

How to Install Arch Linux From a GUI (9)

If you want to change any of your choices, click "Back" until you see the option you want to change, and set it to your preferred value. When you're happy with all the settings, click "Install" to start the installation process.

How to Install Arch Linux From a GUI (10)

As the installation takes place the progress bar will creep from left to right and different snippets of information are displayed in the main portion of the Calamares window.

How to Install Arch Linux From a GUI (11)

When the installation is complete select the "Restore Now" checkbox and click "Done."

How to Install Arch Linux From a GUI (12)

Your computer will reboot into your pristine installation of Arch Linux. When you log in you'll see the generic GNOME desktop.

Updating Your System

Although the Arch Linux GUI project releases new ISOs at the start of each month, because of the rolling-release nature of Arch Linux and the offline nature of the installation, there will almost certainly be updates you can apply.

Open a terminal window and type:

sudo pacman -Syyu
How to Install Arch Linux From a GUI (13)

pacman is the package manager for Arch. The options we used are:

  • S: Synchronize (install) packages.
  • yy: Force a refresh of the local packages database by downloading the package databases from the remote repositories. Using it twice refreshes all databases, even those that appear up-to-date. As this is the first time we've updated this installation, this makes doubly sure everything that can be updated is updated.
  • u: Upgrade all out-of-date packages.

Arch Linux checks the versions of software on your computer against the versions in the repositories and displays a list of packages that can be updated.

How to Install Arch Linux From a GUI (14)

Hit "Enter" to accept the default answer of "Y" to proceed with the installation. You might need to do the same a few times during the updates, depending on what packages are being updated.

The ArchWiki Is Your Friend

One of the best parts of using Arch Linux is the ArchWiki. It just might be the most comprehensive collection of Linux knowledge on the web.

If you want to know anything about Arch, check out the wiki. And because Arch is such a pure and naked Linux, people use it to solve problems or get insights into other Linux distributions too.

It also covers Arch-specific packages such as the pacman package manager, which you'll be using to install the packages you want, to complete your new installation to your tastes.

Related: 5 Websites Every Linux User Should Bookmark

How to Install Arch Linux From a GUI (2024)
Top Articles
The Best Valentine’s Day Outfits You'll Wear Way Beyond February 14
The 2000s Fashion Trends Everyone Will Wear This Year
Navicent Human Resources Phone Number
Chatiw.ib
Jonathon Kinchen Net Worth
Naturalization Ceremonies Can I Pick Up Citizenship Certificate Before Ceremony
30% OFF Jellycat Promo Code - September 2024 (*NEW*)
Shaniki Hernandez Cam
Needle Nose Peterbilt For Sale Craigslist
Cars For Sale Tampa Fl Craigslist
Items/Tm/Hm cheats for Pokemon FireRed on GBA
Programmieren (kinder)leicht gemacht – mit Scratch! - fobizz
10 Best Places to Go and Things to Know for a Trip to the Hickory M...
Echo & the Bunnymen - Lips Like Sugar Lyrics
Hair Love Salon Bradley Beach
Nalley Tartar Sauce
VMware’s Partner Connect Program: an evolution of opportunities
Maplestar Kemono
Harem In Another World F95
The Grand Canyon main water line has broken dozens of times. Why is it getting a major fix only now?
All Obituaries | Buie's Funeral Home | Raeford NC funeral home and cremation
Conan Exiles: Nahrung und Trinken finden und herstellen
Dragger Games For The Brain
Contracts for May 28, 2020
Soul Eater Resonance Wavelength Tier List
4.231 Rounded To The Nearest Hundred
By.association.only - Watsonville - Book Online - Prices, Reviews, Photos
Gesichtspflege & Gesichtscreme
Ice Dodo Unblocked 76
Package Store Open Near Me Open Now
Mark Ronchetti Daughters
Hoofdletters voor God in de NBV21 - Bijbelblog
Metro By T Mobile Sign In
Boondock Eddie's Menu
Watchdocumentaries Gun Mayhem 2
Pill 44615 Orange
Obsidian Guard's Skullsplitter
2008 Chevrolet Corvette for sale - Houston, TX - craigslist
Fifty Shades Of Gray 123Movies
968 woorden beginnen met kruis
R/Moissanite
Dcilottery Login
Newsweek Wordle
Pekin Soccer Tournament
St Vrain Schoology
Walmart Careers Stocker
Frontier Internet Outage Davenport Fl
Mcoc Black Panther
Verizon Forum Gac Family
Grace Family Church Land O Lakes
Heisenberg Breaking Bad Wiki
Primary Care in Nashville & Southern KY | Tristar Medical Group
Latest Posts
Article information

Author: Foster Heidenreich CPA

Last Updated:

Views: 5871

Rating: 4.6 / 5 (56 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Foster Heidenreich CPA

Birthday: 1995-01-14

Address: 55021 Usha Garden, North Larisa, DE 19209

Phone: +6812240846623

Job: Corporate Healthcare Strategist

Hobby: Singing, Listening to music, Rafting, LARPing, Gardening, Quilting, Rappelling

Introduction: My name is Foster Heidenreich CPA, I am a delightful, quaint, glorious, quaint, faithful, enchanting, fine person who loves writing and wants to share my knowledge and understanding with you.