diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2023-12-24 18:36:29 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-12-27 19:29:45 +0100 |
commit | a672705e4d8441b44b7523dd8228cfd9ebfb2df9 (patch) | |
tree | aa40d7e9408daeb3a0dfb650210d421a13ead45e | |
parent | fd29d62a9d4e0359f27db0df11803326150e9e56 (diff) | |
download | passt-a672705e4d8441b44b7523dd8228cfd9ebfb2df9.tar passt-a672705e4d8441b44b7523dd8228cfd9ebfb2df9.tar.gz passt-a672705e4d8441b44b7523dd8228cfd9ebfb2df9.tar.bz2 passt-a672705e4d8441b44b7523dd8228cfd9ebfb2df9.tar.lz passt-a672705e4d8441b44b7523dd8228cfd9ebfb2df9.tar.xz passt-a672705e4d8441b44b7523dd8228cfd9ebfb2df9.tar.zst passt-a672705e4d8441b44b7523dd8228cfd9ebfb2df9.zip |
README: Update "Availability" section
It's been a while -- there are now official packages for Arch Linux,
Gentoo, Void Linux.
Suggested-by: Rahil Bhimjiani <me@rahil.website>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | README.md | 24 |
1 files changed, 11 insertions, 13 deletions
@@ -341,19 +341,17 @@ speeding up local connections, and usually requiring NAT. _pasta_: * ⌚ drop-in replacement for VPNKit (rootless Docker) ### Availability -* ✅ official [packages](https://gitlab.com/redhat/centos-stream/rpms/passt) for - CentOS Stream -* ✅ official [packages](https://tracker.debian.org/pkg/passt) for Debian -* ✅ official [packages](https://src.fedoraproject.org/rpms/passt) for Fedora -* ✅ official [packages](https://packages.ubuntu.com/lunar/passt) for Ubuntu -* ✅ unofficial [packages](https://aur.archlinux.org/packages/passt-git) for - Arch Linux -* ✅ unofficial - [packages](https://copr.fedorainfracloud.org/coprs/sbrivio/passt/) for EPEL, - Mageia -* 🛠 official - [packages](https://build.opensuse.org/package/show/Virtualization:containers/passt) - for openSUSE +* official packages for: + * ✅ [Arch Linux](https://archlinux.org/packages/extra/x86_64/passt/) ([aarch64](https://archlinuxarm.org/packages/aarch64/passt), [i486](https://www.archlinux32.org/packages/?q=passt)) + * ✅ [CentOS Stream]((https://gitlab.com/redhat/centos-stream/rpms/passt) + * ✅ [Debian](https://tracker.debian.org/pkg/passt) + * ✅ [Fedora](https://src.fedoraproject.org/rpms/passt) + * ✅ [Gentoo](https://packages.gentoo.org/packages/net-misc/passt) + * ✅ [Ubuntu](https://launchpad.net/ubuntu/+source/passt) + * ✅ [Void Linux](https://voidlinux.org/packages/?q=passt) +* unofficial packages for: + * ✅ [EPEL, Mageia](https://copr.fedorainfracloud.org/coprs/sbrivio/passt/) + * 🛠 [openSUSE](https://build.opensuse.org/package/show/Virtualization:containers/passt) * ✅ unofficial [packages](https://passt.top/builds/latest/x86_64/) from x86_64 static builds for other RPM-based distributions * ✅ unofficial [packages](https://passt.top/builds/latest/x86_64/) from x86_64 |