<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bfwiki.tellefsen.net//api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Elliot+iddon</id>
	<title>Bluefish Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://bfwiki.tellefsen.net//api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Elliot+iddon"/>
	<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php/Special:Contributions/Elliot_iddon"/>
	<updated>2026-05-23T18:50:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2354</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2354"/>
		<updated>2011-08-15T10:41:14Z</updated>

		<summary type="html">&lt;p&gt;Elliot iddon: /* Installing 2.0.4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian GNU/Linux =&lt;br /&gt;
&lt;br /&gt;
== Installing 1.0.x (old stable) ==&lt;br /&gt;
&lt;br /&gt;
Use&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
 sudo aptitude install bluefish&lt;br /&gt;
&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
== Installing 2.0 (current stable) ==&lt;br /&gt;
&lt;br /&gt;
Use&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
 sudo aptitude install bluefish&lt;br /&gt;
&lt;br /&gt;
or any other frontend for the package manager such as synaptic or simply &amp;quot;add / remove programs&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The version in Debian Sid is always the latest available, see http://packages.debian.org/sid/bluefish . Debian Lenny and Debian Squeeze users may use the procedures below to get the most recent bluefish version.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) release candidates on Debian Sid and Wheezy ===&lt;br /&gt;
&lt;br /&gt;
This entry is only for Debian Sid/Wheezy users, who want to test the release candidates too. Official bluefish releases are provided via the Debian archive.&lt;br /&gt;
&lt;br /&gt;
Add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian sid main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039; put a snippet into  /etc/apt/sources.list.d/&lt;br /&gt;
 sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_sid.list -N -P /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Debian 6.0 (Squeeze) ===&lt;br /&gt;
&lt;br /&gt;
Add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian squeeze main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039; put a snippet into  /etc/apt/sources.list.d/&lt;br /&gt;
 sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_squeeze.list -N -P /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Debian 5.0 (Lenny) ===&lt;br /&gt;
&lt;br /&gt;
Add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian lenny main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039; put a snippet into  /etc/apt/sources.list.d/&lt;br /&gt;
 sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_lenny.list -N -P /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux =&lt;br /&gt;
&lt;br /&gt;
== Installing 1.0.x (old stable) ==&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
or any other frontend for the package manager such as aptitude, synaptic or simply &amp;quot;add / remove programs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Installing 2.0 on Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
or any other frontend for the package manager such as aptitude, synaptic or simply &amp;quot;add / remove programs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Note, that you only need to use the procedures below, if recent bluefish packages are not provided by the Ubuntu archives. This may be the case for released Ubuntu versions after some time. In this case pick up the instructions for your Ubuntu version from below.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Ubuntu 10.04 or newer ===&lt;br /&gt;
&lt;br /&gt;
add the following line that fits your Ubuntu version to  /etc/apt/sources.list&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] lucid    main restricted universe multiverse&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] maverick main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Ubuntu 9.04 or 9.10 (Jaunty or Karmic) ===&lt;br /&gt;
&lt;br /&gt;
add the following line that fits your Ubuntu version to  /etc/apt/sources.list&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] jaunty   main restricted universe multiverse&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] karmic   main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Ubuntu 8.04 or 8.10 (Hardy or Intrepid) ===&lt;br /&gt;
&lt;br /&gt;
add the following line that fits your Ubuntu version to  /etc/apt/sources.list&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] hardy    main restricted universe multiverse&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] intrepid main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora Linux =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mandriva Linux =&lt;br /&gt;
&lt;br /&gt;
To install bluefish on [http://mandriva.com Mandriva], download the latest rpm from http://www.bennewitz.com/bluefish/stable/binaries/mandriva/&lt;br /&gt;
Then run the rpm by double-clicking on it. It&#039;s that easy. The version for Mandriva 2010.0 x86_64 (i.e. 64 bits) works for Mandriva 2009 Spring x86_64 too.&lt;br /&gt;
&lt;br /&gt;
Or if you are not interested in keeping the download file, you can just click on the above link, click on the latest version, and when the pop-up asks you if you want to download or install, you can just click install.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on AltLinux =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0 ===&lt;br /&gt;
Bluefish can be installed on Alt Linux 3.0, 4.0, 4.1, p5, 5.1 or Sisyphus.&lt;br /&gt;
&lt;br /&gt;
The versions provided by our apt servers are:&amp;lt;br /&amp;gt;&lt;br /&gt;
* Alt Linux 3.0 - 1.0&lt;br /&gt;
* Alt Linux 4.0 - 1.0.5&lt;br /&gt;
* Alt Linux 4.1 - 1.0.7&lt;br /&gt;
* Alt Linux p5  - 1.0.7&lt;br /&gt;
* Alt Linux 5.1 - 1.0.7&lt;br /&gt;
* Alt Linux Sisyphus - 1.0.7&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
To install use:&lt;br /&gt;
 &amp;lt;tt&amp;gt;apt-get install bluefish&amp;lt;/tt&amp;gt;&lt;br /&gt;
or use synaptic or any other package manager.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Alt Linux Sisyphus also provides 1.3.8  &#039;&#039;&#039;(bluefish-unstable)&#039;&#039;&#039;.&lt;br /&gt;
To install do:&lt;br /&gt;
 &amp;lt;tt&amp;gt;apt-get install bluefish-unstable&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.0 (current stable) ===&lt;br /&gt;
Bluefish 2.0.0 currently is not in Alt Linux repos, but will soon appear in Sisyphus.&amp;lt;br /&amp;gt;&lt;br /&gt;
For the moment, to install it you have to:&lt;br /&gt;
&lt;br /&gt;
 wget http://alt.u-nix.eu.org/bluefish/bluefish-2.0.0rc3-alt1.i586.rpm&lt;br /&gt;
 wget http://alt.u-nix.eu.org/bluefish/bluefish-common-2.0.0rc3-alt1.noarch.rpm&lt;br /&gt;
 rpm -i bluefish-common-2.0.0rc3-alt1.noarch.rpm bluefish-2.0.0rc3-alt1.i586.rpm&lt;br /&gt;
&lt;br /&gt;
If you want to build it on your system, just do:&lt;br /&gt;
&lt;br /&gt;
 wget http://alt.u-nix.eu.org/bluefish/bluefish-2.0.0rc3-alt1.src.rpm&lt;br /&gt;
 rpm -i bluefish-2.0.0rc3-alt1.src.rpm&lt;br /&gt;
 cd /usr/src/RPM/SPECS&lt;br /&gt;
 rpmbuild -bb bluefish-2.0.0rc3.spec&lt;br /&gt;
 cd /usr/src/RPM/RPMS/noarch&lt;br /&gt;
 rpm -i bluefish-common-2.0.0rc3-alt1.noarch.rpm&lt;br /&gt;
For i586 do:&lt;br /&gt;
 cd /usr/src/RPM/RPMS/i586&lt;br /&gt;
 rpm -i bluefish-2.0.0rc3-alt1.i586.rpm&lt;br /&gt;
For x86_64 do:&lt;br /&gt;
 cd x86_64&lt;br /&gt;
 rpm -i bluefish-2.0.0rc3-alt1.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
=Installing [http://packages.gentoo.org/package/bluefish Bluefish on Gentoo]=&lt;br /&gt;
&lt;br /&gt;
==Latest Gentoo stable==&lt;br /&gt;
&lt;br /&gt;
 emerge bluefish&lt;br /&gt;
&lt;br /&gt;
==Latest available==&lt;br /&gt;
&lt;br /&gt;
 echo &#039;app-editors/bluefish&#039; &amp;gt;&amp;gt; /etc/portage/package.keywords &amp;amp;&amp;amp; emerge bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Slackware =&lt;br /&gt;
; Kwick n dirty method&lt;br /&gt;
: &amp;lt;tt&amp;gt;$ ./configure &amp;amp;&amp;amp; make&amp;lt;/tt&amp;gt;&lt;br /&gt;
: &amp;lt;tt&amp;gt;# make install&amp;lt;/tt&amp;gt;&lt;br /&gt;
: &#039;&#039;enjoy you are in Slackware ;)&#039;&#039;&lt;br /&gt;
; But please consider to use a Slackbuild: (you know why)&lt;br /&gt;
; Dependencies&lt;br /&gt;
Bluefish compiles fine in slack 3.1 or slack elite, without gvfs. wget is your friend.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 (current stable) ===&lt;br /&gt;
Bluefish needs [http://ftp.gnome.org/pub/GNOME/sources/gvfs/ gvfs] if you want to work with remote files.&lt;br /&gt;
: GVFS is work in progress. In Slackware, you need to have glib 2.18 (Slack 13.0); GSB (2.28.2) uses glib2 2.22.4 and gvfs 1.4.3.&amp;lt;br /&amp;gt;&lt;br /&gt;
Slack 13.37 have glib2-2.28. SBo provide a SlackBuild for [http://slackbuilds.org/repository/13.37/system/gvfs/ gvfs-1.6.7]&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (old stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (current stable) ===&lt;br /&gt;
A binary package is not yet available in OpenSolaris, you have to compile from source, see [[Compiling_Bluefish_from_source]].&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.1 (current stable) Using Macports ===&lt;br /&gt;
Install [http://www.macports.org Macports].&lt;br /&gt;
&lt;br /&gt;
Run from Terminal.app&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tt&amp;gt;sudo port install bluefish&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 (current stable) Native (no X11 needed!) ===&lt;br /&gt;
&lt;br /&gt;
Download Bluefish-2.0.3.dmg from http://www.bennewitz.com/bluefish/stable/binaries/macosx/, open it and drag the bluefish icon onto Applications.&lt;br /&gt;
&lt;br /&gt;
Version 2.0.3 should work on OSX 10.5 and 10.6. &#039;&#039;&#039;This dmg is reported to crash on OSX Lion!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 (current stable) ===&lt;br /&gt;
download Bluefish-2.0.3-setup.exe from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
This installer needs internet access because it will download gtk library and the spell checking dictionaries for you.&lt;br /&gt;
&lt;br /&gt;
==== Installing without internet access ====&lt;br /&gt;
download Bluefish-2.0.3-tagalong.exe from the main download server&lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
Now download the GTK+ installer (gtk-runtime-2.14.7-rev-a.exe from http://sourceforge.net/projects/pidgin/files/GTK%2B%20for%20Windows/2.14.7%20Rev%20A/gtk-runtime-2.14.7-rev-a.exe/download) and whatever language dictionaries (from http://www.muleslow.net/files/aspell/lang/) you wish to install and&lt;br /&gt;
place them in a directory called &#039;redist&#039; in the same folder as the&lt;br /&gt;
installer.  The tagalong install will fall back on downloading the&lt;br /&gt;
file if it does not exist locally or the checksum of the local file&lt;br /&gt;
does not match the stored value.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows 7 (64 bit) =&lt;br /&gt;
&lt;br /&gt;
Bluefish 2.0.2 on Windows 7 (64 bit) will fail to start with the newest version of GTK+. You have to manually download GTK 2.14.7 from http://sourceforge.net/projects/gtk-win/files/GTK%2B%20Runtime%20Environment/GTK%2B%202.14/gtk2-runtime-2.14.7-2009-01-13-ash.exe/download and install it prior installing Bluefish itself. This will prevent Bluefish installer from donwloading the newest version.&lt;br /&gt;
&lt;br /&gt;
If you already have GTK+ in newer version, you have to uninstall this one, and install version 2.14.7. Otherwise you won&#039;t be able to run Bluefish.&lt;br /&gt;
&lt;br /&gt;
Than download Bluefish-2.0.2-setup.exe from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/ and install it.&lt;br /&gt;
&lt;br /&gt;
Bluefish won&#039;t run with any newer version of GTK+ than 2.14.7, so do not upgrade this library. If it happens, you&#039;ll have to manually downgrade to mentioned version.&lt;/div&gt;</summary>
		<author><name>Elliot iddon</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2353</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2353"/>
		<updated>2011-08-15T10:40:51Z</updated>

		<summary type="html">&lt;p&gt;Elliot iddon: /* Installing 1.0.x */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian GNU/Linux =&lt;br /&gt;
