ClustalW can be downloaded from ftp://ftp.ebi.ac.uk/pub/software/clustalw2/. Choose the src version, something like clustalw-2.0.10-src.tar.gz.
- wget ftp://ftp.ebi.ac.uk/pub/software/clustalw2/2.0.10/clustalw-2.0.10-src.ta...
- tar xzvf clustalw-2.0.10-src.tar.gz
- cd clustalw-2.0.10
- ./configure
- make
- su
- make install
- clustalw2
The last line is to test whether clustalw is properly installed and running.