Install‐OPNsensePackage - fvanroie/PS_OPNsense GitHub Wiki
Install a Package in OPNsense
Install-OPNsensePackage [-Name] <String[]> [-Force] [<CommonParameters>]Install one of the available OPNsense software packages on the server.
-Name <String[]>
The Name of the package to be Installed
| Required? | true |
| Position? | 1 |
| Default Value? | |
| Pipeline Input? | true (ByValue, ByPropertyName) |
-Force <SwitchParameter>
| Required? | false |
| Position? | named |
| Default Value? | |
| Pipeline Input? | false |
Install-OPNsensePackage -Name 'xen-guest-tools'Install-OPNsensePackage -Name 'unixODBC','xen-guest-tools' -Verbose