&lt;br /&gt;
== Installing 1.0.x (old stable) ==&lt;br /&gt;
&lt;br /&gt;
Use&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
 sudo aptitude install bluefish&lt;br /&gt;
&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
== Installing 2.0 (current stable) ==&lt;br /&gt;
&lt;br /&gt;
Use&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
 sudo aptitude install bluefish&lt;br /&gt;
&lt;br /&gt;
or any other frontend for the package manager such as synaptic or simply &amp;quot;add / remove programs&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The version in Debian Sid is always the latest available, see http://packages.debian.org/sid/bluefish . Debian Lenny and Debian Squeeze users may use the procedures below to get the most recent bluefish version.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) release candidates on Debian Sid and Wheezy ===&lt;br /&gt;
&lt;br /&gt;
This entry is only for Debian Sid/Wheezy users, who want to test the release candidates too. Official bluefish releases are provided via the Debian archive.&lt;br /&gt;
&lt;br /&gt;
Add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian sid main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039; put a snippet into  /etc/apt/sources.list.d/&lt;br /&gt;
 sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_sid.list -N -P /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Debian 6.0 (Squeeze) ===&lt;br /&gt;
&lt;br /&gt;
Add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian squeeze main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039; put a snippet into  /etc/apt/sources.list.d/&lt;br /&gt;
 sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_squeeze.list -N -P /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Debian 5.0 (Lenny) ===&lt;br /&gt;
