mautil
Command-line utility for Mono.Addins management
Install
- All systems
-
curl cmd.cat/mautil.sh
- Debian
-
apt-get install mono-addins-utils
- Ubuntu
-
apt-get install mono-addins-utils
- Arch Linux
-
pacman -S mono-addins
- Kali Linux
-
apt-get install mono-addins-utils
- Fedora
-
dnf install mono-addins
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mono-addins-utils
- Raspbian
-
apt-get install mono-addins-utils
- Dockerfile
- dockerfile.run/mautil
mono-addins-utils
Command-line utility for Mono.Addins management
Mono.Addins is a framework for creating extensible CLI applications, and for creating libraries which extend those applications. Mono.Addins has been designed to be easy to use and useful for a wide range of applications: from simple applications with small extensibility needs, to complex applications which need support for large add-in structures. This package contains a command-line utility to easily manipulate Mono.Addins registries provided by other software (including user-written applications).