From 9767cc374da105a72c28553cedcc66ff3cfd6f69 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:08:45 +0200 Subject: [PATCH] doc: minimum supported apt version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb5c9f8..89d442d 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Pull requests for additional backends are welcome! | Application | Package Manager | Section | feature flag | Notes | |-------------|-----------------|-------------|--------------|-----------------------------------------------------------------------------------------------------------| | Arch Linux | `pacman` | `[arch]` | `arch` | includes pacman-wrapping AUR helpers (configurable) | -| Debian | `apt` | `[debian]` | `debian` | minimum supported apt-version unknown ([upstream issue](https://gitlab.com/volian/rust-apt/-/issues/20)) | +| Debian | `apt` | `[debian]` | `debian` | minimum supported apt-version 2.0.2 ([see upstream](https://gitlab.com/volian/rust-apt)) | | Flatpak | `flatpak` | `[flatpak]` | built-in | can manage either system-wide or per-user installation (configurable) | | Python | `pip` | `[python]` | built-in | | | Rust | `cargo` | `[rust]` | built-in | |