View Single Post
Posts: 130 | Thanked: 13 times | Joined on Nov 2005
#126
Originally Posted by free View Post
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.
do you have the 'packagename' for the gizmo install, or could you tell us where to find the name? thank you for your help above.

john