--- description: | The `packer plugins installed` command lists the installed Packer plugins. page_title: packer plugins installed command reference --- ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️ > [!IMPORTANT] > **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️ # `packer plugins installed` command reference The `plugins installed` subcommand lists installed Packer plugins. ```shell-session $ packer plugins installed -h Usage: packer plugins installed This command lists all installed plugin binaries that match with the current OS and architecture. Packer's API version will be ignored. ``` ## Related - [`packer init`](/packer/docs/commands/init) will install all required plugins.