Linux command
pikman 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Search
pikman search [package_name]
Install
pikman install [package]
Install
pikman --aur install [package]
Install
pikman --flatpak install [package]
Update
pikman update
Upgrade
pikman upgrade
Remove
pikman remove [package]
Initialize
pikman --aur init
说明
pikman is the official package manager for PikaOS, a Debian-based Linux distribution. It provides a unified interface for managing packages across multiple packaging systems. On its native PikaOS it wraps APT for native package management, but can also install packages from Arch/AUR, Fedora, and Alpine repositories using APX with Podman containers under the hood. It also supports Flatpak packages. Applications installed from containerized distributions automatically appear in the host's application launcher. pikman handles privilege escalation internally and must not be run with sudo. It refuses to run as root.
参数
- --arch, --aur
- Install and manage Arch Linux packages including AUR
- --fedora, --dnf
- Install and manage Fedora packages
- --alpine, --apk
- Install and manage Alpine Linux packages
- --flatpak, --fl
- Install and manage Flatpak packages
- --name _value_
- Specify a managed container name
- --help, -h
- Display help information
- --version, -v
- Show version number
FAQ
What is the pikman command used for?
pikman is the official package manager for PikaOS, a Debian-based Linux distribution. It provides a unified interface for managing packages across multiple packaging systems. On its native PikaOS it wraps APT for native package management, but can also install packages from Arch/AUR, Fedora, and Alpine repositories using APX with Podman containers under the hood. It also supports Flatpak packages. Applications installed from containerized distributions automatically appear in the host's application launcher. pikman handles privilege escalation internally and must not be run with sudo. It refuses to run as root.
How do I run a basic pikman example?
Run `pikman search [package_name]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --arch, --aur do in pikman?
Install and manage Arch Linux packages including AUR