how to update

I have run this yum remove kumomta

no I want to re-install that but that’s not happeing can you please help with the complete re-install with uninstall and fresh install

But it was not installed with Yum before?

Please run and share the output from:

$ yum config-manager --dump-variables
$ cat /etc/yum.repos.d/kumo*.repo

cat: /etc/yum.repos.d/kumo*.repo: No such file or directory

nope

And what of the output of yum config-manager --dump-variables ?

Seems like the rpm was never installed from our repos, so you’ll need to do that:

$ sudo yum-config-manager --add-repo=\
    https://openrepo.kumomta.com/files/kumomta-amazon.repo
$ sudo yum install kumomta

If you don’t have yum-config-manager, you’ll need to run sudo yum install -y yum-utils

[root@ip-10-4-1-71 sdb1]# sudo yum install -y yum-utils
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
amzn2-core | 3.6 kB 00:00:00
amzn2extra-docker | 2.9 kB 00:00:00
amzn2extra-epel | 3.0 kB 00:00:00
amzn2extra-kernel-5.10 | 3.0 kB 00:00:00
epel/x86_64/metalink | 7.8 kB 00:00:00
226 packages excluded due to repository priority protections
Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version
Nothing to do

done it’s has been installed

this --add-repo=\ is not adding the amazon repo which is breaking

when I run sudo yum-config-manager --add-repo=https://openrepo.kumomta.com/files/kumomta-amazon.repo it’s has been proper installed

root@ip-10-4-1-71 policy]# cat /etc/yum.repos.d/kumo*.repo
[kumomta-dev]
name=KumoMTA Dev
baseurl=https://openrepo.kumomta.com/kumomta-amazonlinux-$releasever
enabled=1
repo_gpgcheck=1
gpgkey=https://openrepo.kumomta.com/kumomta-amazonlinux-$releasever/public.gpg

[kumomta-stable]
name=KumoMTA Stable
baseurl=https://openrepo.kumomta.com/kumomta-amazonlinux-$releasever-stable
enabled=1
repo_gpgcheck=1
gpgkey=https://openrepo.kumomta.com/kumomta-amazonlinux-$releasever-stable/public.gpg

@youthful-zorse are you saying the upgrade was now successful? I am a little confused as to the current status.

no I have done the fresh install

Ok good. Then you are running.

yes Now I am configuring tha

that*

Awesome