<?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=PDog</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=PDog"/>
	<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php/Special:Contributions/PDog"/>
	<updated>2026-04-13T12:53:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2497</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2497"/>
		<updated>2014-02-08T08:58:11Z</updated>

		<summary type="html">&lt;p&gt;PDog: Added instructions for installing in openSUSE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian GNU/Linux =&lt;br /&gt;
&lt;br /&gt;
== Installing the release that is part of Debian / Ubuntu / Mint / etc. ==&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;
== Installing the very latest release on Debian ==&lt;br /&gt;
&lt;br /&gt;
=== Installing the very latest release 6.0 (Sid/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 the very latest release 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 the very latest on Ubuntu Linux ==&lt;br /&gt;
&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;
 deb     [http://debian.wgdd.de/debian http://debian.wgdd.de/debian] precise  main restricted universe multiverse&lt;br /&gt;
&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 the version distributed by Fedora ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing the very latest on latest Fedora ===&lt;br /&gt;
&lt;br /&gt;
download the rpm from http://www.bennewitz.com/bluefish/stable/binaries/Fedoraxx/ and run &lt;br /&gt;
&lt;br /&gt;
 rpm -i bluefish-2.2.4-1.fc16.i686.rpm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on openSUSE =&lt;br /&gt;
&lt;br /&gt;
Bluefish is available in the main repository. Launch YaST and search for &amp;quot;bluefish&amp;quot; to find and select the appropriate package to install.&lt;br /&gt;
&lt;br /&gt;
This process is also automated through 1-Click-Install on the openSUSE Build Service: https://software.opensuse.org/package/bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on AltLinux =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Slackware =&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
Download Bluefish-2.2.4.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;
In Mavericks there is a system setting called &#039;&#039;Gatekeeper&#039;&#039; that only allows you to install packages from Apple-identified developers. Bluefish is not distributed through the Apple app store, so you will have to disable that setting. For more information see &lt;br /&gt;
https://kb.wisc.edu/helpdesk/page.php?id=25443 or http://support.apple.com/kb/ht5290&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP or newer =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.2.5 ===&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.  Please note that the internet-enabled setup may fail if the installer is run from a network share.  See below for instructions for internet-less installation.&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.24.8 installer (from the gtk-win project): &lt;br /&gt;
http://downloads.sourceforge.net/gtk-win/gtk2-runtime-2.24.8-2011-12-03-ash.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.5-setup.exe&lt;br /&gt;
 Bluefish\redist\gtk2-runtime-2.24.8-2011-12-03-ash.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;/div&gt;</summary>
		<author><name>PDog</name></author>
	</entry>
</feed>