Terminal and unity launcher is missing

Heisenberg

My python script containing import matplotlib.pyplot as plt was not working and one of my classmate suggested to remove one of the python packages. (My dell ubuntu 12.04 desktop has two python programme 2.7 and 3) So, I run the command sudo apt-get remove python. Now my terminal and unity launcher is missing. How can I recover everything without reinstalling? I can login in tty .

Thank you in advance.

(P.S. I understand removing python was a bad idea)

Christopher Díaz Riveros

try

sudo apt-get install ubuntu-desktop

that should install the base meta-package with all the dependencies,but since you are using 12.04, if that does not work, try:

sudo apt-get update && sudo apt-get dist-upgrade

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Terminal and unity launcher is missing

From Dev

Unity launcher shortcut to a terminal command

From Dev

Join custom Terminal shortcut with Unity launcher icon

From Dev

Hide the `terminal` launcher icon for a terminal app launched from Unity dash/launcher

From Dev

Different behavior when launched from terminal instead of Unity launcher

From Dev

How to open the terminal with specific command already run? Best at Unity Launcher!

From Dev

App is accessible through Unity Launcher but can't access through terminal

From Dev

I can only launch gvim from the terminal and not from the Unity launcher

From Dev

Setting program logo in Unity launcher - missing icons folder

From Dev

Setting program logo in Unity launcher - missing icons folder

From Dev

How do I restore missing Launcher and Panel in Unity?

From Dev

Missing launcher

From Dev

desktop launcher for ssh terminal

From Dev

Cannot open gnome-terminal from Unity launcher or from side panel shortcut

From Dev

Ubuntu 16.04: How do I add/remove pinned apps to Unity Launcher via terminal?

From Dev

Launcher icon missing in Android

From Dev

Missing chrome extension in launcher

From Dev

Add Vim to Unity launcher?

From Dev

Unity Launcher "Stuck" icons

From Dev

Add Vim to Unity launcher?

From Dev

Unity Launcher "Stuck" icons

From Dev

Unity launcher for KDE

From Dev

Compile Unity without launcher

From Dev

Is it possible to replace the Unity launcher?

From Dev

Simple Unity Launcher Fix

From Dev

Change Unity Launcher Style

From Dev

Unity launcher and Steam icons

From Dev

Unity Launcher entry with "=" in the command

From Dev

Java application launcher not staying in Unity launcher

Related Related

HotTag

Archive