amazon-linux-2023
amazon-linux-2023 copied to clipboard
Amazon Linux 2023
**What package is missing from Amazon Linux 2023? Please describe and include package name.** The `memcached` package is not missing from Amazon Linux 2023, but it requires an update to...
Sysbox (recently acquired by docker) is an open-source container runtime that allows containers to run similar workloads to VM's, alongside improved isolation. https://github.com/nestybox/sysbox **Is this an update to existing package...
**What package is missing from Amazon Linux 2023? Incron/incrontab** Allows for cron actions to be performed based on file system changes. **Is this an update to existing package or new...
**What package is missing from Amazon Linux 2023? Please describe and include package name.** php-xmlrpc for php8.3 **Is this an update to existing package or new package request?** No **Is...
**What package is missing from Amazon Linux 2023? Please describe and include package name.** cmake is currently very old from 2022. Available in al2023: 3.22.2-1.amzn2023.0.4 Latest cmake 3.x 3.31.8 Latest...
**Describe the bug** Changing Scheduler to SCHED_RR or SCHED_FIFO is not working. `chrt` `sched_setscheduler` or `CPUSchedulingPolicy=rr` in systemd service all fails because of `Operation not permitted`. I've tried it with...
**Description** I am trying to automate detection of new Amazon Linux2023 versions being available using `dnf check-release-update` and it looks like the output of that command is not sent to...
**What package is missing from Amazon Linux 2023? Please describe and include package name.** Tomcat 11 **Is this an update to existing package or new package request?** Currently Amazon Linux...
**What package is missing from Amazon Linux 2023? Please describe and include package name.** **xfsprogs** (Utilities for managing the XFS filesystem) **Is this an update to existing package or new...
Using C++ compiler `clang++-18` to compile an OpenMP program, the file `omp.h` is not found. The file can be found in the directory `/usr/lib64/clang/15.0.7/include/` The OS is Amazon Linux 2023...