EKINOPS ANNOUNCES THE ACQUISITION OF CHIMERE
Read the press releaseUse the Chimere Agent to connect to your organisation and services, and secure them.
Since version 4.5.0, the user agents and transfer agents are now unified. The documentation for migrating a transfer agent 4.1.0 and below to the unified agent 4.5.0 is available at the following link: Unified agent migration guide
Get the Chimere Agent for your device.
Run the simplified installer:
curl -fsSL https://get.chimere.eu/chimere-agent.sh | sudo bashThe package installed from both repositories is chimere-agent.
The APT repository only supports the amd64 architecture. Install the signing key, configure the repository, then install the package:
sudo install -d -m 0755 /etc/apt/keyrings /etc/apt/sources.list.d
curl -fsSL https://deb.download.chimere.eu/chimere-repo.gpg.key | sudo gpg --dearmor --yes -o /etc/apt/keyrings/chimere.gpg
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/chimere.gpg] https://deb.download.chimere.eu stable main" | sudo tee /etc/apt/sources.list.d/chimere.list >/dev/null
sudo apt-get update
sudo apt-get install -y chimere-agentThis configures the APT repository as follows:
deb [arch=amd64 signed-by=/etc/apt/keyrings/chimere.gpg] https://deb.download.chimere.eu stable mainThe yum/dnf repository only supports the x86_64 architecture. Install the signing key, configure the repository, then install the package:
sudo install -d -m 0755 /etc/pki/rpm-gpg /etc/yum.repos.d
curl -fsSL https://rpm.download.chimere.eu/chimere-repo.gpg.key -o /tmp/RPM-GPG-KEY-chimere
sudo install -m 0644 /tmp/RPM-GPG-KEY-chimere /etc/pki/rpm-gpg/RPM-GPG-KEY-chimere
sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-chimere
sudo tee /etc/yum.repos.d/chimere.repo >/dev/null <<'EOF'
[chimere]
name=Chimere Repository
baseurl=https://rpm.download.chimere.eu
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-chimere
EOF
sudo dnf install -y chimere-agentUse yum instead of dnf on distributions where dnf is not available.
This configures the yum/dnf repository with:
baseurl=https://rpm.download.chimere.euGet the legacy version of the Chimere User and Transfer Agent for your device. This version is no longer maintained and does not receive security updates. We recommend using the latest version for optimal performance and security.