Forrest logo
back to the synopkg tool

synopkg:tldr:82013

synopkg: List the names of installed packages.
$ synopkg list --name
try on your machine

The command "synopkg list --name" is a specific command used in Synology DiskStation Manager (DSM) operating system, which is designed for Synology network-attached storage (NAS) devices.

Explanation of each component of the command:

  1. "synopkg" is the package manager command-line utility used to manage packages on a Synology NAS. It allows users to install, update, and remove various software packages on their NAS.

  2. "list" is a subcommand of "synopkg" that lists the available packages on the NAS.

  3. "--name" is an option used with the "list" subcommand to filter the output by package name. When this option is used, the command will only display packages whose names match the provided search term.

Therefore, when you run the command "synopkg list --name", it will retrieve a list of all available packages installed on your Synology NAS, showing only those packages whose names match the specified search term.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the synopkg tool