Originally posted by udhaya kanagaraj:
I have to do installation process in linux machine. so through SSH command we can done. But i dont know the cleaqr idea.
If you are working within well known linux environment (let's say within particular distribution) it would be the best to use it's packaging system.
If you are working with RPM related system you can use
ant for building RPMs (you are still dependent on a software thou).
This way you will keep your system tidy - by using packages.
Hope this helps