Thanks for that.
...but something really funky's going on. Firstly I do the following:
Code:
root@bt:~# apt-get install kcalc-kde3
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
kcalc-kde3
0 upgraded, 1 newly installed, 0 to remove and 139 not upgraded.
Need to get 0B/202kB of archives.
After this operation, 754kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
kcalc-kde3
Install these packages without verification [y/N]? y
Selecting previously deselected package kcalc-kde3.
(Reading database ... 130776 files and directories currently installed.)
Unpacking kcalc-kde3 (from .../kcalc-kde3_4%3a3.5.10-0ubuntu1~intrepid4_i386.deb ) ...
Processing triggers for menu ...
Processing triggers for man-db ...
Setting up kcalc-kde3 (4:3.5.10-0ubuntu1~intrepid4) ...
Processing triggers for menu ...
root@bt:~#
OK so that appeared to work fine.
Next I do the following:
Code:
root@bt:~# kcalc &
[1] 6474
root@bt:~# The program 'kcalc' is currently not installed. You can install it by typing:
apt-get install kcalc
bash: kcalc: command not found
So of course, my next thought is to do:
...at which point the terminal abruptly disappears without a trace. So I open a new terminal and type kcalc-kde3 again, but again the terminal disappears. I try it a third time and get this:
Code:
root@bt:~# kcalc-kde3 &
[1] 6504
root@bt:~# bash: kcalc-kde3: command not found
[1]+ Exit 127 kcalc-kde3
root@bt:~#
So then as a last resort I do the both of these and get no response:
Code:
root@bt:~# which kcalc
root@bt:~# which kcalc-kde3
root@bt:~#
As a last resort, I navigate to /usr/kde3/bin, but kcalc is nowhere to be found.
(I'm writing all this just to let you know there's a problem... if I really wanted kcalc so badly I'd just whip the exectuable file from somewhere)