&lt;br /&gt;
Add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian lenny main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039; put a snippet into  /etc/apt/sources.list.d/&lt;br /&gt;
 sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_lenny.list -N -P /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux =&lt;br /&gt;
&lt;br /&gt;
== Installing 1.0.x (old stable) ==&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
or any other frontend for the package manager such as aptitude, synaptic or simply &amp;quot;add / remove programs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Installing 2.0 on Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
or any other frontend for the package manager such as aptitude, synaptic or simply &amp;quot;add / remove programs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Note, that you only need to use the procedures below, if recent bluefish packages are not provided by the Ubuntu archives. This may be the case for released Ubuntu versions after some time. In this case pick up the instructions for your Ubuntu version from below.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Ubuntu 10.04 or newer ===&lt;br /&gt;
&lt;br /&gt;
add the following line that fits your Ubuntu version to  /etc/apt/sources.list&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] lucid    main restricted universe multiverse&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] maverick main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Ubuntu 9.04 or 9.10 (Jaunty or Karmic) ===&lt;br /&gt;
&lt;br /&gt;
add the following line that fits your Ubuntu version to  /etc/apt/sources.list&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] jaunty   main restricted universe multiverse&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] karmic   main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Ubuntu 8.04 or 8.10 (Hardy or Intrepid) ===&lt;br /&gt;
&lt;br /&gt;
add the following line that fits your Ubuntu version to  /etc/apt/sources.list&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] hardy    main restricted universe multiverse&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] intrepid main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora Linux =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.4 ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mandriva Linux =&lt;br /&gt;
&lt;br /&gt;
To install bluefish on [http://mandriva.com Mandriva], download the latest rpm from http://www.bennewitz.com/bluefish/stable/binaries/mandriva/&lt;br /&gt;
Then run the rpm by double-clicking on it. It&#039;s that easy. The version for Mandriva 2010.0 x86_64 (i.e. 64 bits) works for Mandriva 2009 Spring x86_64 too.&lt;br /&gt;
&lt;br /&gt;
Or if you are not interested in keeping the download file, you can just click on the above link, click on the latest version, and when the pop-up asks you if you want to download or install, you can just click install.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on AltLinux =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0 ===&lt;br /&gt;
Bluefish can be installed on Alt Linux 3.0, 4.0, 4.1, p5, 5.1 or Sisyphus.&lt;br /&gt;
&lt;br /&gt;
The versions provided by our apt servers are:&amp;lt;br /&amp;gt;&lt;br /&gt;
* Alt Linux 3.0 - 1.0&lt;br /&gt;
* Alt Linux 4.0 - 1.0.5&lt;br /&gt;
* Alt Linux 4.1 - 1.0.7&lt;br /&gt;
* Alt Linux p5  - 1.0.7&lt;br /&gt;
* Alt Linux 5.1 - 1.0.7&lt;br /&gt;
* Alt Linux Sisyphus - 1.0.7&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
To install use:&lt;br /&gt;
 &amp;lt;tt&amp;gt;apt-get install bluefish&amp;lt;/tt&amp;gt;&lt;br /&gt;
or use synaptic or any other package manager.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Alt Linux Sisyphus also provides 1.3.8  &#039;&#039;&#039;(bluefish-unstable)&#039;&#039;&#039;.&lt;br /&gt;
To install do:&lt;br /&gt;
 &amp;lt;tt&amp;gt;apt-get install bluefish-unstable&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.0 (current stable) ===&lt;br /&gt;
Bluefish 2.0.0 currently is not in Alt Linux repos, but will soon appear in Sisyphus.&amp;lt;br /&amp;gt;&lt;br /&gt;
For the moment, to install it you have to:&lt;br /&gt;
&lt;br /&gt;
 wget http://alt.u-nix.eu.org/bluefish/bluefish-2.0.0rc3-alt1.i586.rpm&lt;br /&gt;
 wget http://alt.u-nix.eu.org/bluefish/bluefish-common-2.0.0rc3-alt1.noarch.rpm&lt;br /&gt;
 rpm -i bluefish-common-2.0.0rc3-alt1.noarch.rpm bluefish-2.0.0rc3-alt1.i586.rpm&lt;br /&gt;
&lt;br /&gt;
If you want to build it on your system, just do:&lt;br /&gt;
&lt;br /&gt;
 wget http://alt.u-nix.eu.org/bluefish/bluefish-2.0.0rc3-alt1.src.rpm&lt;br /&gt;
 rpm -i bluefish-2.0.0rc3-alt1.src.rpm&lt;br /&gt;
 cd /usr/src/RPM/SPECS&lt;br /&gt;
 rpmbuild -bb bluefish-2.0.0rc3.spec&lt;br /&gt;
 cd /usr/src/RPM/RPMS/noarch&lt;br /&gt;
 rpm -i bluefish-common-2.0.0rc3-alt1.noarch.rpm&lt;br /&gt;
For i586 do:&lt;br /&gt;
 cd /usr/src/RPM/RPMS/i586&lt;br /&gt;
 rpm -i bluefish-2.0.0rc3-alt1.i586.rpm&lt;br /&gt;
For x86_64 do:&lt;br /&gt;
 cd x86_64&lt;br /&gt;
 rpm -i bluefish-2.0.0rc3-alt1.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
=Installing [http://packages.gentoo.org/package/bluefish Bluefish on Gentoo]=&lt;br /&gt;
&lt;br /&gt;
==Latest Gentoo stable==&lt;br /&gt;
&lt;br /&gt;
 emerge bluefish&lt;br /&gt;
&lt;br /&gt;
==Latest available==&lt;br /&gt;
&lt;br /&gt;
 echo &#039;app-editors/bluefish&#039; &amp;gt;&amp;gt; /etc/portage/package.keywords &amp;amp;&amp;amp; emerge bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Slackware =&lt;br /&gt;
; Kwick n dirty method&lt;br /&gt;
: &amp;lt;tt&amp;gt;$ ./configure &amp;amp;&amp;amp; make&amp;lt;/tt&amp;gt;&lt;br /&gt;
: &amp;lt;tt&amp;gt;# make install&amp;lt;/tt&amp;gt;&lt;br /&gt;
: &#039;&#039;enjoy you are in Slackware ;)&#039;&#039;&lt;br /&gt;
; But please consider to use a Slackbuild: (you know why)&lt;br /&gt;
; Dependencies&lt;br /&gt;
Bluefish compiles fine in slack 3.1 or slack elite, without gvfs. wget is your friend.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 (current stable) ===&lt;br /&gt;
Bluefish needs [http://ftp.gnome.org/pub/GNOME/sources/gvfs/ gvfs] if you want to work with remote files.&lt;br /&gt;
: GVFS is work in progress. In Slackware, you need to have glib 2.18 (Slack 13.0); GSB (2.28.2) uses glib2 2.22.4 and gvfs 1.4.3.&amp;lt;br /&amp;gt;&lt;br /&gt;
Slack 13.37 have glib2-2.28. SBo provide a SlackBuild for [http://slackbuilds.org/repository/13.37/system/gvfs/ gvfs-1.6.7]&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (old stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (current stable) ===&lt;br /&gt;
A binary package is not yet available in OpenSolaris, you have to compile from source, see [[Compiling_Bluefish_from_source]].&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.1 (current stable) Using Macports ===&lt;br /&gt;
Install [http://www.macports.org Macports].&lt;br /&gt;
&lt;br /&gt;
Run from Terminal.app&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tt&amp;gt;sudo port install bluefish&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 (current stable) Native (no X11 needed!) ===&lt;br /&gt;
&lt;br /&gt;
Download Bluefish-2.0.3.dmg from http://www.bennewitz.com/bluefish/stable/binaries/macosx/, open it and drag the bluefish icon onto Applications.&lt;br /&gt;
&lt;br /&gt;
Version 2.0.3 should work on OSX 10.5 and 10.6. &#039;&#039;&#039;This dmg is reported to crash on OSX Lion!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 (current stable) ===&lt;br /&gt;
download Bluefish-2.0.3-setup.exe from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
This installer needs internet access because it will download gtk library and the spell checking dictionaries for you.&lt;br /&gt;
&lt;br /&gt;
==== Installing without internet access ====&lt;br /&gt;
download Bluefish-2.0.3-tagalong.exe from the main download server&lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
Now download the GTK+ installer (gtk-runtime-2.14.7-rev-a.exe from http://sourceforge.net/projects/pidgin/files/GTK%2B%20for%20Windows/2.14.7%20Rev%20A/gtk-runtime-2.14.7-rev-a.exe/download) and whatever language dictionaries (from http://www.muleslow.net/files/aspell/lang/) you wish to install and&lt;br /&gt;
place them in a directory called &#039;redist&#039; in the same folder as the&lt;br /&gt;
installer.  The tagalong install will fall back on downloading the&lt;br /&gt;
file if it does not exist locally or the checksum of the local file&lt;br /&gt;
does not match the stored value.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows 7 (64 bit) =&lt;br /&gt;
&lt;br /&gt;
Bluefish 2.0.2 on Windows 7 (64 bit) will fail to start with the newest version of GTK+. You have to manually download GTK 2.14.7 from http://sourceforge.net/projects/gtk-win/files/GTK%2B%20Runtime%20Environment/GTK%2B%202.14/gtk2-runtime-2.14.7-2009-01-13-ash.exe/download and install it prior installing Bluefish itself. This will prevent Bluefish installer from donwloading the newest version.&lt;br /&gt;
&lt;br /&gt;
If you already have GTK+ in newer version, you have to uninstall this one, and install version 2.14.7. Otherwise you won&#039;t be able to run Bluefish.&lt;br /&gt;
&lt;br /&gt;
Than download Bluefish-2.0.2-setup.exe from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/ and install it.&lt;br /&gt;
&lt;br /&gt;
Bluefish won&#039;t run with any newer version of GTK+ than 2.14.7, so do not upgrade this library. If it happens, you&#039;ll have to manually downgrade to mentioned version.&lt;/div&gt;</summary>
		<author><name>Elliot iddon</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2352</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2352"/>
		<updated>2011-08-15T10:40:38Z</updated>

		<summary type="html">&lt;p&gt;Elliot iddon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian GNU/Linux =&lt;br /&gt;
&lt;br /&gt;
== Installing 1.0.x (old stable) ==&lt;br /&gt;
&lt;br /&gt;
Use&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
 sudo aptitude install bluefish&lt;br /&gt;
&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
== Installing 2.0 (current stable) ==&lt;br /&gt;
&lt;br /&gt;
Use&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
 sudo aptitude install bluefish&lt;br /&gt;
&lt;br /&gt;
or any other frontend for the package manager such as synaptic or simply &amp;quot;add / remove programs&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The version in Debian Sid is always the latest available, see http://packages.debian.org/sid/bluefish . Debian Lenny and Debian Squeeze users may use the procedures below to get the most recent bluefish version.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) release candidates on Debian Sid and Wheezy ===&lt;br /&gt;
&lt;br /&gt;
This entry is only for Debian Sid/Wheezy users, who want to test the release candidates too. Official bluefish releases are provided via the Debian archive.&lt;br /&gt;
&lt;br /&gt;
Add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian sid main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039; put a snippet into  /etc/apt/sources.list.d/&lt;br /&gt;
 sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_sid.list -N -P /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Debian 6.0 (Squeeze) ===&lt;br /&gt;
&lt;br /&gt;
Add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian squeeze main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039; put a snippet into  /etc/apt/sources.list.d/&lt;br /&gt;
 sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_squeeze.list -N -P /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Debian 5.0 (Lenny) ===&lt;br /&gt;
&lt;br /&gt;
Add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian lenny main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039; put a snippet into  /etc/apt/sources.list.d/&lt;br /&gt;
 sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_lenny.list -N -P /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux =&lt;br /&gt;
&lt;br /&gt;
== Installing 1.0.x (old stable) ==&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
or any other frontend for the package manager such as aptitude, synaptic or simply &amp;quot;add / remove programs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Installing 2.0 on Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
or any other frontend for the package manager such as aptitude, synaptic or simply &amp;quot;add / remove programs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Note, that you only need to use the procedures below, if recent bluefish packages are not provided by the Ubuntu archives. This may be the case for released Ubuntu versions after some time. In this case pick up the instructions for your Ubuntu version from below.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Ubuntu 10.04 or newer ===&lt;br /&gt;
&lt;br /&gt;
add the following line that fits your Ubuntu version to  /etc/apt/sources.list&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] lucid    main restricted universe multiverse&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] maverick main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Ubuntu 9.04 or 9.10 (Jaunty or Karmic) ===&lt;br /&gt;
&lt;br /&gt;
add the following line that fits your Ubuntu version to  /etc/apt/sources.list&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] jaunty   main restricted universe multiverse&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] karmic   main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Ubuntu 8.04 or 8.10 (Hardy or Intrepid) ===&lt;br /&gt;
&lt;br /&gt;
add the following line that fits your Ubuntu version to  /etc/apt/sources.list&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] hardy    main restricted universe multiverse&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] intrepid main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora Linux =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mandriva Linux =&lt;br /&gt;
&lt;br /&gt;
To install bluefish on [http://mandriva.com Mandriva], download the latest rpm from http://www.bennewitz.com/bluefish/stable/binaries/mandriva/&lt;br /&gt;
Then run the rpm by double-clicking on it. It&#039;s that easy. The version for Mandriva 2010.0 x86_64 (i.e. 64 bits) works for Mandriva 2009 Spring x86_64 too.&lt;br /&gt;
&lt;br /&gt;
Or if you are not interested in keeping the download file, you can just click on the above link, click on the latest version, and when the pop-up asks you if you want to download or install, you can just click install.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on AltLinux =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0 ===&lt;br /&gt;
Bluefish can be installed on Alt Linux 3.0, 4.0, 4.1, p5, 5.1 or Sisyphus.&lt;br /&gt;
&lt;br /&gt;
The versions provided by our apt servers are:&amp;lt;br /&amp;gt;&lt;br /&gt;
* Alt Linux 3.0 - 1.0&lt;br /&gt;
* Alt Linux 4.0 - 1.0.5&lt;br /&gt;
* Alt Linux 4.1 - 1.0.7&lt;br /&gt;
* Alt Linux p5  - 1.0.7&lt;br /&gt;
* Alt Linux 5.1 - 1.0.7&lt;br /&gt;
* Alt Linux Sisyphus - 1.0.7&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
To install use:&lt;br /&gt;
 &amp;lt;tt&amp;gt;apt-get install bluefish&amp;lt;/tt&amp;gt;&lt;br /&gt;
or use synaptic or any other package manager.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Alt Linux Sisyphus also provides 1.3.8  &#039;&#039;&#039;(bluefish-unstable)&#039;&#039;&#039;.&lt;br /&gt;
To install do:&lt;br /&gt;
 &amp;lt;tt&amp;gt;apt-get install bluefish-unstable&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.0 (current stable) ===&lt;br /&gt;
Bluefish 2.0.0 currently is not in Alt Linux repos, but will soon appear in Sisyphus.&amp;lt;br /&amp;gt;&lt;br /&gt;
For the moment, to install it you have to:&lt;br /&gt;
&lt;br /&gt;
 wget http://alt.u-nix.eu.org/bluefish/bluefish-2.0.0rc3-alt1.i586.rpm&lt;br /&gt;
 wget http://alt.u-nix.eu.org/bluefish/bluefish-common-2.0.0rc3-alt1.noarch.rpm&lt;br /&gt;
 rpm -i bluefish-common-2.0.0rc3-alt1.noarch.rpm bluefish-2.0.0rc3-alt1.i586.rpm&lt;br /&gt;
&lt;br /&gt;
If you want to build it on your system, just do:&lt;br /&gt;
&lt;br /&gt;
 wget http://alt.u-nix.eu.org/bluefish/bluefish-2.0.0rc3-alt1.src.rpm&lt;br /&gt;
 rpm -i bluefish-2.0.0rc3-alt1.src.rpm&lt;br /&gt;
 cd /usr/src/RPM/SPECS&lt;br /&gt;
 rpmbuild -bb bluefish-2.0.0rc3.spec&lt;br /&gt;
 cd /usr/src/RPM/RPMS/noarch&lt;br /&gt;
 rpm -i bluefish-common-2.0.0rc3-alt1.noarch.rpm&lt;br /&gt;
For i586 do:&lt;br /&gt;
 cd /usr/src/RPM/RPMS/i586&lt;br /&gt;
 rpm -i bluefish-2.0.0rc3-alt1.i586.rpm&lt;br /&gt;
For x86_64 do:&lt;br /&gt;
 cd x86_64&lt;br /&gt;
 rpm -i bluefish-2.0.0rc3-alt1.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
=Installing [http://packages.gentoo.org/package/bluefish Bluefish on Gentoo]=&lt;br /&gt;
&lt;br /&gt;
==Latest Gentoo stable==&lt;br /&gt;
&lt;br /&gt;
 emerge bluefish&lt;br /&gt;
&lt;br /&gt;
==Latest available==&lt;br /&gt;
&lt;br /&gt;
 echo &#039;app-editors/bluefish&#039; &amp;gt;&amp;gt; /etc/portage/package.keywords &amp;amp;&amp;amp; emerge bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Slackware =&lt;br /&gt;
; Kwick n dirty method&lt;br /&gt;
: &amp;lt;tt&amp;gt;$ ./configure &amp;amp;&amp;amp; make&amp;lt;/tt&amp;gt;&lt;br /&gt;
: &amp;lt;tt&amp;gt;# make install&amp;lt;/tt&amp;gt;&lt;br /&gt;
: &#039;&#039;enjoy you are in Slackware ;)&#039;&#039;&lt;br /&gt;
; But please consider to use a Slackbuild: (you know why)&lt;br /&gt;
; Dependencies&lt;br /&gt;
Bluefish compiles fine in slack 3.1 or slack elite, without gvfs. wget is your friend.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 (current stable) ===&lt;br /&gt;
Bluefish needs [http://ftp.gnome.org/pub/GNOME/sources/gvfs/ gvfs] if you want to work with remote files.&lt;br /&gt;
: GVFS is work in progress. In Slackware, you need to have glib 2.18 (Slack 13.0); GSB (2.28.2) uses glib2 2.22.4 and gvfs 1.4.3.&amp;lt;br /&amp;gt;&lt;br /&gt;
Slack 13.37 have glib2-2.28. SBo provide a SlackBuild for [http://slackbuilds.org/repository/13.37/system/gvfs/ gvfs-1.6.7]&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (old stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (current stable) ===&lt;br /&gt;
A binary package is not yet available in OpenSolaris, you have to compile from source, see [[Compiling_Bluefish_from_source]].&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.1 (current stable) Using Macports ===&lt;br /&gt;
Install [http://www.macports.org Macports].&lt;br /&gt;
&lt;br /&gt;
Run from Terminal.app&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tt&amp;gt;sudo port install bluefish&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 (current stable) Native (no X11 needed!) ===&lt;br /&gt;
&lt;br /&gt;
Download Bluefish-2.0.3.dmg from http://www.bennewitz.com/bluefish/stable/binaries/macosx/, open it and drag the bluefish icon onto Applications.&lt;br /&gt;
&lt;br /&gt;
Version 2.0.3 should work on OSX 10.5 and 10.6. &#039;&#039;&#039;This dmg is reported to crash on OSX Lion!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 (current stable) ===&lt;br /&gt;
download Bluefish-2.0.3-setup.exe from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
This installer needs internet access because it will download gtk library and the spell checking dictionaries for you.&lt;br /&gt;
&lt;br /&gt;
==== Installing without internet access ====&lt;br /&gt;
download Bluefish-2.0.3-tagalong.exe from the main download server&lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
Now download the GTK+ installer (gtk-runtime-2.14.7-rev-a.exe from http://sourceforge.net/projects/pidgin/files/GTK%2B%20for%20Windows/2.14.7%20Rev%20A/gtk-runtime-2.14.7-rev-a.exe/download) and whatever language dictionaries (from http://www.muleslow.net/files/aspell/lang/) you wish to install and&lt;br /&gt;
place them in a directory called &#039;redist&#039; in the same folder as the&lt;br /&gt;
installer.  The tagalong install will fall back on downloading the&lt;br /&gt;
file if it does not exist locally or the checksum of the local file&lt;br /&gt;
does not match the stored value.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows 7 (64 bit) =&lt;br /&gt;
&lt;br /&gt;
Bluefish 2.0.2 on Windows 7 (64 bit) will fail to start with the newest version of GTK+. You have to manually download GTK 2.14.7 from http://sourceforge.net/projects/gtk-win/files/GTK%2B%20Runtime%20Environment/GTK%2B%202.14/gtk2-runtime-2.14.7-2009-01-13-ash.exe/download and install it prior installing Bluefish itself. This will prevent Bluefish installer from donwloading the newest version.&lt;br /&gt;
&lt;br /&gt;
If you already have GTK+ in newer version, you have to uninstall this one, and install version 2.14.7. Otherwise you won&#039;t be able to run Bluefish.&lt;br /&gt;
&lt;br /&gt;
Than download Bluefish-2.0.2-setup.exe from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/ and install it.&lt;br /&gt;
&lt;br /&gt;
Bluefish won&#039;t run with any newer version of GTK+ than 2.14.7, so do not upgrade this library. If it happens, you&#039;ll have to manually downgrade to mentioned version.&lt;/div&gt;</summary>
		<author><name>Elliot iddon</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2351</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2351"/>
		<updated>2011-08-15T10:40:22Z</updated>

		<summary type="html">&lt;p&gt;Elliot iddon: /* Installing 2.0.3 (current stable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian GNU/Linux =&lt;br /&gt;
&lt;br /&gt;
== Installing 1.0.x (old stable) ==&lt;br /&gt;
&lt;br /&gt;
Use&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
 sudo aptitude install bluefish&lt;br /&gt;
&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
== Installing 2.0 (current stable) ==&lt;br /&gt;
&lt;br /&gt;
Use&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
 sudo aptitude install bluefish&lt;br /&gt;
&lt;br /&gt;
or any other frontend for the package manager such as synaptic or simply &amp;quot;add / remove programs&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The version in Debian Sid is always the latest available, see http://packages.debian.org/sid/bluefish . Debian Lenny and Debian Squeeze users may use the procedures below to get the most recent bluefish version.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) release candidates on Debian Sid and Wheezy ===&lt;br /&gt;
&lt;br /&gt;
This entry is only for Debian Sid/Wheezy users, who want to test the release candidates too. Official bluefish releases are provided via the Debian archive.&lt;br /&gt;
&lt;br /&gt;
Add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian sid main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039; put a snippet into  /etc/apt/sources.list.d/&lt;br /&gt;
 sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_sid.list -N -P /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Debian 6.0 (Squeeze) ===&lt;br /&gt;
&lt;br /&gt;
Add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian squeeze main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039; put a snippet into  /etc/apt/sources.list.d/&lt;br /&gt;
 sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_squeeze.list -N -P /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Debian 5.0 (Lenny) ===&lt;br /&gt;
&lt;br /&gt;
Add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian lenny main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039; put a snippet into  /etc/apt/sources.list.d/&lt;br /&gt;
 sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_lenny.list -N -P /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux =&lt;br /&gt;
&lt;br /&gt;
== Installing 1.0.x (old stable) ==&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
or any other frontend for the package manager such as aptitude, synaptic or simply &amp;quot;add / remove programs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Installing 2.0 on Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
or any other frontend for the package manager such as aptitude, synaptic or simply &amp;quot;add / remove programs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Note, that you only need to use the procedures below, if recent bluefish packages are not provided by the Ubuntu archives. This may be the case for released Ubuntu versions after some time. In this case pick up the instructions for your Ubuntu version from below.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Ubuntu 10.04 or newer ===&lt;br /&gt;
&lt;br /&gt;
add the following line that fits your Ubuntu version to  /etc/apt/sources.list&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] lucid    main restricted universe multiverse&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] maverick main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Ubuntu 9.04 or 9.10 (Jaunty or Karmic) ===&lt;br /&gt;
&lt;br /&gt;
add the following line that fits your Ubuntu version to  /etc/apt/sources.list&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] jaunty   main restricted universe multiverse&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] karmic   main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 (current stable) on Ubuntu 8.04 or 8.10 (Hardy or Intrepid) ===&lt;br /&gt;
&lt;br /&gt;
add the following line that fits your Ubuntu version to  /etc/apt/sources.list&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] hardy    main restricted universe multiverse&lt;br /&gt;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] intrepid main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Run updates, to pick up the newly available options&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
You may see errors at this point, because you&#039;ve not yet installed the cryptographic key, but that&#039;s OK as you&#039;re about to do that&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 sudo apt-get install wgdd-archive-keyring&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora Linux =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 (current stable) ===&lt;br /&gt;
&lt;br /&gt;
yum install bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mandriva Linux =&lt;br /&gt;
&lt;br /&gt;
To install bluefish on [http://mandriva.com Mandriva], download the latest rpm from http://www.bennewitz.com/bluefish/stable/binaries/mandriva/&lt;br /&gt;
Then run the rpm by double-clicking on it. It&#039;s that easy. The version for Mandriva 2010.0 x86_64 (i.e. 64 bits) works for Mandriva 2009 Spring x86_64 too.&lt;br /&gt;
&lt;br /&gt;
Or if you are not interested in keeping the download file, you can just click on the above link, click on the latest version, and when the pop-up asks you if you want to download or install, you can just click install.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on AltLinux =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0 ===&lt;br /&gt;
Bluefish can be installed on Alt Linux 3.0, 4.0, 4.1, p5, 5.1 or Sisyphus.&lt;br /&gt;
&lt;br /&gt;
The versions provided by our apt servers are:&amp;lt;br /&amp;gt;&lt;br /&gt;
* Alt Linux 3.0 - 1.0&lt;br /&gt;
* Alt Linux 4.0 - 1.0.5&lt;br /&gt;
* Alt Linux 4.1 - 1.0.7&lt;br /&gt;
* Alt Linux p5  - 1.0.7&lt;br /&gt;
* Alt Linux 5.1 - 1.0.7&lt;br /&gt;
* Alt Linux Sisyphus - 1.0.7&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
To install use:&lt;br /&gt;
 &amp;lt;tt&amp;gt;apt-get install bluefish&amp;lt;/tt&amp;gt;&lt;br /&gt;
or use synaptic or any other package manager.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Alt Linux Sisyphus also provides 1.3.8  &#039;&#039;&#039;(bluefish-unstable)&#039;&#039;&#039;.&lt;br /&gt;
To install do:&lt;br /&gt;
 &amp;lt;tt&amp;gt;apt-get install bluefish-unstable&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.0 (current stable) ===&lt;br /&gt;
Bluefish 2.0.0 currently is not in Alt Linux repos, but will soon appear in Sisyphus.&amp;lt;br /&amp;gt;&lt;br /&gt;
For the moment, to install it you have to:&lt;br /&gt;
&lt;br /&gt;
 wget http://alt.u-nix.eu.org/bluefish/bluefish-2.0.0rc3-alt1.i586.rpm&lt;br /&gt;
 wget http://alt.u-nix.eu.org/bluefish/bluefish-common-2.0.0rc3-alt1.noarch.rpm&lt;br /&gt;
 rpm -i bluefish-common-2.0.0rc3-alt1.noarch.rpm bluefish-2.0.0rc3-alt1.i586.rpm&lt;br /&gt;
&lt;br /&gt;
If you want to build it on your system, just do:&lt;br /&gt;
&lt;br /&gt;
 wget http://alt.u-nix.eu.org/bluefish/bluefish-2.0.0rc3-alt1.src.rpm&lt;br /&gt;
 rpm -i bluefish-2.0.0rc3-alt1.src.rpm&lt;br /&gt;
 cd /usr/src/RPM/SPECS&lt;br /&gt;
 rpmbuild -bb bluefish-2.0.0rc3.spec&lt;br /&gt;
 cd /usr/src/RPM/RPMS/noarch&lt;br /&gt;
 rpm -i bluefish-common-2.0.0rc3-alt1.noarch.rpm&lt;br /&gt;
For i586 do:&lt;br /&gt;
 cd /usr/src/RPM/RPMS/i586&lt;br /&gt;
 rpm -i bluefish-2.0.0rc3-alt1.i586.rpm&lt;br /&gt;
For x86_64 do:&lt;br /&gt;
 cd x86_64&lt;br /&gt;
 rpm -i bluefish-2.0.0rc3-alt1.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
=Installing [http://packages.gentoo.org/package/bluefish Bluefish on Gentoo]=&lt;br /&gt;
&lt;br /&gt;
==Latest Gentoo stable==&lt;br /&gt;
&lt;br /&gt;
 emerge bluefish&lt;br /&gt;
&lt;br /&gt;
==Latest available==&lt;br /&gt;
&lt;br /&gt;
 echo &#039;app-editors/bluefish&#039; &amp;gt;&amp;gt; /etc/portage/package.keywords &amp;amp;&amp;amp; emerge bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Slackware =&lt;br /&gt;
; Kwick n dirty method&lt;br /&gt;
: &amp;lt;tt&amp;gt;$ ./configure &amp;amp;&amp;amp; make&amp;lt;/tt&amp;gt;&lt;br /&gt;
: &amp;lt;tt&amp;gt;# make install&amp;lt;/tt&amp;gt;&lt;br /&gt;
: &#039;&#039;enjoy you are in Slackware ;)&#039;&#039;&lt;br /&gt;
; But please consider to use a Slackbuild: (you know why)&lt;br /&gt;
; Dependencies&lt;br /&gt;
Bluefish compiles fine in slack 3.1 or slack elite, without gvfs. wget is your friend.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 (current stable) ===&lt;br /&gt;
Bluefish needs [http://ftp.gnome.org/pub/GNOME/sources/gvfs/ gvfs] if you want to work with remote files.&lt;br /&gt;
: GVFS is work in progress. In Slackware, you need to have glib 2.18 (Slack 13.0); GSB (2.28.2) uses glib2 2.22.4 and gvfs 1.4.3.&amp;lt;br /&amp;gt;&lt;br /&gt;
Slack 13.37 have glib2-2.28. SBo provide a SlackBuild for [http://slackbuilds.org/repository/13.37/system/gvfs/ gvfs-1.6.7]&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (old stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (current stable) ===&lt;br /&gt;
A binary package is not yet available in OpenSolaris, you have to compile from source, see [[Compiling_Bluefish_from_source]].&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.1 (current stable) Using Macports ===&lt;br /&gt;
Install [http://www.macports.org Macports].&lt;br /&gt;
&lt;br /&gt;
Run from Terminal.app&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tt&amp;gt;sudo port install bluefish&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 (current stable) Native (no X11 needed!) ===&lt;br /&gt;
&lt;br /&gt;
Download Bluefish-2.0.3.dmg from http://www.bennewitz.com/bluefish/stable/binaries/macosx/, open it and drag the bluefish icon onto Applications.&lt;br /&gt;
&lt;br /&gt;
Version 2.0.3 should work on OSX 10.5 and 10.6. &#039;&#039;&#039;This dmg is reported to crash on OSX Lion!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.3 (current stable) ===&lt;br /&gt;
download Bluefish-2.0.3-setup.exe from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
This installer needs internet access because it will download gtk library and the spell checking dictionaries for you.&lt;br /&gt;
&lt;br /&gt;
==== Installing without internet access ====&lt;br /&gt;
download Bluefish-2.0.3-tagalong.exe from the main download server&lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
Now download the GTK+ installer (gtk-runtime-2.14.7-rev-a.exe from http://sourceforge.net/projects/pidgin/files/GTK%2B%20for%20Windows/2.14.7%20Rev%20A/gtk-runtime-2.14.7-rev-a.exe/download) and whatever language dictionaries (from http://www.muleslow.net/files/aspell/lang/) you wish to install and&lt;br /&gt;
place them in a directory called &#039;redist&#039; in the same folder as the&lt;br /&gt;
installer.  The tagalong install will fall back on downloading the&lt;br /&gt;
file if it does not exist locally or the checksum of the local file&lt;br /&gt;
does not match the stored value.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows 7 (64 bit) =&lt;br /&gt;
&lt;br /&gt;
Bluefish 2.0.2 on Windows 7 (64 bit) will fail to start with the newest version of GTK+. You have to manually download GTK 2.14.7 from http://sourceforge.net/projects/gtk-win/files/GTK%2B%20Runtime%20Environment/GTK%2B%202.14/gtk2-runtime-2.14.7-2009-01-13-ash.exe/download and install it prior installing Bluefish itself. This will prevent Bluefish installer from donwloading the newest version.&lt;br /&gt;
&lt;br /&gt;
If you already have GTK+ in newer version, you have to uninstall this one, and install version 2.14.7. Otherwise you won&#039;t be able to run Bluefish.&lt;br /&gt;
&lt;br /&gt;
Than download Bluefish-2.0.2-setup.exe from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/ and install it.&lt;br /&gt;
&lt;br /&gt;
Bluefish won&#039;t run with any newer version of GTK+ than 2.14.7, so do not upgrade this library. If it happens, you&#039;ll have to manually downgrade to mentioned version.&lt;/div&gt;</summary>
		<author><name>Elliot iddon</name></author>
	</entry>
</feed>