Artix Linux Forum

Artix Linux => Package management => Topic started by: questionBot on 31 July 2020, 03:47:23

Title: Artix-runit : Confused about pacage managment...
Post by: questionBot on 31 July 2020, 03:47:23
Hi there...

So I installed Artix-runit and been having a blast. I'm just a little confused about package management... the wiki has some information... (https://wiki.artixlinux.org/Main/Repositories) but not a lot of info.

Title: Re: Atrix-runit : Confused about pacage managment...
Post by: ndowens on 31 July 2020, 04:13:51
for runit, it be applicationname-runit
openrc applicationname-openrc
etc

I dont know of an diff naming except for application-$init where $init is which init you are on.

For most part AUR on any init isn't different; may have to edit to remove systemd. If there is no init-pkg for application may have to write your own script
Title: Re: Atrix-runit : Confused about pacage managment...
Post by: questionBot on 31 July 2020, 04:32:12
for runit, it be applicationname-runit
openrc applicationname-openrc
etc

dose packagename-runti install the entire package, or just thge runit sv stuff?

like pacman -S NetworkManager-runit or pacman -S NetworkManager NetworkManager-sv ?

Also do you have your own Artix AUR wrapper? Or am I good just using yay?
Title: Re: Atrix-runit : Confused about pacage managment...
Post by: SGOrava on 31 July 2020, 07:05:07
Quote
dose packagename-runti install the entire package, or just thge runit sv stuff?
It should install just the init script.

Quote
like pacman -S NetworkManager-runit or pacman -S NetworkManager NetworkManager-sv ?
Code: [Select]
pacman -S networkmanager networkmanager-runit

Quote
Also do you have your own Artix AUR wrapper? Or am I good just using yay?
You are good with yay or any AUR wrapper.
The only function which might not work is to download PKGBUILDs for Artix packages.
Title: Re: Atrix-runit : Confused about pacage managment...
Post by: Dudemanguy on 31 July 2020, 14:58:02
So I installed Artix-runit and been having a blast. I'm just a little confused about package management... the wiki has some information... (https://wiki.artixlinux.org/Main/Repositories) but not a lot of info.


That page is talking about repositories not packages. Pacman doesn't have a builtin way to search on one specific repo (not really a reason to do this honestly), but if you want you could try some clever tricks by piping pacman -Ss to grep.