Skip to content

Commit

Permalink
Docs: Update support for Ubuntu
Browse files Browse the repository at this point in the history
Ubuntu 20.04 is no longer supported because it only has dnspython 1.16.0,
but intelmq requires >= 2.0.0
On Ubuntu 22.04, intelmq is available, but not intelmq-api
  • Loading branch information
sebix committed Sep 6, 2023
1 parent ecc44ea commit 4a0f5cc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 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
* 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,9 +45,12 @@ 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.1.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.

Expand Down

0 comments on commit 4a0f5cc

Please sign in to comment.