
June 8th, 2009, 02:53 PM
|
|
|
|
/usr/local/bin
Hello,
I've inherited a linux box that has some software installed on it from source. I'd like to remove this software, or at least install another version from YUM, and then use that. However, when I install from YUM and enter one of the installed commands, instead of looking for the executable under /usr/bin by default, it looks under /usr/local/bin. So, I renamed the one under /usr/local/bin to something different, but when I run the command, I get "/usr/local/command No such file or directory". Any ideas?
Also, I can't find the original source to run an "make uninstall"
|