Command line to install package

I would like to install packages on garuda linux. Do you know how to do it ? I try to look on the net but I can't.

Sure well first thing is you gotta make sure your entire system it up to date, otherwise you may run in trouble.

sudo pacman -Syu

Then you install your package, let's say you want to install virt-vierwer: sudo pacman -Syu virt-viewer

That's it, if all goes well.

But there is a GREAT tutorial on Arch wiki pages or some other place that tells you all the commands possible for Pacman.... if I find it again I'll post it, I'm on a different machine here so no access to my own references. :frowning:

4 Likes

This is a start, although not the one I was looking for: pacman/Tips and tricks - ArchWiki

2 Likes

In terminal

garuda-update

Search for pacman rosetta

5 Likes

pacman/Rosetta - ArchWiki (archlinux.org)

5 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.