<?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=Matthias+Haase</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=Matthias+Haase"/>
	<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php/Special:Contributions/Matthias_Haase"/>
	<updated>2026-05-23T18:49:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2424</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2424"/>
		<updated>2011-11-25T19:25:13Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing Bluefish on Fedora Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian GNU/Linux =&lt;br /&gt;
&lt;br /&gt;
== Installing 2.0 ==&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.2 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.2 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 Bluefish on Ubuntu Linux =&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.2 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 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 2.2.0 ===&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 2.0  ===&lt;br /&gt;
Bluefish 2.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;
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;
=== Installing 2.2.0 Native (no X11 needed!) ===&lt;br /&gt;
&lt;br /&gt;
Download Bluefish-2.2.0.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.2.0 should work on OSX 10.5 and 10.6 and OSX Lion 10.7&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 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;
see https://trac.macports.org/browser/trunk/dports/editors/bluefish/Portfile&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.2 Using Fink ===&lt;br /&gt;
&lt;br /&gt;
http://pdb.finkproject.org/pdb/package.php/bluefish&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.2.0 ===&lt;br /&gt;
download Bluefish-2.2.0-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.2.0-setup.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 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.2.0 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.2.0-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>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2423</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2423"/>
		<updated>2011-11-25T19:23:40Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.2.0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian GNU/Linux =&lt;br /&gt;
