I'm using x64 Ubuntu. A few months ago I accidentally messed up the groups/owners of all files on /
, but managed to fix it using a VirtualBox install of Ubuntu.
Now I'm running into a problem that I think is related to that mistake. When I try to reinstall ia32-libs
(Skype is having problems so I need to reinstall those libs) I get an error message:
/var/lib/dpkg/info/ia32-libs.postinst: 40: /usr/lib32/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders: Permission denied
ls -al
/usr/lib32/gdk-pixbuf-2.0/` is this:
total 476
drwxr-xr-x 3 root root 4096 2011-09-24 17:08 .
drwxr-xr-x 53 root root 143360 2011-09-24 17:08 ..
drwxr-xr-x 3 root root 40 2011-09-24 04:44 2.10.0
-rwxr-xr-x 1 root root 9648 2011-04-05 00:40 gdk-pixbuf-query-loaders
I have tried to reinstall gdk-pixbuff-2.0
, but it didn't work. How can I fix this?