
Official APT repository for easy installation and automatic updates on Debian/Ubuntu systems
Two simple steps to get started
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
Update your package list and install Electerm:
# Update package list sudo apt update # Install Electerm sudo apt install electerm
Electerm will be installed and automatically updated through your system's package manager.
All packages are cryptographically signed
Secure transport for all downloads
Repository updated automatically with new releases
Packages verified against official GitHub releases