Linux noob question - How do I update a program built from source?
- by Josh
When I build a program from source (CentOS), How do I go about updating it to a new version? Can I just run the make && make install again with the same configure options?