--- title: "Get-VBRLinuxPackage" description: "Returns information about Linux components installed on the backup server. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns information about Linux components installed on the backup server." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrlinuxpackage.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Virtualization Servers and Hosts > Get-VBRLinuxPackage" dateModified: "2026-08-19" --- # Get-VBRLinuxPackage ## Short Description Returns information about Linux components installed on the backup server. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRLinuxPackage [] ``` ## Detailed Description This cmdlet returns information about Linux components installed on the backup server. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object [`VBRLinuxPackage`](vbrlinuxpackage.md) ## Examples ::: example ### Getting Linux Components Installed on Backup Server This command returns Linux components installed on the backup server. ``` Get-VBRLinuxPackage ``` :::