Forrest logo
back to context overview

synopkg

List of commands for synopkg:

  • synopkg:tldr:25121 synopkg: Install a package from a synopkg file.
    $ sudo synopkg install ${path-to-package-spk}
    try on your machine
    explain this command
  • synopkg:tldr:3ac92 synopkg: Check if updates are available for a package.
    $ synopkg checkupdate ${package}
    try on your machine
    explain this command
  • synopkg:tldr:6560c synopkg: Upgrade all packages to the latest version.
    $ sudo synopkg upgradeall
    try on your machine
    explain this command
  • synopkg:tldr:6815a synopkg: Print the status of a package.
    $ synopkg status ${package}
    try on your machine
    explain this command
  • synopkg:tldr:82013 synopkg: List the names of installed packages.
    $ synopkg list --name
    try on your machine
    explain this command
  • synopkg:tldr:b7f4c synopkg: Start/Stop a package.
    $ sudo synopkg ${select} ${package}
    try on your machine
    explain this command
  • synopkg:tldr:d5fb0 synopkg: Uninstall a package.
    $ sudo synopkg uninstall ${package}
    try on your machine
    explain this command
  • synopkg:tldr:fc0d0 synopkg: List packages which depend on a specific package.
    $ synopkg list --depend-on ${package}
    try on your machine
    explain this command
back to context overview