Install the Latest Bluefish Editor 2.2.6 in Ubuntu 14.04 / 12.04

Last updated: June 27, 2014

install bluefish in Ubuntu via ppa

This quick tutorial shows you how to install the latest Bluefish editor (2.2.6 so far) in Ubuntu 14.04 / Ubuntu 12.04 and keep it up-to-date via its official PPA.

Bluefish is a free and open source advanced text editor with a variety of tools for programming in general and the development of dynamic websites. It supports development in (among others) HTML, XHTML, CSS, XML, PHP, C, C++, JavaScript, Java, Google Go, Vala, Ada, D, SQL, Perl, ColdFusion, JSP, Python, Ruby and shell.

Bluefish is available in Ubuntu universe repositories, but it’s always a little old. Below is how to add Bluefish’s official PPA repository and receive future updates by running regular Ubuntu updates via Software Updater.

1. Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, paste below command and hit enter. It will add the PPA into your system after typing your password (If you’re asked).

sudo add-apt-repository ppa:klaus-vormweg/bluefish

If you’re running on non-GTK3 environment like simple window managers, use the GTK2 PPA instead:

sudo add-apt-repository ppa:klaus-vormweg/bluefish-gtk2

2. Update the package lists so that you can install the editor from that repository:

sudo apt-get update

3. Finally you can install the latest Bluefish through your package manager, or run:

sudo apt-get install bluefish

If you have a previous version installed, upgrade it through Software Updater after checking for updates:

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

6 responses to Install the Latest Bluefish Editor 2.2.6 in Ubuntu 14.04 / 12.04

  1. Thanks for the suggestion. This solved a perplexing problem. I had Bluefish working for
    quite a while. Then it simply started crashing every time after I performed an update.
    The new version seems to work OK.

  2. Thanks a lot :D

    I had the same problem described by Larry.

  3. Hi, thanks for the post. How do I determine if “ppa:klaus-vormweg/bluefish-gtk2” is necessary?

  4. Augustine John July 8, 2015 at 4:58 am

    still unable to install
    E: Could not get lock /var/lib/apt/lists/lock – open (11: Resource temporarily unavailable)
    E: Unable to lock directory /var/lib/apt/lists/
    E: Could not get lock /var/lib/dpkg/lock – open (11: Resource temporarily unavailable)
    E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

    • You tried to install it from the command line with synaptic or the software manager open. You can only ever run one copy of “apt” at a time…