ecosyste-ms / ecosyste-ms/roadmap

Mapping of various system level package names across linux distros to the source packages

Open
#24 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
22
Forks
2
PR merge metrics
No merged PRs in 30d

Description

In system package manager world, the same package may have a different name in different linux distro package managers, example:

| Distribution | Package Name |
|--------------------|------------------|
| **Debian/Ubuntu** | `zlib1g-dev` |
| **Fedora/RHEL** | `zlib-devel` |
| **Arch Linux** | `zlib` |
| **Alpine Linux** | `zlib-dev` |
| **OpenSUSE** | `zlib-devel` |
| **Gentoo** | `sys-libs/zlib` |
| **NixOS** | `zlib` (via `nixpkgs.zlib`) |

It'd be great if we could build a mapping of all the different names to allow easy connection of dependencies regardless of OS

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.