Home » Questions » Computers [ Ask a new question ]

Problems installing yum

Problems installing yum

I did make install on the yum package downloaded from here.

Asked by: Guest | Views: 252
Total answers/comments: 1
Guest [Entry]

"Is it's install location in your $PATH environment variable? In your ~/.bash_profile you'll see a line like this:

PATH=$PATH:$HOME/bin

add the directory of the yum binary to the end of this, separating with a colon:

PATH=$PATH:$HOME/bin:/usr/local/yum

I don't know exactly where you installed it, so modify it according to your needs."