Autor |
Nachricht |
|
Titel: "*Multicd*" .. apt-error [fix]
Verfasst am: 26.05.2006, 07:57 Uhr
|
|
Team Member


Anmeldung: 23. Dez 2003
Beiträge: 109
|
|
for dpkg-multicd_0.20_all.deb error , in dist-upgrade:
do
'apt-get -f install'
if no fix, then
'dpkg --purge dpkg-multicd' |
_________________ namu amida butsu
|
|
|
|
 |
|
Titel: RE: "*Multicd*" .. apt-error [fix]
Verfasst am: 26.05.2006, 19:11 Uhr
|
|
Anmeldung: 20. Okt 2005
Beiträge: 278
|
|
I did it by:
apt-get -f install
apt-get remove --purge dpkg-multicd
apt-get install dpkg-multicd |
|
|
|
|
 |
|
Titel: RE: "*Multicd*" .. apt-error [fix]
Verfasst am: 26.05.2006, 23:55 Uhr
|
|

Anmeldung: 29. Mar 2005
Beiträge: 96
Wohnort: Terra
|
|
Just curious , but itsn't it a bad idea to "force" things to install?
I still have 54 updates that aren't updated because of scare looking bugs and multicd is one of them. |
_________________ Easter Rc4 IceWeasel 2.6.18.3-slh-up-1
How to Learn and Use GNU/Linux
My Debian sources.list
|
|
|
|
 |
|
Titel: RE: "*Multicd*" .. apt-error [fix]
Verfasst am: 27.05.2006, 00:44 Uhr
|
|
Anmeldung: 01. Feb 2006
Beiträge: 37
Wohnort: Summerville, SC
|
|
"apt-get -f install" is the fix option, not the force option. |
|
|
|
|
 |
|
Titel: RE: "*Multicd*" .. apt-error [fix]
Verfasst am: 27.05.2006, 03:32 Uhr
|
|
Anmeldung: 26. Jun 2005
Beiträge: 389
|
|
Like Crust, needed remove, then install. |
|
|
|
|
 |
|
Titel: RE: "*Multicd*" .. apt-error [fix]
Verfasst am: 27.05.2006, 13:20 Uhr
|
|
Team Member


Anmeldung: 23. Dez 2003
Beiträge: 109
|
|
'dpkg --purge xxxx'
works independently of a possibly confused apt-sub-system
apt-get remove is pretty much the same end-result ..
but wont work if apt itself is stalled |
_________________ namu amida butsu
|
|
|
|
 |
|
Titel: RE: "*Multicd*" .. apt-error [fix]
Verfasst am: 27.05.2006, 15:43 Uhr
|
|
Anmeldung: 08. Dez 2005
Beiträge: 300
|
|
what about using dpkg -i --force-overwrite to force the file to be replaced? |
|
|
|
|
 |
|
Titel: RE: "*Multicd*" .. apt-error [fix]
Verfasst am: 27.05.2006, 17:20 Uhr
|
|
Team Member


Anmeldung: 23. Dez 2003
Beiträge: 109
|
|
-force-overwrite is a kludge
to be avoided at all costs |
_________________ namu amida butsu
|
|
|
|
 |
|
Titel: RE: "*Multicd*" .. apt-error [fix]
Verfasst am: 27.05.2006, 17:42 Uhr
|
|
Anmeldung: 08. Dez 2005
Beiträge: 300
|
|
i had to use the --force-overwrite before when removing the offending package would result in the removal of numerous dependent packages. |
|
|
|
|
 |
|
Titel: RE: "*Multicd*" .. apt-error [fix]
Verfasst am: 27.05.2006, 18:37 Uhr
|
|
Anmeldung: 16. Aug 2004
Beiträge: 1905
|
|
--force is the most stupid thing you could ever do with apt (--force-confnew, --force-confmiss might sometimes be different, but these 2 are the only potential excemptions), period. |
|
|
|
|
 |
|
Titel: RE: "*Multicd*" .. apt-error [fix]
Verfasst am: 28.05.2006, 03:05 Uhr
|
|
Anmeldung: 13. Mai 2005
Beiträge: 732
Wohnort: Texas
|
|
When you do a force overwrite you are changing the ownership of that file to a new deb.
Say I created a deb named jackie.deb that wanted to take ownership of X by modifying it. Apt would and dpkg would rightly complain. If you give --force-overwrite you have just change the ownership of X from xserver-common to jackie.deb.
So now as far as dpkg is concerned, my package is responsible for usr/X11R6/bin/X.
Now obviously I have just violated debian policy and you won't see this in stable. Now I have been informed and fix my package and never touch X again. It doesn't matter, you have already given it to me.
Now you decide jackie.deb sucks (I did write it after all) and you choose to remove it. X will be delete along with the other files in my package. And you will be left wondering why startx is complaining about not finding X when you have xserver-common installed.
It's a short term solution anyways, because next upgrade to xserver-common will have you in the same situation. |
_________________ Always acknowledge a fault. This will throw those in authority off their guard and give you an opportunity to commit more.
Mark Twain
|
|
|
|
 |
|
Titel: RE: "*Multicd*" .. apt-error [fix]
Verfasst am: 28.05.2006, 16:46 Uhr
|
|
Anmeldung: 08. Dez 2005
Beiträge: 300
|
|
ahh so the force-oveerwrite will move the file to another package. |
|
|
|
|
 |
|