On Sun, 2009-08-02 at 20:57 +0530, rajan ways wrote: > > > On Sun, Aug 2, 2009 at 1:47 AM, Debasish Ray Chawdhuri > <[email protected]> wrote: > > > On Sat, 2009-08-01 at 23:14 +0530, rajan ways wrote: > > > > > > On Sat, Aug 1, 2009 at 10:52 PM, satyaakam goswami > > <[email protected]> wrote: > > > > > > On Sat, Aug 1, 2009 at 10:15 PM, rajan > > ways<[email protected]> wrote: > > > output of > > > $echo $PATH is : > > > > > > bash: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: > No such > > > file or directory > > > > > > /usr/bin is already in the path.any next > suggestion? > > > > > > > > http://nixcraft.com/getting-started-tutorials/182-how-solve-apt-get-upgrade-problem.html > > > > > > > > I had already tried your suggested link.but for the > sake of > > crosscheck I once again followd the instruction > provided in > > the link ,but no succeess as like as previous > attempt..any > > other way? > > > > > > > > > > -- > > A formal relationship is not a relationship at all. > > > > > > > > find the file update-rc.d. > try > locate update-rc.d > if it does not work, try the following > > type find / -type f -name update-rc.d > > It's gonna take a lot of time, just wait for it. > > > > > ->Hi Debashish. > > > tried find / -type f -name update-rc.d > I suppose after running suggestd command I was supposed to > run the apt-get install package name..isn't it? > but still thrwoing the same stack of error.. > any next thing to apply?? > > > > > -- > A formal relationship is not a relationship at all. > > >
No, no, after executing the find command, you should be able to find the file update-rc.d. If you did not find the file, apt-get would not work, if you found it, you should add the directory in the PATH variable --~--~---------~--~----~------------~-------~--~----~ Do you have another question? Click here - http://groups.google.com/group/iitdlug/post l...@iitd community mailing list -- http://groups.google.com/group/iitdlug -~----------~----~----~----~------~----~------~--~---
