←back to thread

147 points nalaginrut | 10 comments | | HN request time: 1.121s | source | bottom
1. NeutralForest ◴[] No.42194524[source]
Looks cool but I wish it were available with other package managers than guix :'( It makes a kinda hard to try out just for fun.
replies(4): >>42194553 #>>42194663 #>>42195808 #>>42196890 #
2. CarpaDorada ◴[] No.42194553[source]
If you just want to try it out you can compile it from source, see <https://www.gnu.org/software/artanis/manual/manual.html#org3...>.
replies(1): >>42194620 #
3. NeutralForest ◴[] No.42194620[source]
I know, not an amazing alternative imo as they're also saying it takes a long time. I just wish I didn't need to be all in into Guix to easily play around with such projects, which aside from that, look really cool.
replies(2): >>42195388 #>>42195665 #
4. ginko ◴[] No.42194663[source]
It's available on AUR: https://aur.archlinux.org/packages/artanis (bit outdated though)
replies(1): >>42194698 #
5. NeutralForest ◴[] No.42194698[source]
Nice thanks!
6. sourcepluck ◴[] No.42195388{3}[source]
Did you catch that page there aside from the manual, where they describe how to install it on Ubuntu? https://artanis.dev/blog/build-0.6-ubuntu.html it seems quite detailed, maybe it wouldn't be so bad to get through.

Otherwise, you don't have to change OS to run guix the package manager, it can be installed on a "foreign distro", i.e., on top of Debian, or something else. Details here https://guix.gnu.org/manual/en/html_node/Installation.html

You would then use your "guix" command at the terminal to download any of the 29,253 packages here https://packages.guix.gnu.org/ (or just artanis).

7. CarpaDorada ◴[] No.42195665{3}[source]
They say it takes a long time to build Guile, the Scheme compiler, not Artanis. I can build guile in less than 2 minutes on my old laptop.
replies(1): >>42200023 #
8. ◴[] No.42195808[source]
9. zelphirkalt ◴[] No.42196890[source]
You can use guix on any GNU/Linux distro afaik. If you create a guix profile for a project, it should be fairly simple to use that to install artanis. With guix time-machine you can also make reproducible setups, to ensure you can run your stuff years later.

But the most basic use of installing artanis in the default profile should also work.

Where do you see the difficulties installing artanis with guix?

10. amock ◴[] No.42200023{4}[source]
On my POWER9 system it took 45 minutes.