John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
>1st Icreated the repository.
Technically, a repository is where all the software is stored. What you were editing was a configuration file that tells your package manager which repositories to get the software you need from.
>2nd: I downloaded the proper encryption key
Not quite. While GPG is used for encryption, in this case, the GPG key is used to ensure that the file that you downloaded isn't damaged or has been tampered with. The computer generates a GPG key from the file that you downloaded and compares this with the key you downloaded. If they match, the file is good to go.
>Because of those 2 variables.... the PROGRAM that is running AT the website said " ok I'm
>going to give this sytem that just contacted me the correct postfix files, but first I see that
>those 2 variables want ME to figure out what version this system is.
Actually, yum takes care of the variables. It's not the web server's job to figure out what architecture you're running under; the variables are simply for convenience so that you don't have to update this file as often. However, In this case, your system's architecture isn't likely to change, so hardcoding it in isn't much of a stretch. I don't know why yum failed to recognize this variable, however.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339