Thanks to ttomas and bee.
I used synaptic to remove Lazarus 1.4.4
Downloaded Lazarus 1.6rc2 and installed as bee instructed.
The install looks OK to me, here is the output:
glen@backend1:~/Downloads$ sudo dpkg -i fpc-src_3.0.0-151205_amd64.deb
[sudo] password for glen:
Sorry, try again.
[sudo] password for glen:
Selecting previously unselected package fpc-src.
(Reading database ... 270173 files and directories currently installed.)
Preparing to unpack fpc-src_3.0.0-151205_amd64.deb ...
Unpacking fpc-src (3.0.0) ...
Setting up fpc-src (3.0.0) ...
glen@backend1:~/Downloads$ sudo dpkg -i fpc_3.0.0-151205_amd64.deb
Selecting previously unselected package fpc.
(Reading database ... 287041 files and directories currently installed.)
Preparing to unpack fpc_3.0.0-151205_amd64.deb ...
Unpacking fpc (3.0.0) ...
Setting up fpc (3.0.0) ...
Running on linux
Write permission in /etc.
Writing sample configuration file to /etc/fpc.cfg
Saved old "fpc.cfg" to "fpc.bak"
Writing sample configuration file to /usr/lib/fpc/3.0.0/ide/text/fp.cfg
Writing sample configuration file to /usr/lib/fpc/3.0.0/ide/text/fp.ini
Writing sample configuration file to /etc/fppkg.cfg
Saved old "fppkg.cfg" to "fppkg.bak"
Writing sample configuration file to /etc/fppkg/default
Saved old "default" to "default.bak"
glen@backend1:~/Downloads$ sudo dpkg -i lazarus_1.6RC2-0_amd64.deb
Selecting previously unselected package lazarus.
(Reading database ... 289783 files and directories currently installed.)
Preparing to unpack lazarus_1.6RC2-0_amd64.deb ...
Unpacking lazarus (1.6RC2) ...
Setting up lazarus (1.6RC2) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for shared-mime-info (1.2-0ubuntu3) ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
glen@backend1:~/Downloads$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
glen@backend1:~/Downloads$
I did not understand "open the unity and search for Lazarus. Click to run it" I used the Applications menu on my 14.04 system.
When I started Lazarus the same things happened.
It expects to find data in /usr/lib/lazarus and when I enter /usr/share/lazarus/1.6RC2 it gives the warning "directory ideintf not found"
The names are different but the errors are the same!
Cheers
Glen