PINE64
What is the package manager? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PineTab (https://forum.pine64.org/forumdisplay.php?fid=140)
+--- Forum: PineTab Software (https://forum.pine64.org/forumdisplay.php?fid=142)
+--- Thread: What is the package manager? (/showthread.php?tid=19625)



What is the package manager? - Deckard - 01-14-2025

Hello, All

Could you please name the package manager that comes w this port of Arch Linux that comes w pinetab2? I searched for "pacman" and "pamac" but to no avail. How can I alleviate this issue?

Many thanks,

Deckard


RE: What is the package manager? - tophneal - 01-15-2025

pacman is the package manager. did you invoke it with sudo?


RE: What is the package manager? - Deckard - 01-15-2025

(01-15-2025, 11:34 AM)tophneal Wrote: pacman is the package manager. did you invoke it with sudo?
Hi,
Thanks for the tip,--Do I need to include any CLI options?Thanks


Deckard


RE: What is the package manager? - tophneal - 01-16-2025

(01-15-2025, 12:39 PM)Deckard Wrote: Hi,
Thanks for the tip,--Do I need to include any CLI options?Thanks


Deckard

usually
Code:
sudo pacman -Syu
will do everything you need to update.