How to switch from Antergos to EndevourOS

octopi has been useful for me. I will never criticize the inclusion of any app in EndeavourOS; removing unwanted apps is a fairly straight forward procedure. For myself, I would be happy to see a topic in the EndeavourOS forums specific to mention of current problematic packages and advice for remedy. So far I am extremely happy with the direction and philosophy EndeavourOS founders previously mentioned.

2 Likes

Yes, one of the latest beta versions of Pamac had problems installing from AUR. But the updated version has no problems and works quite stable, at least I do not see any problems.

I think this is a good idea. Maybe even a section on the forum for known issues?

1 Like

Are the Endeavour community arch purists?
and - why donā€™t use pamac?
by the way - I can install pamac and all thePrograms that are shipped with Antergos.

not sure about purism. in the end itā€™s each with his own. itā€™s just a matter of having a very clean start for everyone. I agree personally with this philosophy. it allows me to build my system on top of a slim and minimal base. after a clean system install simply running pacman -S package1 package2 package3 allows for mass install of all needed packages. In fact i have a list i just paste there, then sit back and relax for half an hour.
regarding pamac, iā€™ve been using Antergos for the last two years now. and for the last year iā€™ve settled for octopi instead of pamac. i like the way it integrates with AUR (allowing upgrade of AUR packages, which pamac does not) and the fact that you can manage the repositories through its GUI, something you can do in ubuntu also (in ubuntu theyā€™re ppas). manjaro uses octopi, btw

1 Like

For me itā€™s not ā€œpuristā€ as much as "minimal ". Which is one reason I am moving away from Manjaro now when they are pursuing a partnership with Canonical with a graphical snap store pre installed among other things (like 200 noto fonts that somehow are hard dependencies for Manjaro xfce).

The forum already has sections for that, just look under General system, it is sub divided in: Pacman, Software and packages, beta release etc.

1 Like

Hi @tomkey
First of all welcome on the forum.
The majority of the community isnā€™t, that was my point and the reason why we didnā€™t choose Pamac is because of the problems it had in the past after updates. (Look at last weekā€™s update.)
We know from experience with Antergos, that if thereā€™s a problem with Pamac, then community members (especially newcomers) think itā€™s our responsibility to solve the issue because we ship it by default. That is what we try to avoid here. Iā€™m not saying that the apps we chose are update proof, Pamac has a, letā€™s say, history with troubled updates.

Cromium, DropBox et al I couldnā€™t care less about, but wonā€™t the absence of Pamac make it a lot harder for absolute beginners to acclimatize if itā€™s their first look on Arch based systems, or Linux as such for that matter?

i support this. either pamac or octopi or any other GUI package manager would be important to have IMO. Pidgin, parole, whatnot, not really so critical as the package manager.

Maybe. But also can be an oportuity to learn (not to mention what Bryan already stated); is not that hard and we can add an entry to the wiki.

For example anyone can install pamac-classic this way (IMHO is a good learning)

wget https://aur.archlinux.org/cgit/aur.git/snapshot/pamac-classic.tar.gz
tar -xf pamac-classic.tar.gz
cd pamac-classic
makepkg -si
cd ~
rm -r pamac-classic.tar.gz pamac-classic

Absolutely, it is a simple thing to do, but if your level of newbishness makes it hard tog find the terminal it might be intimidating enough to get that disc of Win7 and reinstalling it.

Terminal is scary stuff if all youā€™ve used is GUI. :wink:

Just my five centsā€¦

@fernandomaroto I apologize for this elementary question, but if one installs a package manually in this way, how does it get updated? Is it then upon the user to manually monitor the git repo and update accordingly? Or is there a way to have the package included in future, automatic updates with whatever helper (here, pamac-classic) is being used? (Iā€™ve installed packages manually before, but Iā€™ve always been confused about this.) Thanks for your help.

I understand and accept your opinion. I started using linux in 2016, to me the change was not so easy too, but it was a lot of learning and exciting experience. (but i had time to spend on that)

Fell free to ask, donā€™t worry about it. Iā€™m not a good example, AFAIK i never bothered updating AUR packages, and thatā€™s not wise. Actually iā€™m not sure if i still use any AUR package here though i may have some installed here. :stuck_out_tongue:

If you open pamac-manager for example, you can:
click the gear icon > preferences > AUR tab > Mark check AUR updates (my system is in portuguese, so iā€™m not sure the exact text)

Keep in mind pamac comes with different executables, for example:
pamac-manager that you can use to search, install packages etc
pamac-tray is the one that stay in your system-tray and warn you about new updates.

If you want to use yay to handle your packages, yay -Syu should update all your packages, including AUR.

1 Like

Even if the packages were manually installed? Thatā€™s my question.

Thanks!

No idea, as i said i never bothered with this hahaha :slight_smile:

1 Like

Yes, yay -Syu will update any package from AUR that you have installed and all non AUR packages.

yay -Sua will upgrade only AUR packages.

5 Likes

yeah, youā€™re right. Pamac leads to big problems in many arch distrobitions. It needs to be improved. But thatā€™s not why Pamac is fundamentally bad. Package managers can do good work (Yast and Synaptic). Personally, I install everything on the terminal. But I also think of the beginner, the Arch beginner.

Iā€™m not saying that Pamac is bad, but I think itā€™s better, especially for the beginner to begin with the terminal and install, letā€™s say, Libreoffice or Steam, so they understand the basic commands better.

EDIT

This server is running Ubuntu and I have to say that Arch commands are more to the point than Ubuntu commands.

2 Likes

https://github.com/Jguer/yay

3 Likes