&lt;br /&gt;
== Installing 2.0 ==&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.2 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.2 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 Bluefish on Ubuntu Linux =&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.2 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 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 2.2.0 ===&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 2.0  ===&lt;br /&gt;
Bluefish 2.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;
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;
=== Installing 2.2.0 Native (no X11 needed!) ===&lt;br /&gt;
&lt;br /&gt;
Download Bluefish-2.2.0.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.2.0 should work on OSX 10.5 and 10.6 and OSX Lion 10.7&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 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;
see https://trac.macports.org/browser/trunk/dports/editors/bluefish/Portfile&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.2 Using Fink ===&lt;br /&gt;
&lt;br /&gt;
http://pdb.finkproject.org/pdb/package.php/bluefish&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.2.0 ===&lt;br /&gt;
download Bluefish-2.2.0-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.2.0-setup.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 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.2.0 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.2.0-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>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1944</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1944"/>
		<updated>2010-09-18T08:31:18Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.0 or 2.0.1 (current stable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian GNU/Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (old stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.0 (current stable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line, that fits your Debian version, 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;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Debian GNU/Linux Sid or Squeeze =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (old stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.0  ===&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;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.1 in Sid (current stable) ===&lt;br /&gt;
version 2.0.1 is now in [http://packages.debian.org/sid/bluefish Debian], run:&lt;br /&gt;
 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;
 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.0 (current stable) on Ubuntu 8.04 ===&lt;br /&gt;
&lt;br /&gt;
Binary packages for 8.04 are not in a repository. Download the packages from:&lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/ubuntu_8.04/&lt;br /&gt;
and install them with &lt;br /&gt;
 sudo dpkg -i bluefish*.deb&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.0 (current stable) on Ubuntu 9.04 or newer ===&lt;br /&gt;
&lt;br /&gt;
add the following line 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;
&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_ubuntu.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;
 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;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
 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.2 (current stable) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository...&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/endurs_repo_i686-release-1.0-9.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from...&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora13/&lt;br /&gt;
...manually and execute: &amp;lt;tt&amp;gt;sudo yum localinstall &amp;lt;path/to/downloaded/bluefish*.rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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. It&#039;s that easy. &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;
&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 depends on Gnome:&lt;br /&gt;
: consider to install some &#039;&#039;gnome minimal&#039;&#039;.&lt;br /&gt;
: Have a look at dependencies file at third party slackbuilders,&lt;br /&gt;
: have a look at ./configure issues.&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.1 (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;
&lt;br /&gt;
You can use your bluefish.SlackBuild 1.0 for Bluefish 2.&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.1 (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.2 (current stable) Native (no X11 needed!) ===&lt;br /&gt;
&lt;br /&gt;
Download Bluefish-2.0.2.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;
There are some reports that this only works on OSX 10.6 and not on older versions.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.1 (current stable) ===&lt;br /&gt;
download Bluefish-2.0.1-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.1-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;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1828</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1828"/>
		<updated>2010-07-09T17:19:42Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing {{bfcurrent}} (current stable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InstallingMenu}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing Bluefish on Debian GNU/Linux 5.0 (Lenny) ==&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (old stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing {{bfcurrent}} (current stable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line, that fits your Debian version, 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;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
== Installing Bluefish on Debian GNU/Linux Sid or Squeeze ==&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (old stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing {{bfcurrent}} (current stable) ===&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;
Then install the repository cryptographic key and Bluefish:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
 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;
 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 {{bfcurrent}} (current stable) on Ubuntu 8.04 ===&lt;br /&gt;
&lt;br /&gt;
Binary packages for 8.04 are not in a repository. Download the packages from:&lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/ubuntu_8.04/&lt;br /&gt;
and install them with &lt;br /&gt;
 sudo dpkg -i bluefish*.deb&lt;br /&gt;
&lt;br /&gt;
=== Installing {{bfcurrent}} (current stable) on Ubuntu 9.04 or newer ===&lt;br /&gt;
&lt;br /&gt;
add the following line 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;
&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_ubuntu.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;
 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;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
 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 {{bfcurrent}} (current stable) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository...&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/endurs_repo_i686-release-1.0-9.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from...&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora13/&lt;br /&gt;
...manually and execute: &amp;lt;tt&amp;gt;sudo yum localinstall &amp;lt;path/to/downloaded/bluefish*.rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 {{bfcurrent}} (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 Bluefish on Gentoo ==&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (old stable) ===&lt;br /&gt;
&lt;br /&gt;
run &lt;br /&gt;
 emerge bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing {{bfcurrent}} (current stable) ===&lt;br /&gt;
&lt;br /&gt;
it is at this moment unknown when 2.0.0 will hit Gentoo. Probably this won&#039;t take long.&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 depends on Gnome:&lt;br /&gt;
: consider to install some &#039;&#039;gnome minimal&#039;&#039;.&lt;br /&gt;
: Have a look at dependencies file at third party slackbuilders,&lt;br /&gt;
: have a look at ./configure issues.&lt;br /&gt;
&lt;br /&gt;
=== Installing {{bfcurrent}} (current stable) ===&lt;br /&gt;
Bluefish depends now on [http://ftp.gnome.org/pub/GNOME/sources/gvfs/ gvfs]  if you want to trade with remote files.&lt;br /&gt;
: GVFS is work in progress, you need almost to have glib 2.18 (Slack 13.0) to hope it works; GSB (2.28.2) use glib2 2.22.4 and gvfs 1.4.3.&amp;lt;br /&amp;gt;&lt;br /&gt;
: If you know how to use any ftp client you do not realy need gvfs! &lt;br /&gt;
You can use your bluefish.SlackBuild 1.0 for Bluefish 2.&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 {{bfcurrent}} (current stable) ===&lt;br /&gt;
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 {{bfcurrent}} (current stable) ===&lt;br /&gt;
==== 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;
==== Native ====&lt;br /&gt;
Download the .dmg file , open it and drag the bluefish icon onto Applications&lt;br /&gt;
&lt;br /&gt;
== Installing Bluefish on Windows XP/Vista/7 (32 bit) ==&lt;br /&gt;
&lt;br /&gt;
=== Installing {{bfcurrent}} (current stable) ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1373</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1373"/>
		<updated>2010-01-30T18:32:09Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x (Release Candidate and Release) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate and Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository...&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/endurs_repo_i686-release-1.0-9.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from...&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora12/&lt;br /&gt;
...manually and execute: &amp;lt;tt&amp;gt;sudo yum localinstall &amp;lt;path/to/downloaded/bluefish*.rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1372</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1372"/>
		<updated>2010-01-30T18:31:26Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x (Release Candidate and Release) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate and Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/endurs_repo_i686-release-1.0-9.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from...&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora12/&lt;br /&gt;
...manually and execute: &amp;lt;tt&amp;gt;sudo yum localinstall &amp;lt;path/to/downloaded/bluefish*.rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1371</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1371"/>
		<updated>2010-01-30T18:30:37Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x (Release Candidate and Release) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate and Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/endurs_repo_i686-release-1.0-9.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from...&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora12/&lt;br /&gt;
...manually and execute: &amp;lt;tt&amp;gt;sudo yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1370</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1370"/>
		<updated>2010-01-30T18:29:09Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x (Release Candidate and Release) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate and Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/endurs_repo_i686-release-1.0-9.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora12/&lt;br /&gt;
manually and execute: &amp;lt;tt&amp;gt;sudo yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1369</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1369"/>
		<updated>2010-01-30T18:28:29Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x (Release Candidate and Release) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate and Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/endurs_repo_i686-release-1.0-9.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora12/&lt;br /&gt;
manually and execute: &amp;lt;tt&amp;gt;sudo yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1368</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1368"/>
		<updated>2010-01-30T18:26:33Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x (Release Candidate and Release) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate and Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/&lt;br /&gt;
Grab and install endurs_repo_i686-release-1.0-9.noarch.rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora12/&lt;br /&gt;
manually and execute: &amp;lt;tt&amp;gt;sudo yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1367</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1367"/>
		<updated>2010-01-30T18:25:53Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x (Release Candidate and Release) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate and Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/&lt;br /&gt;
Grab and install endurs_repo_i686-release-1.0-9.noarch.rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora12/&lt;br /&gt;
manually and execute: &amp;lt;tt&amp;gt;$ yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1366</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1366"/>
		<updated>2010-01-30T18:25:12Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x (Release Candidate and Release) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate and Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/&lt;br /&gt;
Grab and install endurs_repo_i686-release-1.0-9.noarch.rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora12/    manually and execute: &lt;br /&gt;
 &amp;lt;tt&amp;gt;$ yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1365</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1365"/>
		<updated>2010-01-30T18:24:36Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x (Release Candidate and Release) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate and Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/    Grab and install&lt;br /&gt;
 endurs_repo_i686-release-1.0-9.noarch.rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora12/    manually and execute: &lt;br /&gt;
 &amp;lt;tt&amp;gt;$ yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1364</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1364"/>
		<updated>2010-01-30T18:22:32Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x (Release Candidate / Release) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate and Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/    Grab and install endurs_repo_i686-release-1.0-9.noarch.rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora12/    manually and execute: &lt;br /&gt;
 &amp;lt;tt&amp;gt;$ yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1363</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1363"/>
		<updated>2010-01-30T18:20:31Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x (Release Candidate / Release) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate and Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/    Grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora12/    manually and execute: &lt;br /&gt;
 &amp;lt;tt&amp;gt;$ yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1362</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1362"/>
		<updated>2010-01-30T18:17:17Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x (Release Candidate / Release) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate / Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/    Grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/fedora12/    manually and execute: &lt;br /&gt;
 &amp;lt;tt&amp;gt;$ yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1361</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1361"/>
		<updated>2010-01-30T18:16:17Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x (Release Candidate / Release) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate / Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/    Grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/stable/binaries/    manually and execute: &lt;br /&gt;
 &amp;lt;tt&amp;gt;$ yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1360</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1360"/>
		<updated>2010-01-30T18:15:14Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0.x */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x (Release Candidate / Release) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/    Grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/devel/binaries/    manually and execute: &lt;br /&gt;
 &amp;lt;tt&amp;gt;$ yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1359</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1359"/>
		<updated>2010-01-30T18:13:36Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 2.0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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.x ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/    Grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/devel/binaries/    manually and execute: &lt;br /&gt;
 &amp;lt;tt&amp;gt;$ yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1358</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1358"/>
		<updated>2010-01-30T18:13:09Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 1.0.x (current stable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&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 ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/    Grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/devel/binaries/    manually and execute: &lt;br /&gt;
 &amp;lt;tt&amp;gt;$ yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1357</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1357"/>
		<updated>2010-01-30T18:12:30Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 1.3.x (unstable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/debian&amp;lt;/nowiki&amp;gt; stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu Linux (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 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 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     &amp;lt;nowiki&amp;gt;http://debian.wgdd.de/ubuntu jaunty&amp;lt;/nowiki&amp;gt; main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora Linux =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on:&lt;br /&gt;
&lt;br /&gt;
 http://www.bennewitz.com/rpms/    Grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from:&lt;br /&gt;
 http://www.bennewitz.com/bluefish/devel/binaries/    manually and execute: &lt;br /&gt;
 &amp;lt;tt&amp;gt;$ yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&amp;lt;/tt&amp;gt;.&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 ===&lt;br /&gt;
Bluefish 2.0.0-rc3 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 Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x ( Stable ) ===&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;
&lt;br /&gt;
=== Installing 2.0.x ( Release Candidate ) ===&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-devel&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP/Vista/7 (32 bit) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0 ===&lt;br /&gt;
download the installer from the main download server &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer needs internet access because it will download gtk and spell checking dictionaries for you.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=664</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=664"/>
		<updated>2009-11-19T11:27:21Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 1.3.x (unstable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
 add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/ubuntu jaunty main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
To get latest updates use the provided yum enabled repository on &lt;br /&gt;
&lt;br /&gt;
 [http://www.bennewitz.com/rpms/]    Grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from&lt;br /&gt;
 [http://www.bennewitz.com/bluefish/devel/binaries/]    manually and execute yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=661</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=661"/>
		<updated>2009-11-18T13:28:39Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 1.3.x (unstable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
 add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/ubuntu jaunty main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
to get latest updates use the provided yum enabled repository on &lt;br /&gt;
&lt;br /&gt;
 [http://www.bennewitz.com/rpms/]    Grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from&lt;br /&gt;
 [http://www.bennewitz.com/bluefish/devel/binaries/]    manually and execute yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=660</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=660"/>
		<updated>2009-11-18T13:27:59Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 1.3.x (unstable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
 add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/ubuntu jaunty main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
to get latest updates use the provided yum enabled repository on &lt;br /&gt;
&lt;br /&gt;
 [http://www.bennewitz.com/rpms/]    Grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from&lt;br /&gt;
 [http://www.bennewitz.com/bluefish/devel/binaries/]    manually and execute yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&lt;br /&gt;
         to resolve required dependencies online.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=659</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=659"/>
		<updated>2009-11-18T13:27:01Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 1.3.x (unstable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
 add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/ubuntu jaunty main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
to get latest updates use the provided yum enabled repository on &lt;br /&gt;
&lt;br /&gt;
 [http://www.bennewitz.com/rpms/]    Grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from&lt;br /&gt;
 [http://www.bennewitz.com/bluefish/devel/binaries/]    manually and execute yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&lt;br /&gt;
 to resolve required dependencies online.&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=658</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=658"/>
		<updated>2009-11-18T13:22:16Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 1.3.x (unstable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
 add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/ubuntu jaunty main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
to get latest updates use the provided yum enabled repository on &lt;br /&gt;
&lt;br /&gt;
 [http://www.bennewitz.com/rpms/]    Grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from&lt;br /&gt;
 [http://www.bennewitz.com/bluefish/devel/binaries/]    manually and do yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=657</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=657"/>
		<updated>2009-11-18T13:17:22Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
 add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/ubuntu jaunty main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
to get latest updates use the provided yum enabled repository on &lt;br /&gt;
&lt;br /&gt;
 [http://www.bennewitz.com/rpms/] Grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
As an alternative solution you can download the rpm from&lt;br /&gt;
 [http://www.bennewitz.com/bluefish/devel/binaries/] manually and do yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=656</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=656"/>
		<updated>2009-11-18T13:08:59Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 1.3.x (unstable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
 add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/ubuntu jaunty main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
to get latest updates use the provided yum enabled repository on &lt;br /&gt;
&lt;br /&gt;
[http://www.bennewitz.com/rpms/]&lt;br /&gt;
&lt;br /&gt;
grab and install your matching release rpm from there.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Alternative you can download the rpm from [http://www.bennewitz.com/bluefish/devel/binaries/]&lt;br /&gt;
manually and do&lt;br /&gt;
&lt;br /&gt;
 yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=655</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=655"/>
		<updated>2009-11-18T13:06:47Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 1.3.x (unstable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
 add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/ubuntu jaunty main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
to get latest updates use the provided yum enabled repository on &lt;br /&gt;
&lt;br /&gt;
[http://www.bennewitz.com/rpms/]&lt;br /&gt;
&lt;br /&gt;
grab and install your matching release rpm from there&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
download the rpm from [http://www.bennewitz.com/bluefish/devel/binaries/]&lt;br /&gt;
manually and do&lt;br /&gt;
&lt;br /&gt;
 yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=654</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=654"/>
		<updated>2009-11-18T13:02:09Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 1.3.x (unstable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
 add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/ubuntu jaunty main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
to get latest updates use the provided yum enabled repository on &lt;br /&gt;
&lt;br /&gt;
http://www.bennewitz.com/rpms/&lt;br /&gt;
&lt;br /&gt;
grab and install your matching release rpm from there&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
download the rpm from http://www.bennewitz.com/bluefish/devel/binaries/&lt;br /&gt;
manually and do&lt;br /&gt;
&lt;br /&gt;
 yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=653</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=653"/>
		<updated>2009-11-18T13:00:26Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 1.3.x (unstable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
 add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/ubuntu jaunty main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
to get latest updates use the provided yum enabled repository on &lt;br /&gt;
&lt;br /&gt;
http://www.bennewitz.com/rpms/&lt;br /&gt;
&lt;br /&gt;
grab and install your matching release rpm from there&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
download the rpm from http://www.bennewitz.com/bluefish/devel/binaries/&lt;br /&gt;
manually and do&lt;br /&gt;
 yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=652</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=652"/>
		<updated>2009-11-18T08:56:45Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 1.3.x (unstable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
 add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/ubuntu jaunty main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
download the rpm from http://www.bennewitz.com/bluefish/devel/binaries/&lt;br /&gt;
&lt;br /&gt;
 yum localinstall &amp;lt;path/to/downloaded/rpm&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=651</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=651"/>
		<updated>2009-11-18T08:55:27Z</updated>

		<summary type="html">&lt;p&gt;Matthias Haase: /* Installing 1.3.x (unstable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian Linux 5.0 (Lenny) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
use&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
 aptitude install bluefish&lt;br /&gt;
or synaptic or any other package manager&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Ubuntu (8.04 and newer) =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
 add the following line to  /etc/apt/sources.list&lt;br /&gt;
 deb     http://debian.wgdd.de/ubuntu jaunty main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then install the repository cryptographic key:&lt;br /&gt;
 apt-get install wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.0.x (not yet released) ===&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.3.x (unstable) ===&lt;br /&gt;
&lt;br /&gt;
download the rpm from http://www.bennewitz.com/bluefish/devel/binaries/&lt;br /&gt;
&lt;br /&gt;
 yum localinstall &amp;lt;path_to_downloaded rpm&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on OpenSolaris =&lt;br /&gt;
&lt;br /&gt;
=== Installing 1.0.x (current stable) ===&lt;br /&gt;
search for bluefish in the package manager, select and click apply.&lt;/div&gt;</summary>
		<author><name>Matthias Haase</name></author>
	</entry>
</feed>