Skip to content

docs(linux): document RPM package installation#225

Open
pllesperance-lc wants to merge 1 commit into
masterfrom
feature/rpm-install-docs
Open

docs(linux): document RPM package installation#225
pllesperance-lc wants to merge 1 commit into
masterfrom
feature/rpm-install-docs

Conversation

@pllesperance-lc
Copy link
Copy Markdown
Contributor

Summary

  • Adds an RPM Package section to docs/2-sensors-deployment/endpoint-agent/linux/installation.md, mirroring the structure of the existing Deb Package section.
  • Documents both supported ways to deliver the installation key: LC_INSTALLATION_KEY environment variable or a preseeded /etc/limacharlie/installation_key file.
  • Notes the absence of an interactive prompt path (RPM has no debconf equivalent) and that a missing key aborts the install cleanly before any state change.
  • Includes rpm -i / dnf install examples for install and rpm -e / dnf remove for uninstall.

Pairs with the RPM installer support PR on refractionPOINT/lc_sensor (#678).

Test plan

  • Render the docs locally (mkdocs serve) and confirm the new section appears between the Deb Package and Custom Installation sections of the Linux Agent Installation page, with correct formatting.
  • Spot-check that the install/uninstall command snippets are accurate against the actual .rpm produced by the linked installer PR.

🤖 Generated with Claude Code

Adds an RPM Package section to the Linux endpoint-agent installation
guide, alongside the existing Deb Package section. Covers the two
supported ways to provide the installation key (LC_INSTALLATION_KEY
environment variable or /etc/limacharlie/installation_key file) and
explains why there is no interactive prompt path (RPM has no debconf
equivalent). Includes rpm/dnf install and uninstall examples.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant