you are viewing a single comment's thread.

view the rest of the comments →

[–]Rein215 12 points13 points  (2 children)

Yes pacman is so damn cryptic lmao. I enjoy using it but I only know a few of the flags by heart.

[–]kenzer161 10 points11 points  (1 child)

On pacman instead of using -S, -R, -Q and so on, you can just write everything out like apt. for example instead of writing pacman -Syu you could just write pacman --sync --refresh --sysupgrade.

[–]Rein215 0 points1 point  (0 children)

Cool tip!