I have downloaded zathura doc viewer. But it supports only pdf rightnow. But in archlinux wiki, they have this plugin for opening epub. But this is not available in ubuntu. I saw a PPA, but it doesn't have support for 18.04. How to get this?
Asked
Active
Viewed 1.6k times
1 Answers
7
As far I can read from ArchWiki - you need to install zathura-pdf-mupdf plugin.
Currently there is a PPA named ppa:spvkgn/zathura-mupdf.
After contacting PPA owner we have package for Ubuntu 18.04 LTS (Bionic Beaver).
So if you have followed my previous method, then you can delete the pin/lock file and install binary packages from the repository as usual:
sudo rm /etc/apt/preferences.d/pin-zathura
sudo add-apt-repository ppa:spvkgn/zathura-mupdf
sudo apt-get install zathura zathura-pdf-mupdf
and enjoy!
N0rbert
- 103,523
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F2C37BD8BDF01321549242C9AEC82AC78B65E182manually. – N0rbert Nov 08 '20 at 07:48gpg: keybox '/tmp/tmp_acqzb9o/pubring.gpg' created gpg: /tmp/tmp_acqzb9o/trustdb.gpg: trustdb created gpg: key AEC82AC78B65E182: public key "Launchpad PPA for pavel" imported gpg: Total number processed: 1 gpg: imported: 1 gpg: no valid OpenPGP data found.. Then I tried the last command, returningUnable to located package zathura-pdf-mupdf. Also, I'm on debian buster, if that helps – Froggos Nov 09 '20 at 06:41sudo apt-get updateafter adding the key. And then usesudo apt-get install zathura zathura-pdf-mupdf. – N0rbert Nov 09 '20 at 07:25