https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17255 --- Comment #22 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I seems better with using the debs from deb https://apt.abunchofthings.net/debian jessie main So: % sudo apt install libcatmandu-perl libcatmandu-perl : Depends: libdata-uuid-perl (>= 1.217) % sudo apt install libdata-uuid-perl % sudo apt install libcatmandu-perl % sudo apt install libcatmandu-store-elasticsearch-perl rebuild_elastic_search will raise "Can't locate Catmandu/Importer/MARC.pm" % sudo apt install libcatmandu-marc-perl libcatmandu-marc-perl : Depends: libmarc-xml-perl (>= 1.0.3) but 1.0.2-1kohadev1 is to be installed Because it takes the one from the Koha repo, specify you want the one from Jessie: % sudo apt install -t jessie libmarc-xml-perl % sudo apt install libcatmandu-marc-perl Here you go! -- You are receiving this mail because: You are watching all bug changes.