Out of UISP and AVDUDE any one can be installed. I prefer using AVRDUDE. Down load the sources and extract the tarballs. The default location for installing these tools is in directory /usr/local.
Compile and install tools
You need to be root to do make install.
GNU binutils
Enter directory binutils-x.xx/, and do the following.
configure --target=avr
make
make install
AVR-GCC
Enter directory gcc-xxxxxxx/, and do the following.
configure --target=avr --disable-nls --enable-languages=c
make
make install
AVR-LIBC
Enter directory avr-libc-xxxxxx/, and do the following.
doconf
domake
domake install
UISP
Enter directory uisp-xxxxxx/, and do the following.
configure
make
make install
AVRDUDE
Enter directory avrdude-x.xx/, and do the following.
configure
make
make install
Some useful links
http://www.linuxfocus.org/English/March2002/article231.shtml