No apt-get remove

2005-07-21 Thread antongiulio05
Hi, I have installed a i386 package with '--force-architecture'. Now I wanna remove it, but when I launch 'apt-get remove' it returns with a 'not found package' and it's not present on installed-packages-list. I have tried: apt-file -a i386 search nero (and with /usr/bin/nero) too

Re: No apt-get remove

2005-07-21 Thread Max
antongiulio05 wrote: I have installed a i386 package with '--force-architecture'. Now I wanna remove it, but when I launch 'apt-get remove' it returns with a 'not found package' and it's not present on installed-packages-list. I have tried: apt-file -a i386 search nero (and with /usr/bin

Re: No apt-get remove

2005-07-21 Thread antongiulio05
too, but it returns other packages. How can I remove it? Try `dpkg -S /usr/bin/nero` to find out what package it belongs. I already have tried it (sorry I've not reported it in prev email): # dpkg -S /usr/bin/nero nerolinux: /usr/bin/nero # apt-get remove nerolinux Lettura della lista

Re: No apt-get remove

2005-07-21 Thread Goswin von Brederlow
# apt-get remove nerolinux Lettura della lista dei pacchetti in corso... Fatto Generazione dell'albero delle dipendenze in corso... Fatto E: Impossibile trovare nerolinux (impossible find nerolinux) Problem remains... Thanks, Giulio dpkg --purge nerolinux MfG Goswin

Re: No apt-get remove

2005-07-21 Thread antongiulio05
dpkg --purge nerolinux Thanks, it works. Curiosity: no presence of nero package in 'apt' could be considered a bug for apt? Giulio -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: No apt-get remove

2005-07-21 Thread Goswin von Brederlow
antongiulio05 [EMAIL PROTECTED] writes: dpkg --purge nerolinux Thanks, it works. Curiosity: no presence of nero package in 'apt' could be considered a bug for apt? Giulio Yes, sounds like one. On the other hand, --force-architecture is very evil. MfG Goswin -- To