The Universe Repo 25 July 2022, 21:42:01 Hey guys, I'm curious why this repo isn't part of all the other repos, like we have to use a different website. What's up with that? Will Universe be added? I'm just curious, got scared when my Arch packages weren't installing because of the keyring but I figured that out with this forum's help. Thank you for your time.
Re: The Universe Repo Reply #1 – 26 July 2022, 03:20:44 i'ts "unofficial"https://wiki.artixlinux.org/Main/Repositories#Universe
Re: The Universe Repo Reply #2 – 26 July 2022, 12:59:59 Quote from: kenny_w – on 25 July 2022, 21:42:01Hey guys, I'm curious why this repo isn't part of all the other repos, like we have to use a different website. What's up with that? Will Universe be added? No, universe is not officially supported. You can regard it as a "binary pkg mini AUR".We do not encourage artix users to add arch repos, it's why the arch support is not official and thus in universe.
Re: The Universe Repo Reply #3 – 26 July 2022, 18:06:57 Quote from: artoo – on 26 July 2022, 12:59:59No, universe is not officially supported. You can regard it as a "binary pkg mini AUR".We do not encourage artix users to add arch repos, it's why the arch support is not official and thus in universe.But often needed, because in the Artix Repos many Packages are not available, wich are available in the standard Arch Repos.Like grub-customizer (wich isnt available in AUR either). Or chromium, missing too.
Re: The Universe Repo Reply #4 – 26 July 2022, 18:45:05 oi! this thread is whiny. why do we have to use this? answer, you don't have to. if you choose to it's there, which is a far better option than it not being there. if it weren't there, that'd be something to consider whining about.
Re: The Universe Repo Reply #5 – 26 July 2022, 20:24:08 Quote from: cat herders of linux – on 26 July 2022, 18:45:05oi! this thread is whiny. why do we have to use this? answer, you don't have to. if you choose to it's there, which is a far better option than it not being there. if it weren't there, that'd be something to consider whining about.Sry, but first nobody is whining here, and it is totaly offtopic (and this post of course too )
Re: The Universe Repo Reply #6 – 26 July 2022, 20:38:54 Quote from: pluto – on 26 July 2022, 20:24:08Sry, but first nobody is whining here, and it is totaly offtopic (and this post of course too )ok please delete my post. apparently i started whining..
Re: The Universe Repo Reply #7 – 30 July 2022, 01:14:47 Quote from: artoo – on 26 July 2022, 12:59:59No, universe is not officially supported. You can regard it as a "binary pkg mini AUR".We do not encourage artix users to add arch repos, it's why the arch support is not official and thus in universe.Can we add a package that adds the Arch repos and universe somehow? It would really streamline an installation.
Re: The Universe Repo Reply #8 – 30 July 2022, 04:42:44 Quote from: kenny_w – on 30 July 2022, 01:14:47Can we add a package that adds the Arch repos and universe somehow? It would really streamline an installation.Hmmm, since you are going to have to run pacman when installing the package, you can't spawn another pacman process to do other stuff like sync with repos.So the package itself then has to be a shell script that you run after installing the package.I might write the shell script myself.
Re: The Universe Repo Reply #9 – 30 July 2022, 04:54:33 Quote from: Lancia – on 30 July 2022, 04:42:44Hmmm, since you are going to have to run pacman when installing the package, you can't spawn another pacman process to do other stuff like sync with repos.So the package itself then has to be a shell script that you run after installing the package.I might write the shell script myself.I'm new here, so I may be confused, but isn't this what the artix-archlinux-support package does?If not, what does it do?
Re: The Universe Repo Reply #10 – 30 July 2022, 05:01:52 Quote from: frabjous – on 30 July 2022, 04:54:33I'm new here, so I may be confused, but isn't this what the artix-archlinux-support package does?If not, what does it do?Yes, what I meant is writing a package to automate installing and adding the Arch repos by also installing said package.
Re: The Universe Repo Reply #11 – 15 August 2022, 02:11:43 Quote from: Lancia – on 30 July 2022, 05:01:52Yes, what I meant is writing a package to automate installing and adding the Arch repos by also installing said package.yeah that would be nice.
Re: The Universe Repo Reply #12 – 15 August 2022, 03:22:10 Quoteyeah that would be nice. Sure. But is a big risk for complications. Changing mirrors, somehow to check reliably if the arch repos arent already (for what reason ever) "enabled", etc. Sure, you could simply backup the old pacman.conf and deliver a new pacman.conf with that package. But you are not sure if the user already maked changes to the old pacman.conf etc pp.Many many reasons why that would maybe not a nice idea.Thats why this exist: https://wiki.artixlinux.org/Main/Repositories
Re: The Universe Repo Reply #13 – 15 August 2022, 13:09:12 >Many many reasons why that would maybe not a nice idea.That's why I made it a script: https://github.com/Lancia-Greggori/install-archlinux-support/blob/main/install-archlinux-support.shFixes all the problems you mentionYou can't really make it a package since the script has to call pacman to install the arch keyring, and since another pacman process is already installing the pkg it wouldn't work
Re: The Universe Repo Reply #14 – 15 August 2022, 15:33:19 Quote from: kenny_w – on 30 July 2022, 01:14:47Can we add a package that adds the Arch repos and universe somehow? It would really streamline an installation.We won't have any packages that auto adds arch support in our official repos.So it not possible to install any arch suppport with our official iso, unless you manually grab and install the automation 3rd party package.Bottom line, no arch support out of the box, artix is a distro on its own.