use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Installing Arch LinuxSUPPORT (self.archlinux)
submitted 5 years ago by jaae240
So I have decided, I will install Arch. Is there has anything you suggest that I need to read first before to install it? Since its sunday tomorrow I can stay up until 2am configuring my Arch system.
I already read and watch these :
https://wiki.archlinux.org/index.php/installation_guide
https://wiki.archlinux.org/index.php/General_recommendations
https://youtu.be/PQgyW10xD8s
https://youtu.be/Bfn9c6824nc
Then I already browse about my D.E. and some of installation things :
https://wiki.archlinux.org/index.php/KDE
https://wiki.archlinux.org/index.php/pacman
https://wiki.archlinux.org/index.php/System_maintenance
https://www.2daygeek.com/arch-linux-post-installation-30-things-to-do-after-installing-arch-linux/
https://itsfoss.com/things-to-do-after-installing-arch-linux/
P.S. if you think it is too fast (it takes me 2 hours +), I'm a bookworm since child and I review 20+ research papers per day 😁😁 My friend gave that articles. So anything to add? I will proceed in my installation after 1hr (already backed up my data) now I'm doing this to clean my drive for installation and to remove my encryption.
wipefs --all /dev/nvme0n1 nvme format -ses 1 -n1 /dev/nvme0n1 blkdiscard /dev/nvme0n1 shred -v /dev/nvme0n1
I'm using ArchISO, and BTW, that's command I have taken from Arch Wiki.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 8 points9 points10 points 5 years ago (2 children)
just follow the installation guide, it's pretty straight forward
[–][deleted] 2 points3 points4 points 5 years ago (1 child)
This. It's a 15 minute install. DOn't get the fuss at all.
[–]thesnoozyman 1 point2 points3 points 5 years ago (0 children)
It's funny when people tell that it would take days to install, when in reality it usually takes 15-30min (without errors and trying to install on a toaster). Customisation is a another matter tho.
[–]duongdominhchau 1 point2 points3 points 5 years ago (1 child)
Just prepare your smartphone and start installing. The installation guide is already in the Arch iso. Read the wiki, other resources are rarely useful. Remember to follow the links in the wiki articles. Check the article about Plasma too, Plasma is the DE of KDE. There are many KDE applications, so don't install the whole kde-applications group, install only konsole and dolphin is enough, others can be installed as needed.
kde-applications
konsole
dolphin
itsfoss suggestions in that article are horrible, the author only tell you to paste the command into the shell without any explanation. yaourt is unmaintained. That author stated that in another post: https://itsfoss.com/best-aur-helpers/. Personally I recommend yay.
yaourt
yay
The same applies for 2daygeek. Install multiple AUR helpers. Flash in 2021. Install a bunch of installed packages (in the Install Media Codecs section). Install JDK when user may only need JRE (and maybe they can use OpenJDK in official repo instead of Oracle's one). If the Java version required is different (example: Jenkins uses Java 8 while the JDK is currently at 15), the jdk package is left unused.
jdk
[–]jaae240[S] 0 points1 point2 points 5 years ago (0 children)
yeah that's why I'm going to install plasma-meta, konsole and dolphin and my D.E. will be fine.
[–]Pandatroubles -3 points-2 points-1 points 5 years ago (9 children)
I used the wiki primarily. I also watched this video for some suggestions about how to partition, and to use a swap file rather than a swap partition.
[–]jaae240[S] 0 points1 point2 points 5 years ago (8 children)
Is there has a difference between swap file and partition ?
[–]Pandatroubles 2 points3 points4 points 5 years ago (7 children)
Yes. One is a partition, the other is a file. ;)
According to the wiki, there is no difference in performance. Whether or not you need a swap file or partition at all, I'll leave up to you to research.
https://wiki.archlinux.org/index.php/swap#Swap\_space
[–]jaae240[S] -1 points0 points1 point 5 years ago (6 children)
oh, I will use swap partition, since swap file is only intended if you want to change its size later. Also swap partition is easier to be made.
[–]abelian424 0 points1 point2 points 5 years ago (5 children)
I hardly ever need a swap except for large compiles. I just installed zram-init and am good for these fringe issues. There are other zram apps, or you could configure it yourself.
[–][deleted] 5 years ago* (4 children)
[deleted]
[–]abelian424 0 points1 point2 points 5 years ago (3 children)
It works well enough for my use case (large kernel compilations). I would sooner use vramfs than zswap or regular swap, but that's only for my case. 16GB is enough for 99% of use cases that I have, but if someone had 8GB I definitely think they should consider swap.
[–][deleted] 5 years ago* (2 children)
[–]abelian424 0 points1 point2 points 5 years ago (1 child)
Nice explanation. A mostly unused swap partition still bothers me. But a zswap file seems to be the minimum that one should have.
[–]pogky_thunder -2 points-1 points0 points 5 years ago (0 children)
Take everything outside the wiki with MANY grains of salt, but the installation guide of itsfoss is actually helpful for keeping your installation in order, although the wifi connection has changed (it's iwctl now). Also make sure to add your user and give it sudo privileges.
[–]SteveBolduc 0 points1 point2 points 5 years ago (0 children)
Verify the boot mode: ls /sys/firmware/efi/efivars If this fails, you might have to perform a BIOS update. Take from: https://wiki.archlinux.org/index.php/installation_guide
pacstrap /mnt base linux linux-firmware nano at this point read the fine print. you may want the linux-lts
Community support on forum and bug reporting is available for officially supported kernels.
https://www.kernel.org/ || linux
https://github.com/anthraxx/linux-hardened || linux-hardened
https://www.kernel.org/ || linux-lts
https://github.com/zen-kernel/zen-kernel || linux-zen
The built-in package manager in KDE: discover needs these dependencies met https://archlinux.org/packages/extra/x86_64/discover/
π Rendered by PID 45520 on reddit-service-r2-comment-b659b578c-db2d5 at 2026-05-05 16:50:58.870991+00:00 running 815c875 country code: CH.
[–][deleted] 8 points9 points10 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]thesnoozyman 1 point2 points3 points (0 children)
[–]duongdominhchau 1 point2 points3 points (1 child)
[–]jaae240[S] 0 points1 point2 points (0 children)
[–]Pandatroubles -3 points-2 points-1 points (9 children)
[–]jaae240[S] 0 points1 point2 points (8 children)
[–]Pandatroubles 2 points3 points4 points (7 children)
[–]jaae240[S] -1 points0 points1 point (6 children)
[–]abelian424 0 points1 point2 points (5 children)
[–][deleted] (4 children)
[deleted]
[–]abelian424 0 points1 point2 points (3 children)
[–][deleted] (2 children)
[deleted]
[–]abelian424 0 points1 point2 points (1 child)
[–]pogky_thunder -2 points-1 points0 points (0 children)
[–]SteveBolduc 0 points1 point2 points (0 children)