Install ftp with rpm

I run the following command and comes back with an error:

sudo rpm -i /opt/ftp-0.17-67.e17.x86_64.rpm

So I executed a touch command: sudo touch /opt/ftp-0.17-67.e17.x86_64.rpm

I go back and run the first command and still an error

@ryan-g , The rpm should be present in the /opt directory. So you need to download the rpm first. Could you please let us know which lab is this?

This is for the DevOps Prerequisites Course - I attempted the wget command as well with no success

@ryan-g , I have checked and could see that the rpm is present in the /opt directory.

@tgp i think i found the issue which user @ryan-g faced
i faced the same issue
Look at his command closely
he used “.e17” but the actual package name is “.el7”
it was very hard on the lab environment to find the difference, i was going in circles :laughing: