View Single Post
free's Avatar
Posts: 739 | Thanked: 159 times | Joined on Sep 2007 @ Germany - Munich
#121
Originally Posted by Moonshine View Post
FWIW I'm seeing the same thing . Logs show:

Code:
 trying to overwrite `/usr/share/icons/hicolor/scalable/hildon/gizmo-project.png', which is also in package gizmo-installer
If you are sure of yourself, you have to tell dpkg to force overwritting files.

Code:
dpkg --force-overwrite -i packagename.deb
This is a very common error.

Another way to do it, directly from apt-get:

Code:
apt-get -o DPkg::Options::="--force-overwrite" install packagename
Removing the conflicting file doesn't help because the list of files is stored somewhere.