Skip to content

Latest commit

History

History
34 lines (22 loc) 路 1.04 KB

pkg.md

File metadata and controls

34 lines (22 loc) 路 1.04 KB

Name

pkg - Package Manager

Synopsis

$ pkg [-l] [-d] [-u] [-v] [-q package]

Description

This program can list installed packages and query for available packages. The Ports for SerenityOS website has more detailed information about available packages.

It does not currently support installing and uninstalling packages. To install third-party software use the Ports system.

Options

  • -l, --list-manual-ports: Show all manually-installed ports
  • -d, --list-dependency-ports: Show all dependencies' ports
  • -u, --update-ports-database: Sync/Update ports database
  • -v, --verbose: Verbose output
  • -q, --query-package: Query the ports database for package name

Arguments

  • package: The name of the package you want to query

Example

# Query the ports database for the serenity-theming package
$ pkg -q serenity-theming