Lamco APT Repository

Install and update Lamco RDP Server and LamBoot on Debian, Ubuntu, and Proxmox. Signed, current, one source.

apt.lamco.ai · stable / main · amd64, arm64
Signed

RSA-4096 GPG, key fingerprint 17B95B68A50CD3A7

v1.4.4

Latest amd64/arm64 in stable

Apt-native

apt update && apt upgrade. That’s it.

Three commands to install

1

Add the signing key

shell
curl -fsSL https://apt.lamco.ai/key.gpg | \
  sudo gpg --dearmor -o /usr/share/keyrings/lamco.gpg
2

Add the repository

shell
echo "deb [signed-by=/usr/share/keyrings/lamco.gpg] https://apt.lamco.ai stable main" | \
  sudo tee /etc/apt/sources.list.d/lamco.list
3

Update and install

shell
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-server v1.4.4 (amd64, arm64). The Wayland-native RDP server.
  • lamboot v0.16.5 (amd64). The memory-safe UEFI bootloader. After installing, deploy it with sudo 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:

shell
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>
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.