Changes

Jump to navigation Jump to search
144 bytes added ,  14:19, 20 July 2022
no edit summary
{| width='100%'
|-valign="top"
| width='120' | '''Signatures'''
|{{Func|repo:install|$path uri as xs:string|empty-sequence()}}<br />|-valign="top"
| '''Summary'''
|Installs Retrieves and installs a package or replaces an existing package. The parameter from the given {{Code|$pathuri}} indicates the path to the package.<br />Existing packages are replaced.|-valign="top"
| '''Errors'''
|{{Error|not-found|#Errors}} a package does not exist.<br />{{Error|descriptor|#Errors}} the package descriptor is invalid.<br />{{Error|installed|#Errors}} the module contained in the package to be installed is already installed as part of another package.<br />{{Error|parse|#Errors}} an error occurred while parsing the package.<br />{{Error|version|#Errors}} the package version is not supported.
{| width='100%'
|-valign="top"
| width='120' | '''Signatures'''
|{{Func|repo:delete|$pkg package as xs:string|empty-sequence()}}<br />|-valign="top"
| '''Summary'''
|Deletes a package. The parameter {{Code|$pkgpackage}} indicates . The argument contains the package name, optionally suffixed with a dash and the package version.<br />|-valign="top"
| '''Errors'''
|{{Error|not-found|#Errors}} a package does not exist.<br />{{Error|delete|#Errors}} the package cannot be deleted.
{| width='100%'
|-valign="top"
| width='120' | '''Signatures'''
|{{Func|repo:list||element(package)*}}<br />
|-valign="top"
| '''Summary'''
|Lists the names and versions of all currently installed packages.<br />
! width="110"|Code
|Description
|-valign="top"
|{{Code|delete}}
|The package cannot be deleted because of dependencies, or because files are missing.
|-valign="top"
|{{Code|descriptor}}
|The package descriptor is invalid.
|-valign="top"
|{{Code|installed}}
|The module contained in the package to be installed is already installed as part of another package.
|-valign="top"
|{{Code|not-found}}
|A package does not exist.
|-valign="top"
|{{Code|parse}}
|An error occurred while parsing the package.
|-valign="top"
|{{Code|version}}
|The package version is not supported.
;Version 7.2.1
* Updated: [[#repo:install{{Function||repo:install]]}}: existing packages will be replaced* Updated: [[#repo:delete{{Function||repo:delete]]}}: remove specific version of a package
;Version 7.2
* Updated: [[#repo:list{{Function||repo:list]] }} now returns nodes
The module was introduced with Version 7.1.
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu