Quote:
Originally Posted by john70t
Weekend bump. (I'm going to try Virtual box thx.)
Just curious what people did when they lost a decade-worth of software...
|
A simple
Code:
apt-get update && apt-get dist-upgrade
fixed that. Have been known to need to use
Code:
dpkg --get-selections > file
on one machine and
Code:
dpkg --set-selections < file && apt-get dist-upgrade
on a second to get it up and going quick...