1 2 3 | root@ubuntu:/# apt-cache depends ubuntu-desktop | awk '/Depends/ {print $2}' | xargs sudo apt-get -y install --reinstall
sudo: unable to resolve host ubuntu
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
|