I've no idea what happened, just one day recently, I went to install a package using dselect and all seemed well until I tried to use it (probably a dev pkg to compile something) and discovered it had not been installed. Some packages do install, but others, the majority don't. Sometimes they appear to be installing, other times it just completely ignores the packages I want installed.
The problem may possibly be from when I re-installed debian sarge to try out our new fancy broadband connection which only worked for two days - long enough for a basic install - before loosing all signal strength. So on HeyHoHell dialup we stayed - thus no internet for my debian box.
The only way I can install packages which cause problems is using
Code:
dpkg -i /cdrom/pool/main/s/some/somepackage.deb
But a)it's a pain when the package has dependancies and the dependancies have dependancies... b)its crap to install an older package to satisfy dependancies because I downloaded a newer version in that two day window.
What may can I do to fix it?
