Debian Repository

Official APT repository for easy installation and automatic updates on Debian/Ubuntu systems

Installation

Two simple steps to get started

1

Add Repository

Add the GPG key and repository source to your system:

# Add the GPG key
curl -fsSL https://repos.electerm.org/deb/public.key | sudo gpg --dearmor -o /usr/share/keyrings/electerm.gpg

# Add the repository
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/electerm.gpg] https://repos.electerm.org/deb stable main" | sudo tee /etc/apt/sources.list.d/electerm.list
2

Update & Install

Update your package list and install Electerm:

# Update package list
sudo apt update

# Install Electerm
sudo apt install electerm
✅

That's it!

Electerm will be installed and automatically updated through your system's package manager.

Repository Details

Repository URL
https://repos.electerm.org/deb
Distribution
stable
Component
main
Architecture
amd64

Security Features

🔐

GPG Signed

All packages are cryptographically signed

🌐

HTTPS Transport

Secure transport for all downloads

🤖

Automated Updates

Repository updated automatically with new releases

✓

Verified Packages

Packages verified against official GitHub releases