I am most likely an idiot. I executed this instruction here: http://catethysis.ru/nginx-full-reinstall/ and now my visual design has changed in Ubuntu 14.04. But this is not the worst. The worst thing is that instead of the terminal there is now a black square. Nothing is displayed.
For those who do not want to follow the link - this is what is written in the instructions:
#удаляем nginx и все связанные пакеты sudo apt-get remove nginx* #удаляем рабочие директории и логи sudo rm -rf /etc/nginx/ /usr/sbin/nginx /usr/share/man/man1/nginx.1.gz #удаляем остатки nginx из базы apt sudo apt-get --purge autoremove nginx && sudo dpkg --purge nginx #устанавливаем nginx заново с чистыми конфигами sudo apt-get -o DPkg::options::=--force-confmiss --reinstall install nginx The system asked to download the updates after the command sudo apt-get --purge autoremove , I clicked on the download habit. And after rebooting, a black square instead of a terminal. I sit crying ...
From what I've done before, maybe this is important: I accidentally added the nginx trusted repository for ubuntu 14.10 from me on 14.04. Those. instead:
deb http://nginx.org/packages/mainline/ubuntu/ trusty nginx deb-src http://nginx.org/packages/mainline/ubuntu/ trusty nginx added:
deb http://nginx.org/packages/mainline/ubuntu/ utopic nginx deb-src http://nginx.org/packages/mainline/ubuntu/ utopic nginx Run sudo apt-get update . Then I realized my mistake, changed the repository to the correct one and executed the sudo apt-get update command again.
Google on a black terminal does not give anything. Help.
/var/log/apt/- sercxjo