I'm using freshly installed Ubuntu 15.04 in that I want to install the newer version of Python. So, in terminal I typed this.
sudo apt-get install python 3.5.0
And it downloaded and installed something. After that when I entered python3 on terminal it opened the version 3.4.3 and not 3.5.0.
Though it didn't installed the version that I wanted I entered this
sudo apt-get remove python 3.5.0
When it's done I found out that Ubuntu Software Center was disappeared and when I restarted the OS, Ubuntu's launcher and menu bar was disappeared but the files on the desktop are visible and openable. But ctrl + alt + t is not opening terminal.
So, what went wrong here?