MXCentral logo MXCentral Repository Signed Debian packages for MXCentral

Package Repository

Install MXCentral from the official repository.

Bootstrap repository trust with one small script, refresh APT metadata, then install mxcentral-release and mxcentral-server from the MXCentral package repository on Debian Trixie.

What The Script Does

  • Downloads the MXCentral archive keyring into /usr/share/keyrings.
  • Writes a Debian deb822 source file at /etc/apt/sources.list.d/mxcentral.sources.
  • Runs apt-get update against the selected channel.
  • Stops before package installation so you stay in control of the actual install step.

Available Channels

  • stable: default channel for normal installs.
  • testing: newer test builds when you explicitly want them.
  • The hosted bootstrap supports either channel with --channel stable or --channel testing.

Install MXCentral

  1. Run the repository bootstrap. This installs the archive key, writes the MXCentral APT source, and refreshes package metadata.

Stable Channel

wget -qO - https://repo.mxcentral.net/install.sh | sudo bash

Testing Channel

wget -qO - https://repo.mxcentral.net/install.sh | sudo bash -s -- --channel testing
  1. Install the MXCentral packages. After the bootstrap completes, install the repository bootstrap package and the server meta-package.

Next Step

sudo apt-get install mxcentral-release mxcentral-server