Help me to understand Manjaro commands

Hello there!
I have recently shifted from Debian to Arch Linux. But my major problem is apt command dosen’t work in arch(manjero).can someone tell me some essential command in menjero?

Manjaro is called Manjaro and not something else.

Check out Pamac

or pacman

https://wiki.archlinux.org/title/Pacman/Rosetta

7 Likes

Hi there.

Here are a few of the most common ones I use…

Check for updates > sudo pacman -Syu
Install a package > sudo pacman -S (name of package)
Remove a package > sudo pacman -R (name of package)
Remove package + dependencies > sudo pacman -Rs (name of package)
Update to fastest 5 mirrors > sudo pacman-mirrors -f5

There are lots of others & plenty of information on the Arch Wiki pages etc…I thought I’d post a few, just to say hi & get you going.

Go well, Ruziel :slight_smile:

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