I did make install on the yum package downloaded from here.
After the installation was done, if I do yum I am getting yum: Command not found.
What should I do?
|
|
|
Is it's install location in your $PATH environment variable? In your 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. |
|||||||
|
|
Try the command Also, did you run |
|||
|
|