Lamco APT Repository
Install and update Lamco RDP Server and LamBoot on Debian, Ubuntu, and Proxmox. Signed, current, one source.
RSA-4096 GPG, key fingerprint 17B95B68A50CD3A7
Latest amd64/arm64 in stable
apt update && apt upgrade. That’s it.
Three commands to install
Add the signing key
curl -fsSL https://apt.lamco.ai/key.gpg | \
sudo gpg --dearmor -o /usr/share/keyrings/lamco.gpg
Add the repository
echo "deb [signed-by=/usr/share/keyrings/lamco.gpg] https://apt.lamco.ai stable main" | \
sudo tee /etc/apt/sources.list.d/lamco.list
Update and install
sudo apt update
sudo apt install lamco-rdp-server # the Wayland-native RDP server
sudo apt install lamboot # the LamBoot bootloader (amd64)
Packages in this repository
lamco-rdp-serverv1.4.4 (amd64, arm64). The Wayland-native RDP server.lambootv0.16.5 (amd64). The memory-safe UEFI bootloader. After installing, deploy it withsudo lamboot-install(see the LamBoot install page).
On Fedora, openSUSE, and the RHEL family, LamBoot installs from the OBS RPM repository. See the dnf and zypper instructions.
After installation, see the documentation or the configuration guide to get started.
Updates are automatic
New releases land in the repository as they ship. Your usual upgrade flow picks them up:
sudo apt update && sudo apt upgrade lamco-rdp-server
Repository details
- Hostname
- apt.lamco.ai
- Codename / suite
- stable
- Component
- main
- Architectures
- amd64, arm64
- Signing key
- CA11F781516743D5D9A1A12F17B95B68A50CD3A7
- Key UID
- Greg Lamberson (Debian packaging) <greg@lamco.io>
- Release index
- https://apt.lamco.ai/dists/stable/Release
- Public key download
- https://apt.lamco.ai/key.gpg
Not on Debian or Ubuntu?
Lamco RDP Server ships through Flathub, Snap, AUR, RPM Fusion, and direct download.