Install tesseract-ocr-dan
Installing tesseract-ocr-dan package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install tesseract-ocr-dan
tesseract-ocr-dan package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | tesseract-ocr-dan |
version | 3.04.00-1 |
description | tesseract-ocr language files for Danish |
subsection | graphics |
maintainer | Jeffrey Ratcliffe |
Uninstall tesseract-ocr-dan
To remove just tesseract-ocr-dan package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove tesseract-ocr-dan
Uninstall tesseract-ocr-dan and it’s dependent packages
To remove the tesseract-ocr-dan package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove tesseract-ocr-dan
Purging tesseract-ocr-dan
If you also want to delete configuration and/or data files of tesseract-ocr-dan from Debian Sid then this will work:
sudo apt-get purge tesseract-ocr-dan
To delete configuration and/or data files of tesseract-ocr-dan and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove tesseract-ocr-dan