How to Install BlueFish On Popos

To Install BlueFish on Popos

Bluefish is a free and open source software that text editor with a variety of tools for programming and development of dynamic websites. It supports HTML, XHTML, CSS, XML, PHP, C, C++, JavaScript, Java, Ada, D, SQL, etc. It can be also used via integration with GNOME or as a standalone application. The method to install Bluefish on PopOS is covered in this tutorial.

Installation
First, you need to update the repository in the machine.

root@linuxhelp:~# apt-get update
Hit:1 http://ppa.launchpad.net/system76/pop/ubuntu artful InRelease
Hit:2 http://security.ubuntu.com/ubuntu artful-security InRelease         
Hit:3 http://us.archive.ubuntu.com/ubuntu artful InRelease                
Hit:4 http://ppa.launchpad.net/ubuntuhandbook1/pragha/ubuntu artful InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu artful-updates InRelease      
Hit:6 http://us.archive.ubuntu.com/ubuntu artful-backports InRelease
Reading package lists... Done

And then, install bluefish using the following command.

root@linuxhelp:~# apt-get install bluefish &ndash y
Reading package lists... Done
Building dependency tree      
Reading state information... Done

The following additional packages will be installed:

  bluefish-data bluefish-plugins

Suggested packages:

  csstidy dos2unix libxml2-utils php-codesniffer pylint tidy weblint-perl
  | weblint

The following NEW packages will be installed:

  bluefish bluefish-data bluefish-plugins
0 upgraded, 3 newly installed, 0 to remove and 166 not upgraded.
Need to get 2,827 kB of archives.

After this operation, 9,942 kB of additional disk space will be used.

Get:1 http://us.archive.ubuntu.com/ubuntu artful/universe amd64 bluefish-data all 2.2.9-1 [2,382 kB]
.
.
.
Processing triggers for shared-mime-info (1.8-1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu5) ...
Processing triggers for hicolor-icon-theme (0.17-1) ...
Setting up bluefish (2.2.9-1) ...

After installation, you can access the application from the menu as follows.


With this, the method to install BlueFish On Popos comes to an end.

FAQ
Q
How to download the Bluefish application?
A
For download, the Bluefish source, use the following link as given below "http://bluefish.openoffice.nl/download.html"
Q
What is the requirement to use the Bluefish application?
A
Bluefish aims to be portable; that is, wherever GTK is ported. A comparatively small set of external libraries are necessary for it to work. Any recent GNU/Linux distribution or other *NIX with GTK2 installed should be sufficient. In addition to the list of requirements below, you may also want to look at Section 3, “System Specific Installation Issues”. Note that these requirements fit the GTK2 version. If you only have GTK1, you want the last GTK1-version, v0.7.

The main requirements:

gtk v2.0

libpcre

Optional requirements:

gnome_vfs - for remote file support

libaspell - spell checker

grep & find - used by the File → Open advanced... (Shift-Ctrl-O) dialog.

Compiling Bluefish requires a few additional packages. However, binary packages exist for many platforms, so it is likely you will not need to compile. Now, let us assume you want to compile, perhaps to get the latest and greatest from CVS. The requirements are as follows:

Development files (header files, etc) for the packages above. These are often distributed as separate packages. There is also a high probability you have these installed already.

gcc - Bluefish has been tested to compile on the 2.95, 3.x, and 4.0.x branches.

gmake or BSD make

autoconf - only if you are going to compile from CVS

gtk v2.4 at least - only if you are going to compile from CVS

gnome_vfs 2.6 - only if you are going to compile from CVS

libxml 2.0 - only if you are going to compile from CVS
Q
How to add a file type in Bluefish editor?
A
Click on the Preferences... an icon in the main toolbar to access the Edit preferences panel.



Click on the Filetypes tab to display the Filetypes panel.
Q
How to modify the file types in Bluefish editor?
A
whether this file type is editable by Bluefish (whether or not Bluefish should try to open it after a double-click).

A regular expression that can be used to detect the file type if a file without the extension is loaded.
Q
how to open the installed package of bluefish in Debian?
A
Once the package has been installed, open the activities window and type the Bluefish package name. Click on the icon to run the application.