Artix Linux Forum

Artix Linux => Package management => Topic started by: Giorgio on 23 June 2020, 10:40:49

Title: [SOLVED] GUI recommended for pacman
Post by: Giorgio on 23 June 2020, 10:40:49
Hi everyone,

I would like to install a graphical interface to help me manage pacman. What is the most suitable GUI for Artix? If it matters to know, I am using MATE as DE and openRC as starter.
Thanks in advance for the suggestions.

Giorgio
Title: Re: GUI recommended for pacman
Post by: artoo on 23 June 2020, 13:11:43
What is the most suitable GUI for Artix?

Depends who you ask. My answer would be none, just pacman, a gui spells trouble.
Title: Re: GUI recommended for pacman
Post by: conky60 on 23 June 2020, 13:36:57
Using Mate DE, Pamac would be your best gui software manager option since it is Gtk based. I use Octopi on my Plasma system as it is better suited being Qt based.

I have not experienced any issues related to Octopi messing up my system, but @artoos caution should not be overlooked.
I use just pacman too, but the gui is very nice for searching and grouping software.

Best regards.
Title: Re: GUI recommended for pacman
Post by: SGOrava on 23 June 2020, 20:20:40
I used Octopi from time to time in the past, worked just fine.
Now I use my favourite terminal and run pacman directly.
Title: Re: GUI recommended for pacman
Post by: Giorgio on 23 June 2020, 20:33:05
Using Mate DE, Pamac would be your best gui software manager option since it is Gtk based. I use Octopi on my Plasma system as it is better suited being Qt based.

I have not experienced any issues related to Octopi messing up my system, but @artoos caution should not be overlooked.
I use just pacman too, but the gui is very nice for searching and grouping software.

Best regards.
Perfect, thanks for the tip. Then I try with pamac!
Of these versions, which one should I use though?

Tks !
Title: Re: GUI recommended for pacman
Post by: conky60 on 23 June 2020, 21:19:09
If you want to be able to use AUR (Arch User Repository), then go with pamac-gtk. If you don't know what AUR is, be sure to read up on it before use..there are caveats. Otherwise elect to use just pamac.
If you are new to Artix/Arch, I would advise pamac.
You can learn about the AUR here: https://wiki.archlinux.org/index.php/Arch_User_Repository

Best regards.
Title: Re: GUI recommended for pacman
Post by: Giorgio on 23 June 2020, 22:20:54
If you want to be able to use AUR (Arch User Repository), then go with pamac-gtk. If you don't know what AUR is, be sure to read up on it before use..there are caveats. Otherwise elect to use just pamac.
If you are new to Artix/Arch, I would advise pamac.
You can learn about the AUR here: https://wiki.archlinux.org/index.php/Arch_User_Repository

Best regards.
I don't think I'm interested in AUR right now. I'm starting and I don't want to have too much to learn. So, ok, no AUR, but which package to install?
There are several! Sorry for the naivete ...
Title: Re: GUI recommended for pacman
Post by: conky60 on 24 June 2020, 00:57:53
Install "pamac-9.4.0-1" from Artix galaxy. That would be option #1 in your "pacman -Ss pamac" search.

Code: [Select]
sudo pacman -Syu pamac


Best regards.
Title: Re: GUI recommended for pacman
Post by: Giorgio on 24 June 2020, 08:10:46
Install "pamac-9.4.0-1" from Artix galaxy. That would be option #1 in your "pacman -Ss pamac" search.

Code: [Select]
sudo pacman -Syu pamac


Best regards.
I installed "pamac-9.4.0-1" but it gave me authentication error and the search was not enabled. So I installed "pamac-classic" and everything seems to be working. Is it okay anyway?
Thanks for your help!
Title: Re: GUI recommended for pacman
Post by: conky60 on 24 June 2020, 09:31:15
Yes, that should be fine.

Best regards.
Title: Re: GUI recommended for pacman
Post by: Giorgio on 24 June 2020, 12:02:44
Yes, that should be fine.

Best regards.

Tks for helping.
The forum is always polite and useful.