On Thu, 2008-06-26 at 20:01 +0200, Davide Prina wrote: > # apt-get install tesseract-ocr > [...] > I seguenti pacchetti verranno inoltre installati: > tesseract-ocr-deu > I seguenti pacchetti NUOVI (NEW) saranno installati: > tesseract-ocr tesseract-ocr-deu > [...] > > but > $ apt-cache show tesseract-ocr > [...] > Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1-21), libstdc++6 (>= > 4.2.1-4), libtiff4, tesseract-ocr-language
tesseract-ocr-language is a virtual package provided by, amongst others, tesseract-ocr-deu. If you don't have any packages satisfying that dependency installed at the point you install tesseract-ocr, apt will select one for you. > 1) remove tesseract-ocr-deu and only this will be removed > # apt-get remove tesseract-ocr-deu > [...] > I seguenti pacchetti saranno RIMOSSI: > tesseract-ocr-deu > 0 aggiornati, 0 installati, 1 da rimuovere e 0 non aggiornati. Did you install another language pack between installing tesseract-ocr and removing -deu? If I try removing -deu immediately after installing the main package then apt prompts me to remove both. Regards, Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

