How To: Install Bluefish 2.0.3 The Newest Version Of Bluefish For Ubuntu
![]()
In February 2011 Bluefish 2.0.3 was released. This mini-guide demonstrates how to build this version from source under Ubuntu and has been tested most recently under Natty Narwhal. First we need to remove the repository version if it has been installed:
Code:
sudo apt-get remove bluefish
Next download some compiling tools and dependencies:
Code:
sudo apt-get install build-essential checkinstall libart-2.0-dev libaspell-dev \ libbonobo2-dev libbonoboui2-dev libgail-dev libgnome-keyring-dev libgnome2-dev \ libgnomecanvas2-dev libgnomeui-dev libpcre3-dev libpcrecpp0 libpopt-dev \ libgvfscommon-dev libgucharmap2-dev libenchant-dev intltool
Next download the source code, open the tarball and compile and install it with the following single command:
Code:
cd $HOME && \ wget http://bluefish.mrball.net/stable/source/bluefish-2.0.3.tar.bz2 && \ tar xjvf bluefish-2.0.3.tar.bz2 && cd bluefish-2.0.3 && \ ./configure && make && \ sudo checkinstall --fstrans=no --pakdir "$HOME/Desktop" --backup=no \ --deldoc=yes --deldesc=yes --delspec=yes --default --pkgversion "2.0.3" && \ make distclean
Posted in Open Source & Linux on August 28th, 2011 by Jeremy at 9:21 am with (154 views)