19 Apr
2008
19 Apr
'08
6:18 p.m.
On 19/04/2008, Jenny Hopkins <hopkins.jenny@gmail.com> wrote:
I'm currently running a command to reinstall all installed packages, as there do seem to be some missing files. (lost+found is empty).
This seems to have done the trick! The command was sudo dpkg --get-selections | grep -E '\Winstall$' | awk '{print $1}' | xargs sudo apt-get --reinstall -y install (Thanks, Brett, on irc) What a relief - many thanks, all. Jenny