[Package Request] - pbzip2
What package is missing from Amazon Linux 2023? Please describe and include package name. pbzip2
Is this an update to existing package or new package request? New package request
Is this package available in Amazon Linux 2? If it is available via external sources such as EPEL, please specify. Amazon Linux 2: pbzip2.aarch64 1.1.12-1.el7 @epel
Fedora 37: pbzip2.x86_64 1.1.13-7.fc37 fedora
Any additional information you'd like to include. (use-cases, etc) Package is available from standard Fedora repositories.
Fedora package: https://src.fedoraproject.org/rpms/pbzip2
I was looking for this today!
Fedora package: https://src.fedoraproject.org/rpms/pbzip2
Thanks @stewartsmith, worth noting that only el8 version will work for Amazon Linux 2023, otherwise:
(...)
2025-03-11 00:12:18 (120 KB/s) - ‘pbzip2-1.1.13-14.eln145.aarch64.rpm’ saved [53234/53234]
error: Failed dependencies:
libc.so.6(GLIBC_2.38)(64bit) is needed by pbzip2-1.1.13-14.eln145.aarch64
libc.so.6(GLIBC_ABI_DT_RELR)(64bit) is needed by pbzip2-1.1.13-14.eln145.aarch64
libstdc++.so.6(GLIBCXX_3.4.30)(64bit) is needed by pbzip2-1.1.13-14.eln145.aarch64
$ sudo rpm -i pbzip2-1.1.13-12.fc40.aarch64.rpm
error: Failed dependencies:
libc.so.6(GLIBC_2.38)(64bit) is needed by pbzip2-1.1.13-12.fc40.aarch64
libstdc++.so.6(GLIBCXX_3.4.30)(64bit) is needed by pbzip2-1.1.13-12.fc40.aarch64
$ sudo rpm -i pbzip2-1.1.13-14.fc42.aarch64.rpm
error: Failed dependencies:
libc.so.6(GLIBC_2.38)(64bit) is needed by pbzip2-1.1.13-14.fc42.aarch64
libc.so.6(GLIBC_ABI_DT_RELR)(64bit) is needed by pbzip2-1.1.13-14.fc42.aarch64
libstdc++.so.6(GLIBCXX_3.4.30)(64bit) is needed by pbzip2-1.1.13-14.fc42.aarch64
You can build it on AL2023 with COPR without issues as I've done here: https://copr.fedorainfracloud.org/coprs/faramirza/al2023/build/8748960/
You can build it on AL2023 with COPR without issues as I've done here: https://copr.fedorainfracloud.org/coprs/faramirza/al2023/build/8748960/
Cool.... but I just want to see that package available when I launch a r8g instance with the default Amazon Linux 2023 AMI (and/or be able to directly yum install it after booting), that's all 🤷♂