I've recently installed Ubuntu 13.04 and now, whenever I install any software I get this error:
sudo apt-get install vlc
dpkg: error: unable to create new file '/var/lib/dpkg/info/format-new': Is a directory
E: Sub-process /usr/bin/dpkg returned an error code (2)
/var/lib/dpkg/info/format-new
is a temporary location that can be deleted? I don't have this directory on my system. What is in it? Can you show the output ofls -Al /var/lib/dpkg/info/format-new
? – Sparhawk Aug 13 '13 at 11:48sudo apt-get update && sudo apt-get upgrade
– Mitch Aug 13 '13 at 11:50