From 57eabacb119b492dc44984a8b276ff7cb388ea1f Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 30 Jan 2022 22:16:45 -0600 Subject: [PATCH] Publish Installing Every Arch Package --- content/posts/installing-every-arch-package.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/posts/installing-every-arch-package.md b/content/posts/installing-every-arch-package.md index 2c2d1c83..cb701f9f 100644 --- a/content/posts/installing-every-arch-package.md +++ b/content/posts/installing-every-arch-package.md @@ -1,7 +1,6 @@ --- title: "Installing Every Arch Package" date: 2022-01-26T21:52:58-06:00 -draft: true description: "Using algorithms and Julia to install as many packages as possible from the Arch Linux official repositories" type: "post" tags: ["linux", "fun", "algorithms", "computer-science"] @@ -167,7 +166,9 @@ open("out", "w") do f end ``` -Alright, time to install everything! This takes about 30 minutes depending on your internet connection. Make sure you have the `multilib` repository enabled, and you may manually need to install `iptables-nft` before running this command. +Alright, time to install everything! This takes about 60 minutes depending on your internet connection. Make sure you have the `multilib` repository enabled, and you may manually need to install `iptables-nft` before running this command. ```sh cat out | xargs sudo pacman -Sdd --noconfirm ``` + +At the time of this writing, I'm not done installing everything quite yet, but I'll update this post when I'm done.