Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Kebap edited this page Feb 6, 2021 · 1 revision

Commands

Just type one of these commands in Mudlet's main window command line.

mpkg help

Displays a short help text for every command.

mpkg repo add (name) (URL) (Description)

Adds a new repository with name, URL and description to the database of known repositories.

mpkg repo list

Lists all known repositories.

mpkg repo info (pattern)

Shows the URL and description of the repositories matching the pattern. The pattern may contain '_' as single character wildcard and '%' for multiple characters.

mpkg repo remove (pattern)

Removes the matching repositories from the database. The pattern may contain '_' as single character wildcard and '%' for multiple characters.

mpkg update

Updates the list of available packages on all repositories.

mpkg package list

Lists all known packages.

mpkg package info (pattern)

Shows the URL, version, repository name and description of the packages matching the pattern. The pattern may contain '_' as single character wildcard and '%' for multiple characters.

mpkg install (name)

Installs the package. This will always install the latest version of the package with that name found.

mpkg uninstall (name)

Uninstalls the package.

mpkg upgrade

Downloads and installs the latest version of all installed packages.