Ubuntu Pastebin

Paste from prblem at Sun, 9 Aug 2015 19:29:26 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
I wanted to run my program in Python, due to some reasons it was not working on Python2.7.6, I read on some forum there must be compatibility issue, Hence I used the command "sudo apt-get autoremove python2.7" 

This command removed several packages like full gnome-desktop environment, unity, ubuntu software centre, vlc +------- 50 other softwares/utilities-----.

After that i tried to manually install from terminal these programs, Ubuntu software centre, gnome-desktop environment, but it is giving some error, the detailed have been posted in pastebin, Kindly visit and see : http://pastebin.com/1LSRYHke


I am desperately seeking solution, Kindly provide valuable suggestions. Any leads and help is much appreciated. Thanks in advance.


PS: I have tried following commands to fix it but nothing worked to rescue me.

sudo apt-get install -f


sudo apt-get clean 


sudo apt-get autoremove 

sudo dpkg --configure -a 


sudo dpkg --remove -force --force-remove-reinstreq package name
Download as text