I am using Ubuntu 16.04.
I had Google Earth installed on the machine. I then installed Google Earth Pro-which never prompted me for a password and displayed a bunch of odd panels in weird places. Assuming a conflict of software I uninstalled Google Earth using the instructions here: Google Earth uninstall.
Oddly, the gnome-terminal
package was removed from the computer, and the WiFi stopped working (although I can tether through my Android phone). What happened? Where is gnome-terminal
, and why did my WiFi stop working?
which gnome-terminal
. It will tell you if and where it is. – Redbob Sep 06 '17 at 15:39autoremove
? You can also take a look at/var/log/apt/history.log
to see what was removed – Zanna Sep 06 '17 at 15:53autoremove
, those packages were removed... Please check the log... trygrep gnome-terminal /var/log/apt/history.log
since it was probably on the same line – Zanna Sep 06 '17 at 16:01grep gnome-terminal /var/log/apt/history.log
the terminal returnsRemove:gnome-terminal:amd64 (3.18.3-1ubuntu1)
and thenInstall:gnome-terminal:amd64 (3.18.3-1ubuntu1)
– GBG Sep 06 '17 at 16:06