PikaOS package manager Source Code & DEBIAN Packaging
Go to file
2024-04-11 17:15:20 +01:00
.github/workflows Update release.yml 2023-09-06 22:20:20 +01:00
alpine add auto init for apx v2 2023-08-17 19:08:12 +03:00
arch add auto init for apx v2 2023-08-17 19:08:12 +03:00
command Update command_test.go 2024-04-11 17:15:20 +01:00
debian 2023-10-06 20:27:48 +03:00
fedora add auto init for apx v2 2023-08-17 19:08:12 +03:00
flatpak Fix incorrect spacing of commands 2023-01-18 17:52:29 +00:00
types Remame type.go to match package name of types 2023-01-19 13:46:09 +00:00
ubuntu Update commands.go 2024-04-11 17:08:42 +01:00
updates Major refactor, add updates command with json output flag 2023-06-05 19:37:41 +01:00
.gitignore Fix incorrect spacing of commands 2023-01-18 17:52:29 +00:00
go.mod Initial version 2023-01-18 17:42:08 +00:00
go.sum Initial version 2023-01-18 17:42:08 +00:00
LICENSE Initial commit 2023-01-18 17:39:03 +00:00
main.go Fix the dumb 2023-06-05 20:13:53 +01:00
main.sh Update main.sh 2023-06-16 18:38:34 +01:00
Makefile Update Makefile 2023-07-13 22:50:26 +03:00
README.md Fix the dumb 2023-06-05 20:13:53 +01:00
release.sh 2023-10-06 20:27:48 +03:00

pikman - One package manager to rule them all

USAGE:

pikman [global options] command [command options] [arguments...]

VERSION:

v1.23.6.5.2

COMMANDS:

  • autoremove - Remove all unused packages
  • clean, cl - Clean the package manager cache
  • enter - Enter the container instance for select package manager
  • export - Export/Recreate a program's desktop entry from the container
  • init - Initialize a managed container
  • install, i - Install the specified package(s)
  • list, l - List installed packages
  • log - Show package manager logs
  • purge - Fully purge a package
  • run - Run a command inside a managed container
  • remove, r - Remove an installed package
  • search, s - Search for a package
  • show - Show details for a package
  • unexport - Unexport/Remove a program's desktop entry
  • update - Update the list of available packages
  • upgrade - Upgrade the system by installing/upgrading available packages
  • upgrades - List the available upgrades
  • help, h - Shows a list of commands or help for one command

GLOBAL OPTIONS:

  • --arch, --aur - Install Arch packages (including from the AUR) (default: false)
  • --fedora, --dnf - Install Fedora packages (default: false)
  • --alpine, --apk - Install Alpine packages (default: false)
  • --flatpak, --fl - Install Flatpak packages (default: false)
  • --name value - Name of the managed container
  • --help, -h - show help (default: false)
  • --version, -v - Version number (default: false)