From 090cdd9b3d534d43cb3096253883e1490226f486 Mon Sep 17 00:00:00 2001 From: Rult <20477460+Rult@users.noreply.github.com> Date: Thu, 1 Apr 2021 19:53:40 +0000 Subject: [PATCH] pamac: add note about AUR packages in the command description (#5655) --- pages/linux/pamac.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pages/linux/pamac.md b/pages/linux/pamac.md index 00d01f16e..f00ced88d 100644 --- a/pages/linux/pamac.md +++ b/pages/linux/pamac.md @@ -1,6 +1,8 @@ # pamac > A command line utility for the GUI package manager pamac. +> If you can't see the AUR packages, enable it in `/etc/pamac.conf` or in the GUI. +> More information: . - Install a new package: @@ -8,7 +10,7 @@ - Remove a package and its no longer required dependencies (orphans): -`pamac remove -o {{package_name}}` +`pamac remove --orphans {{package_name}}` - Search the package database for a package: @@ -16,8 +18,12 @@ - List installed packages: -`pamac list -i` +`pamac list --installed` - Check for package updates: `pamac checkupdates` + +- Upgrade all packages: + +`pamac upgrade`