Unlock‐OPNsensePackage - fvanroie/PS_OPNsense GitHub Wiki

Synopsis

Unlock a Package in OPNsense

Syntax

Unlock-OPNsensePackage [-Name] <String[]> [<CommonParameters>]

Description

The Unlock-OPNsensePackage cmdlet unlocks the version of a package. It allows the package to be updated by subsequent OPNsense updates. Use the to allow updating the package to the latest version using the Update-OPNsense cmdlet.

Parameters

-Name   <String[]>

The name of the package to be unlocked

Required? true
Position? 1
Default Value?
Pipeline Input? true (ByValue, ByPropertyName)

Examples

Basic Example

Unlock-OPNsensePackage -Name 'xen-guest-tools'

Unlock multiple Packages

Unlock-OPNsensePackage -Name 'unixODBC','xen-guest-tools' -Verbose
⚠️ **GitHub.com Fallback** ⚠️