Code:sudo dnf install epel-release sudo dnf install msmtp msmtp-mta
Jul 04 08:16:58 AL10-test bash[962]: --> Detected AlmaLinux 10.x (VERSION_ID=10.0). Installing msmtp from EPEL...
Jul 04 08:17:10 AL10-test bash[966]: Complete!
Jul 04 08:17:10 AL10-test bash[962]: --> Rebuilding DNF cache to include new EPEL repository...
...
Jul 04 08:17:19 AL10-test bash[6967]: Metadata cache created.
Jul 04 08:17:19 AL10-test bash[6980]: No match for argument: msmtp
Jul 04 08:17:19 AL10-test bash[6980]: No match for argument: msmtp-mta
Jul 04 08:17:19 AL10-test bash[6980]: Error: Unable to find a match: msmtp msmtp-mta
//////
[root@AL10-test ~]# sudo dnf install -y epel-release
Last metadata expiration check: 0:03:23 ago on Fri 04 Jul 2025 08:28:18 AM UTC.
Package epel-release-10-6.el10_0.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[root@AL10-test ~]# sudo dnf makecache
AlmaLinux 10 - AppStream 10 kB/s | 3.8 kB 00:00
AlmaLinux 10 - BaseOS 10 kB/s | 3.8 kB 00:00
AlmaLinux 10 - Extras 9.1 kB/s | 3.3 kB 00:00
Extra Packages for Enterprise Linux 10 - x86_64 72 kB/s | 39 kB 00:00
Metadata cache created.
[root@AL10-test ~]# sudo dnf install -y msmtp msmtp-mta
Last metadata expiration check: 0:00:03 ago on Fri 04 Jul 2025 08:31:46 AM UTC.
No match for argument: msmtp
No match for argument: msmtp-mta
Error: Unable to find a match: msmtp msmtp-mta
[root@AL10-test ~]#
[root@vps16 ~]# sudo dnf search msmtp
Last metadata expiration check: 0:50:50 ago on Fri 04 Jul 2025 11:47:01 AM CEST.
========================= Name Exactly Matched: msmtp ==========================
msmtp.x86_64 : SMTP client
[root@vps16 ~]#
sudo dnf install msmtp
You already send in a ticket? That might be best because DA should fix this or maybe they know a solution.Error: Unable to find a match: msmtp
Error: Unable to find a match: msmtp
yum install msmtp --enablerepo=epel
https://mirrors.fedoraproject.org/metalink?repo=epel-z-10&arch=aarch64
, while CentOS stream gets data from https://mirrors.fedoraproject.org/metalink?repo=epel-10&arch=aarch64
-z
results from ${releasever_minor:+-z}
substitution due to almalinux setting releasever_minor
to 0
instead of leaving empty like centos stream.dnf --releasever-minor="" install msmtp
but it was published Jun 1.EPEL repo for 10.0 is not yet populated. It’s expected in about 2 weeks.
So far only EPEL for AlmaLinux Kitten 10 is available.