Hi,
I have tried to install some .deb packages using the DPKG -i command and every time I have received the following error:
"
dpkg: `update-rc.d' not found on PATH.
dpkg: 1 expected program(s) not found on PATH.
NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.
"
Digging the google search results for almost 2 days I was unable to find a working solution to fix that.
My exported PATH it is:
"
bash: export: `/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/kde4/libexec:/usr/lib/qt4/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/sbin/:/usr/sbin/:/usr/local/sbin/:/sbin'
"
It seems that this package update-rc.d can't be found.
Any help for this mess its highly appreciated

-thanks.