PikaOS package manager Source Code & DEBIAN Packaging
Go to file
Ward Nakchbandi 703bafbf2b up-pkg
2023-03-09 22:54:32 +03:00
.github/workflows add deb builder 2023-03-09 22:42:16 +03:00
alpine Fix incorrect spacing of commands 2023-01-18 17:52:29 +00:00
arch Fix incorrect spacing of commands 2023-01-18 17:52:29 +00:00
debian up-pkg 2023-03-09 22:54:32 +03:00
fedora Fix incorrect spacing of commands 2023-01-18 17:52:29 +00:00
flatpak Fix incorrect spacing of commands 2023-01-18 17:52:29 +00:00
loader Add installed flag to list 2023-03-09 18:04:42 +00:00
types Remame type.go to match package name of types 2023-01-19 13:46:09 +00:00
ubuntu Switch apt to nala 2023-01-18 23:01:25 +00: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 Add installed flag to list 2023-03-09 18:04:42 +00:00
main.sh add deb builder 2023-03-09 22:42:16 +03:00
Makefile fix makefile #3 2023-03-09 22:53:42 +03:00
README.md Add upgradable flag to list command, bump version, actually add readme content 2023-02-17 13:58:50 +00:00
release.sh add deb builder 2023-03-09 22:42:16 +03:00

pikman - One package manager to rule them all

USAGE:

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

VERSION:

v1.23.2.17.0

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
  • 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)