This is how to install Save-for-web in Gimp.
There is a how to install in one of comments. But I needed to install in intltool as well.
If you don’t see hidden files such as .gimp-2.6, then this post will tell you how.
So here is my version of how to.
- Unzip the .tar.gz in /home/your_directory/.gimp-2.6/plug-ins/
- $ sudo apt-get install libgimp2.0-dev
- Go to Applications > Ubuntu software center and check if you have installed intltool. If not install it.
- $ cd /home/your_directory/.gimp-2.6/plug-ins/gimp-save-for-web-0.28.6/
- $ ./configure make
- $ sudo make install
- Restart Gimp
A new option is created at File>Save for web.
This Save-for-web in Gimp works on Windows. If you are using Linux, then try Gimpshop.

Thanks for your these installation steps. These steps making installation of “save for web” for gimp in ubuntu very easy. Cheers!!
Thanks!