I am new in Unix, can somebody kind to tell me how to install valgrind in ssh client so that I can use valgrind command in my sunfire account?
A:
It depends of what kind of unix it is; it depend also of your rights on the server.
If you're root, you can use for example under debian sudo apt-get install valgrind
.
If you're not root, you'll have to dowload the sources, compile them, and then use valgrind from your own installation.
Guillaume Lebourgeois
2010-08-31 14:10:03