$ sudo apt-get -f installThat resulted in a leading error message pointing to broken dpkg configuration, and that was easily fixed by running:
$ sudo dpkg --configure -a
Then, re-ran the apt-get -f install (-f is --fix-broken). That ran successfully to completion, so cleaned up any cruft from the install/fix:
$ sudo apt-get autoremove
Then, rebooted, and all was rainbows and unicorn farts. Mouse and trackpad input restored.
No comments:
Post a Comment