<?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=Wayne+Sallee</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=Wayne+Sallee"/>
	<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php/Special:Contributions/Wayne_Sallee"/>
	<updated>2026-05-23T18:49:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2438</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2438"/>
		<updated>2011-12-06T20:17:35Z</updated>

		<summary type="html">&lt;p&gt;Wayne Sallee: /* Installing Bluefish on Mandriva 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 on Fedora 16 / i686 ===&lt;br /&gt;
&lt;br /&gt;
download the rpm from http://www.bennewitz.com/bluefish/stable/binaries/Fedora16/ and run &lt;br /&gt;
&lt;br /&gt;
 rpm -i bluefish-2.2.0-2.fc16.i686.rpm&lt;br /&gt;
&lt;br /&gt;
if you have 2.0.3 installed, you might want to remove the 2.0.3 install first.&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.&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 2000/XP/Vista/7 =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.2.0 ===&lt;br /&gt;
Download the latest Bluefish 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 will require internet access to download GTK+ and any spell check dictionaries.  See below for instructions for internet-less installation.&lt;br /&gt;
&lt;br /&gt;
Bluefish requires a minimum of GTK+ 2.14.7 to be installed and in your system path to run.  This version will be installed automatically if it is not found.  Currently the maximum supported version is 2.16.6, if you are using a version higher than this Bluefish will be unable to run (The installer will not check for this.)  See below for instructions if you require multiple GTK+ versions on your system.&lt;br /&gt;
&lt;br /&gt;
==== Installing without Internet Access ====&lt;br /&gt;
Download the latest Bluefish installer from the main download server: &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
Download the GTK+ 2.14.7 installer (from the Pidgin project): &lt;br /&gt;
http://sourceforge.net/projects/pidgin/files/GTK%2B%20for%20Windows/2.14.7%20Rev%20A/gtk-runtime-2.14.7-rev-a.exe/download&lt;br /&gt;
&lt;br /&gt;
Download any language dictionaries you wish to be able to install: &lt;br /&gt;
http://www.muleslow.net/files/aspell/lang/&lt;br /&gt;
&lt;br /&gt;
Place the files in a new directory named &#039;redist&#039; in the same directory as the Bluefish installer.&lt;br /&gt;
e.x.&lt;br /&gt;
 Bluefish\&lt;br /&gt;
 Bluefish\Bluefish-2.2.0-setup.exe&lt;br /&gt;
 Bluefish\redist\gtk-runtime-2.14.7-rev-a.exe&lt;br /&gt;
 Bluefish\redist\aspell6-en-7.1-0.tbz2&lt;br /&gt;
&lt;br /&gt;
The installer will fall back on downloading the files if they are not found in the redist folder, or if the checksum of the local copy is invalid.&lt;br /&gt;
&lt;br /&gt;
==== Installing with a Private GTK+ Installation ====&lt;br /&gt;
Download the latest Bluefish installer from the main download server: &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
Install Bluefish as you normally would.  The current version of the installer will still require an appropriate version of GTK+ to be installed or it will install it automatically (This will be fixed in a future build.)  You can cancel the bundled GTK+ installation if prompted.&lt;br /&gt;
&lt;br /&gt;
Download a GTK+ installer between versions 2.14.7 and 2.16.6 from the gtk-win project: &lt;br /&gt;
http://sourceforge.net/userapps/mediawiki/alex-sh/index.php?title=Downloads&lt;br /&gt;
&lt;br /&gt;
Install GTK+ (If prompted that you have another version installed, &#039;&#039;&#039;&#039;&#039;click cancel to continue&#039;&#039;&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
 [[File:Private_gtk_1.png]]&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;Use these installation settings.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 [[File:Private_gtk_2.png]]&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;Make sure you select your Bluefish installation folder here.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Once installation is complete, Bluefish will not depend on an external GTK+ installation.  This can be useful for mixed GTK+ environments and dependency troubleshooting.&lt;/div&gt;</summary>
		<author><name>Wayne Sallee</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1942</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=1942"/>
		<updated>2010-09-17T14:00:40Z</updated>

		<summary type="html">&lt;p&gt;Wayne Sallee: Added Mandriva Linux&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.0 or 2.0.1 (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;
&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>Wayne Sallee</name></author>
	</entry>
</feed>