chbrown / overdrive

Bash script to download mp3s from the OverDrive audiobook service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xmllint: command not found

hub2git opened this issue · comments

Hi there.
Running Linux Mint Cinnamon 21.3 Virginia.

I've just installed chbrown's overdrive by doing this:
mkdir -p ~/.local/bin
curl https://chbrown.github.io/overdrive/overdrive.sh -o ~/.local/bin/overdrive
chmod +x ~/.local/bin/overdrive

I then tried to download an overdrive audiobook:
overdrive download AudiobookTitle.odm
Cannot locate required executable "xmllint". This will likely result in an error later on, which might leave you in an inconsistent failure state, but continuing anyway.
Generating random ClientID=093250B7-F198-4A0E-8D2B-72A852D729D5
/home/hub2git/.local/bin/overdrive: line 133: xmllint: command not found

I installed libxml2-utils in Synaptic package manager and now it works.