Installing Bluefish
Installing Bluefish on Debian GNU/Linux
Installing 2.0
Use
sudo apt-get install bluefish sudo aptitude install bluefish
or any other frontend for the package manager such as synaptic or simply "add / remove programs".
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.
Installing 2.2.* on Debian Sid and Wheezy
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.
Add the following line to /etc/apt/sources.list
deb http://debian.wgdd.de/debian sid main contrib non-free
or put a snippet into /etc/apt/sources.list.d/
sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_sid.list -N -P /etc/apt/sources.list.d
Run updates, to pick up the newly available options
sudo apt-get update
You may see errors at this point, because you've not yet installed the cryptographic key, but that's OK as you're about to do that
Then install the repository cryptographic key and Bluefish:
sudo apt-get install wgdd-archive-keyring sudo apt-get install bluefish
Installing 2.2 on Debian 6.0 (Squeeze)
Add the following line to /etc/apt/sources.list
deb http://debian.wgdd.de/debian squeeze main contrib non-free
or put a snippet into /etc/apt/sources.list.d/
sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_squeeze.list -N -P /etc/apt/sources.list.d
Run updates, to pick up the newly available options
sudo apt-get update
You may see errors at this point, because you've not yet installed the cryptographic key, but that's OK as you're about to do that
Then install the repository cryptographic key and Bluefish:
sudo apt-get install wgdd-archive-keyring sudo apt-get install bluefish
Installing Bluefish on Ubuntu Linux
Installing The Ubuntu provided package
sudo apt-get install bluefish
or any other frontend for the package manager such as aptitude, synaptic or simply "add / remove programs"
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.
Installing the very latest version on Ubuntu 10.04 or newer
add the following line that fits your Ubuntu version to /etc/apt/sources.list
deb http://debian.wgdd.de/ubuntu lucid main restricted universe multiverse deb http://debian.wgdd.de/ubuntu maverick main restricted universe multiverse
Run updates, to pick up the newly available options
sudo apt-get update
You may see errors at this point, because you've not yet installed the cryptographic key, but that's OK as you're about to do that
Then install the repository cryptographic key and Bluefish:
sudo apt-get install wgdd-archive-keyring sudo apt-get install bluefish
Installing the very latest version on Ubuntu 12.04 or newer
add the following line to /etc/apt/sources.list
deb http://debian.wgdd.de/debian precise main restricted universe multiverse
Run updates, to pick up the newly available options
sudo apt-get update
You may see errors at this point, because you've not yet installed the cryptographic key, but that's OK as you're about to do that
Then install the repository cryptographic key and Bluefish:
sudo apt-get install wgdd-archive-keyring sudo apt-get install bluefish
Installing Bluefish on Fedora Linux
Installing the Fedora provided package
yum install bluefish
Installing 2.2.4 on Fedora 18 / i686
download the rpm from http://www.bennewitz.com/bluefish/stable/binaries/Fedora18/ and run
rpm -i bluefish-2.2.4-3.fc18.i686.rpm
if you have a Fedora provided Bluefish package installed, you might want to remove this version first.
Installing Bluefish on Mandriva Linux
To install bluefish on Mandriva, download the latest rpm from http://www.bennewitz.com/bluefish/stable/binaries/mandriva/ Then run the rpm by double-clicking on it.
Installing Bluefish on AltLinux
Installing 2.0
Bluefish 2.0 currently is not in Alt Linux repos, but will soon appear in Sisyphus.
For the moment, to install it you have to:
wget http://alt.u-nix.eu.org/bluefish/bluefish-2.0.0rc3-alt1.i586.rpm wget http://alt.u-nix.eu.org/bluefish/bluefish-common-2.0.0rc3-alt1.noarch.rpm rpm -i bluefish-common-2.0.0rc3-alt1.noarch.rpm bluefish-2.0.0rc3-alt1.i586.rpm
If you want to build it on your system, just do:
wget http://alt.u-nix.eu.org/bluefish/bluefish-2.0.0rc3-alt1.src.rpm rpm -i bluefish-2.0.0rc3-alt1.src.rpm cd /usr/src/RPM/SPECS rpmbuild -bb bluefish-2.0.0rc3.spec cd /usr/src/RPM/RPMS/noarch rpm -i bluefish-common-2.0.0rc3-alt1.noarch.rpm
For i586 do:
cd /usr/src/RPM/RPMS/i586 rpm -i bluefish-2.0.0rc3-alt1.i586.rpm
For x86_64 do:
cd x86_64 rpm -i bluefish-2.0.0rc3-alt1.x86_64.rpm
Installing Bluefish on OpenSuse
A 1-click install for Opensuse 12.1 can be found on http://software.opensuse.org/ymp/editors/openSUSE_12.1/bluefish.ymp?base=openSUSE%3A12.1&query=bluefish
Installing Bluefish on Gentoo
Latest Gentoo stable
emerge bluefish
Latest available
echo 'app-editors/bluefish' >> /etc/portage/package.keywords && emerge bluefish
Installing Bluefish on Slackware
bluefish-2.2.4
- Slackers.it bluefish-2.2.4 for current (x86 and x86_64)
- SlackBuilds.org: 2.2.3 14.0 Slackbuild (x86 and x86_64)
- Slacky: 2.2.3 14.0 Slackbuild x86
- to compile 2.2.4 you can use any of these Slackbuilds, just change the version number.
- get the 2.2.3 source: http://www.bennewitz.com/bluefish/stable/source/bluefish-2.2.3.tar.bz2
Installing Bluefish on OpenSolaris
A binary package is not yet available in OpenSolaris, you have to compile from source, see Compiling_Bluefish_from_source.
Installing Bluefish on Mac OS X
Installing 2.2.* Native (no X11 needed!)
Download Bluefish-2.2.*.dmg from http://www.bennewitz.com/bluefish/stable/binaries/macosx/, open it and drag the bluefish icon onto Applications.
Version 2.2.* should work on OSX 10.5 and 10.6 and OSX Lion 10.7
Installing 2.0 Using Macports
Install Macports.
Run from Terminal.app
sudo port install bluefish
see https://trac.macports.org/browser/trunk/dports/editors/bluefish/Portfile
Installing 2.2 Using Fink
http://pdb.finkproject.org/pdb/package.php/bluefish
Installing Bluefish on Windows
Installing 2.2.* (Windows XP and newer)
Download the latest Bluefish installer from the main download server: http://www.bennewitz.com/bluefish/stable/binaries/win32/
The installer will require internet access to download GTK+ and any spell check dictionaries. See below for instructions for internet-less installation.
Bluefish 2.2.1 and newer install with a private copy of GTK+ 2.24.8, as a result it no longer depends on an external installation. If you are upgrading and have an older version of GTK+ installed only for use with Bluefish, you can now safely remove it.
Installing 2.2.1 (Windows 2000)
Download the latest Bluefish installer from the main download server: http://www.bennewitz.com/bluefish/stable/binaries/win32/
The installer will require internet access to download GTK+ and any spell check dictionaries. See below for instructions for internet-less installation.
This installer is build GTK+ 2.14.7 and installs the same as the other pre-2.2.1 installers. It is provided primarily for Windows 2000 support, however, it will still work with newer versions of Windows. It should only be used if you actually need it, otherwise please use the standard installer.
The classic installer requires a minimum of GTK+ 2.14.7 to be installed and in your system path for Bluefish 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. The installer will be updated to use a private GTK+ 2.16.6 installation in a future release.
Installing with a Private GTK+ Installation
These instructions are only application for the -classic installer and pre-2.2.0 releases of Bluefish.
Download the latest Bluefish installer from the main download server: http://www.bennewitz.com/bluefish/stable/binaries/win32/
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.
Download a GTK+ installer between versions 2.14.7 and 2.16.6 from the gtk-win project: http://sourceforge.net/userapps/mediawiki/alex-sh/index.php?title=Downloads
Install GTK+ (If prompted that you have another version installed, click cancel to continue.)
Use these installation settings.
Make sure you select your Bluefish installation folder here.
Once installation is complete, Bluefish will not depend on an external GTK+ installation. This can be useful for mixed GTK+ environments and dependency troubleshooting.
Installing on Windows without Internet Access
Download the latest Bluefish installer from the main download server: http://www.bennewitz.com/bluefish/stable/binaries/win32/
Download the GTK+ 2.24.8 installer (from the gtk-win project): http://downloads.sourceforge.net/project/gtk-win/GTK%2B%20Runtime%20Environment/GTK%2B%202.24/gtk2-runtime-2.24.8-2011-12-03-ash.exe
..or..
Download the GTK+ 2.14.7 installer for the -classic installer (from the Pidgin project): http://sourceforge.net/projects/pidgin/files/GTK%2B%20for%20Windows/2.14.7%20Rev%20A/gtk-runtime-2.14.7-rev-a.exe/download
Download any language dictionaries you wish to be able to install: http://www.muleslow.net/files/aspell/lang/
Place the files in a new directory named 'redist' in the same directory as the Bluefish installer. e.x.
Bluefish\ Bluefish\Bluefish-2.2.1-setup.exe Bluefish\redist\gtk2-runtime-2.24.8-2011-12-03-ash.exe Bluefish\redist\aspell6-en-7.1-0.tbz2
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.

