Installing MauroContSysEdit.cli on Linux x64
Instructions for installing the MauroContSysEdit.cli command-line tool on Linux distributions with x64 (AMD64) architecture.
Before installing MauroContSysEdit.cli on Linux x64, ensure you have:
- A supported Linux distribution (Ubuntu 20.04+, Debian 11+, Fedora 35+, or equivalent)
- Root or sudo privileges
- At least 100 MB of available disk space
- .NET 9 Runtime (or use the self-contained version)
- Standard development tools (git, tar, etc.)
The CLI can be installed on any Linux distribution that supports .NET 9, including Ubuntu, Debian, Fedora, CentOS, and others.
-
Choose your installation method
- Use a pre-built binary package (recommended)
- Build from source
- Install via package manager (if available)
-
For pre-built binary installation:
-
Download the Linux x64 package:
wget https://github.com/oughnic/Mauro-Edit/releases/latest/download/MauroImportExport.Cli-linux-x64.tar.gz -
Extract the archive:
tar -xzf MauroImportExport.Cli-linux-x64.tar.gz -
Move to system binary directory:
sudo mv MauroImportExport.Cli /usr/local/bin/ -
Set executable permissions:
sudo chmod +x /usr/local/bin/MauroImportExport.Cli
-
Download the Linux x64 package:
-
For building from source:
-
Verify the installation:
MauroImportExport.Cli versionThe version information and available plugins should display. -
Optional: Create symbolic link or alias
-
Configure logging location (optional)
Create a logging directory with appropriate permissions:
mkdir -p ~/.mauro-cli/logs MauroImportExport.Cli --log-file ~/.mauro-cli/logs/cli.log version
MauroContSysEdit.cli is now installed on your Linux x64 system and ready for use.
Tip:
To enable tab completion in Bash, consider creating a completion script for the CLI commands.
Important:
Ensure /usr/local/bin is in your PATH. Verify with: echo $PATH