You are not logged in.
Pages: 1
what is all this, Is this right?
I am trying to pacman -S zathura-pdf-mupdf
warning: tesseract-data-afr will be installed before its tesseract dependency
Packages (8) gumbo-parser-0.12.1-1 jbig2dec-0.20-1 leptonica-1.84.1-2 libmupdf-1.24.2-1
tesseract-5.3.4-1 tesseract-data-afr-2:4.1.0-4 tesseract-data-osd-2:4.1.0-4
zathura-pdf-mupdf-0.4.1-21Total Download Size: 36.06 MiB
Total Installed Size: 76.38 MiB
Offline
warning: tesseract-data-afr will be installed before its tesseract dependencyLargely legacy warning as pacman now supports hooks. The ordering between tesseract and the package providing tessdata in this instance tesseract-data-afr is irrelevant.
Offline
So in noob words my system has a dependency missing?
Offline
What are hooks?
Offline
So in noob words my system has a dependency missing?
No tesseract-data-afr depends on tesseract and tesseract depends on tesssdata which is provided by tesseract-data-afr so there is a cyclic dependency between those two packages. Both packages are installed in the same transaction so no missing dependency.
What are hooks?
See alpm-hooks.5 for details. In simple terms they are scripts that run before or after all packages have been installed so the installation order of packages in the same transaction does not matter to something run in a hook.
Last edited by loqs (2024-05-15 22:01:38)
Offline
Okay thank you I will go read that.
I thought that something might have been wrong, with the package size being to big, thanks.
Offline
Pages: 1