0

I can not install and uninstall software I used these comments:

sudo dpkg --configure -a
sudo apt-get clean
sudo apt-get update

sudo apt-get update
sudo dpkg-reconfigure -a

What shall I do ?

Pictures of my errors:

error message dialog

dpkg error in terminal

user.dz
  • 47,137
  • 13
  • 140
  • 258
Hadi
  • 1
  • 2
  • [This answer](http://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies) might give you some insight. – Tom Damon Jun 18 '14 at 11:56

1 Answers1

3

Package gdk-pixbuf-psd wants to put a file in directory /usr/lib/gtk-2.0/2.10.0/loader-files.d but there is no such directory.
I suggest you create it with the command sudo mkdir -p /usr/lib/gtk-2.0/2.10.0/loader-files.d and then try sudo apt-get autoremove again.
If this fixes your problem please consider filing a bug report for that package.

sмurf
  • 4,660
  • 1
  • 23
  • 29