I did some digging around on the forum and found the following command which resulted in this:
The programs included with the Debian GNU/Linux system are free software;
pi@raspberrypi /var/cache/apt/archives $ sudo dpkg -i *.deb
Selecting previously unselected package openbsd-inetd.
(Reading database ... 68746 files and directories currently installed.)
Unpacking openbsd-inetd (from openbsd-inetd_0.20091229-2_armhf.deb) ...
Setting up openbsd-inetd (0.20091229-2) ...
[ ok ] Stopping internet superserver: inetd.
insserv: warning: script 'mathkernel' missing LSB tags and overrides
[info] Not starting internet superserver: no services enabled.
Processing triggers for man-db ...
pi@raspberrypi /var/cache/apt/archives $ telnet
-bash: telnet: command not found
pi@raspberrypi /var/cache/apt/archives $
Unsure as to whether or not telnet is running I ran the following:
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Jan 8 00:53:20 2014 from 192.168.0.1
pi@raspberrypi ~ $ telnet
-bash: telnet: command not found
pi@raspberrypi ~ $ ps -aux | grep telnet
warning: bad ps syntax, perhaps a bogus '-'?
See
http://gitorious.org/procps/procps/blob ... tation/FAQ
pi 2079 0.0 0.4 3544 808 pts/0 S+ 00:59 0:00 grep --color=au to telnet
pi@raspberrypi ~ $ sudo ps -aux | grep telnet
warning: bad ps syntax, perhaps a bogus '-'?
See
http://gitorious.org/procps/procps/blob ... tation/FAQ
pi 2081 0.0 0.4 3544 808 pts/0 S+ 01:00 0:00 grep --color=au to telnet
pi@raspberrypi ~ $ sudo ps aux | grep telnet
pi 2084 0.0 0.4 3544 808 pts/0 S+ 01:00 0:00 grep --color=au to telnet
pi@raspberrypi ~ $ chkconfig telnet on
-bash: chkconfig: command not found
pi@raspberrypi ~ $ sudo chkconfig telnet on
sudo: chkconfig: command not found
pi@raspberrypi ~ $ netstat -a | grep telnet
pi@raspberrypi ~ $
Whatever this means telnet is still not working.