On: Thu, 15 Oct 1998 16:53:15 +0800 ayin writes: > > Dear Sir > When I install the man-db package , the dselect utility tell me that > I should have groff. But groff need libg++272. > > The problem is that I have installed libg++272( the dselect show > installed) , but the groff item still shows that libg++272 does not > appear in the installed packages list, and be unavaliable. > > So that I can not run man utiltiy, then how can I do?
Probably your installed libg++272 is older than the one excpected by groff. I have a newer version than you, but my groff: Depends: libc6, libstdc++2.8 (>= 2.90.26-1) i.e., any installed libstdc++2.8 (the successor of libg++ in some way) older than 2.90.26-1 will not be accepted. Compare the output of: dpkg -l libg++272 and the depends line of your groff (can be found using: less -p "Package: groff" /var/lib/dpkg/available ). Torsten