Linux command
pamac 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Install
pamac install [package]
Remove
pamac remove --orphans [package]
Search
pamac search [package]
List
pamac list --installed
Check
pamac checkupdates
Upgrade
pamac upgrade
说明
pamac is a graphical and command-line package manager for Arch-based distributions, primarily Manjaro. It provides a user-friendly interface to pacman and supports AUR (Arch User Repository) integration. The tool combines package installation, removal, searching, and system updates in a unified interface. AUR support must be enabled in /etc/pamac.conf or through the GUI settings.
参数
- --orphans
- Include orphaned dependencies in removal
- --aur
- Include AUR in operations
- --no-confirm
- Skip confirmation prompts
- -a, --all
- Apply to all packages
- --installed
- Filter to installed packages only
FAQ
What is the pamac command used for?
pamac is a graphical and command-line package manager for Arch-based distributions, primarily Manjaro. It provides a user-friendly interface to pacman and supports AUR (Arch User Repository) integration. The tool combines package installation, removal, searching, and system updates in a unified interface. AUR support must be enabled in /etc/pamac.conf or through the GUI settings.
How do I run a basic pamac example?
Run `pamac install [package]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --orphans do in pamac?
Include orphaned dependencies in removal