Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(doc) Documentation wrong for debian package installation #2496

Open
aaronkaplan opened this issue May 3, 2024 · 0 comments
Open

(doc) Documentation wrong for debian package installation #2496

aaronkaplan opened this issue May 3, 2024 · 0 comments
Assignees
Labels
documentation Indicates a need for improvements or additions to documentation
Milestone

Comments

@aaronkaplan
Copy link
Member

https://docs.intelmq.org/latest/admin/installation/linux-packages/#supported-os

States:

echo "deb http://download.opensuse.org/repositories/home:/sebix:/intelmq/Debian_$(lsb_release -rs)/ /" | sudo tee /etc/apt/sources.list.d/intelmq
curl -fsSL "https://download.opensuse.org/repositories/home:sebix:intelmq/Debian_$(lsb_release -rs)/Release.key" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/intelmq.gpg > /dev/null
sudo apt update
sudo apt install intelmq intelmq-api intelmq-manager

But the file should actually be called intelmq.list in /etc/apt/sources.list.d/
Otherwise it gets ignored.

tested on bookworm (plain vanilla)

@aaronkaplan aaronkaplan added the documentation Indicates a need for improvements or additions to documentation label May 3, 2024
@aaronkaplan aaronkaplan added this to the 3.3.1 milestone May 3, 2024
@aaronkaplan aaronkaplan self-assigned this May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Indicates a need for improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant