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.

  • Does it make sense to leave this question? The solution found in that changed the topic to a contrast. For some reason, my system considered that I did not use the visual shell and deleted it with the autoremove command. Maybe the --purge flag hinted at it, FIG know. - Razzwan
  • one
    I do not know thoroughly all the teams, but I do not see anything criminal that could have such an impact. Try pressing alt + ctrl + f1, this will enable tty1 (the usual desktop will return via alt + ctrl + f7) - etki
  • It is not quite clear exactly what place the gui broke. Can a screenshot of how it is now shown? - don Rumata
  • Already repaired. Wrote the same. Shows bad. Completely the whole look retired. Now I don’t know how to get the beautiful ubuntu shell back ( - Razzwan
  • look at the logs that you have deleted: /var/log/apt/ - sercxjo

0