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

Docs: Update support for Ubuntu #2407

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ The following instructions assume the following requirements. Python versions >=

Supported and recommended operating systems are:

* Debian Debian 11 Bullseye, Debian 12 Bookworm
* Debian 11 Bullseye, Debian 12 Bookworm
* openSUSE Tumbleweed, Leap 15.5
* Ubuntu: 20.04 Focal, 22.04 Jammy
* Ubuntu: 22.04 Jammy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If deb still supports Ubuntu 20, shouldn't it be listed here as well? Or you wanted to make a difference between recommended and minimally supported?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or you wanted to make a difference between recommended and minimally supported?

Not sure how to describe the situation in the docs ideally. Buster and Focal work, but only with upgrading packages (either custom repo or pip3). Maybe making a separated list "Supported, but not recommended for new installations"?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, I'll create an issue for this topic and we can revisit the documentation on that topic later. See #2451

* For the Docker-installation: Docker Engine: 18.x and higher

Other distributions which are (most probably) supported include AlmaLinux, CentOS, Fedora, FreeBSD 12, RHEL and RockyLinux.
Expand All @@ -45,13 +45,16 @@ Native deb/rpm packages

These are the operating systems which are currently supported by packages:

* **Debian 11** Bullseye
* **Debian 10** Buster, **Debian 11** Bullseye

* For Debian 10, `intelmq-api` is only available with hug-based version 3.0.1, not the latest fastapi-based 3.2.0).

* **openSUSE Tumbleweed**
* **Ubuntu 20.04** Focal Fossa
* **Ubuntu 20.04** Focal, **Ubuntu 22.04** Jammy

* Enable the universe repositories by appending ``universe`` in ``/etc/apt/sources.list`` to ``deb http://[...].archive.ubuntu.com/ubuntu/ focal main`` first.

* `intelmq-api` is only available with hug-based version 3.0.1, not the latest fastapi-based 3.1.0).
* `intelmq-api` is only available with hug-based version 3.0.1, not the latest fastapi-based 3.2.0).

Get the installation instructions for your operating system here: `Installation Native Packages <https://software.opensuse.org/download.html?project=home:sebix:intelmq&package=intelmq>`_.
The instructions show how to add the repository and install the `intelmq` package. You can also install the `intelmq-manager` package to get the `Web-Frontend IntelMQ Manager <https://github.com/certtools/intelmq-manager/>`_.
Expand Down
Loading