How to install qpdfview 0.4.14?

10,327

Solution 1

I am not sure if this is too late but you can simply add and install the qpdfview PPA with:

sudo add-apt-repository ppa:b-eltzner/qpdfview
sudo apt-get update
sudo apt-get install qpdfview

Solution 2

The latest versions of qpdfview (0.4.18beta1 at this time) are always available at the developer's PPA. These daily are builds, and should not be considered stable, but I've had no issues so far:

sudo add-apt-repository ppa:adamreichold/qpdfview-dailydeb
sudo apt update

Just make sure you have removed any previous versions using

sudo apt remove qpfview

before installing using the usual sudo apt install qpfview

Share:
10,327

Related videos on Youtube

Admin
Author by

Admin

Updated on September 18, 2022

Comments

  • Admin
    Admin over 1 year

    I have been using the 0.4.12 build for a couple of months now and am ready to update to 0.4.14. I've tried a couple of things to install it but for fear of screwing up my Trusty environment I thought I would ask the experts here.

    What I've tried (using terminal):

    • unpacked the targz file
    • cd to Downloads
    • cd archive name
    • then tried ./configure which did not work
    • looked in the README file and found the instructions a bit vague for my level of linux understanding

    Any help would greatly be appreciated. Thanks!

  • Adeel Ahmad
    Adeel Ahmad over 5 years
    I got Cannot add PPA: 'ppa:~b-eltzner/ubuntu/qpdfview'. ERROR: '~b-eltzner' user or team does not exist.
  • Adeel Ahmad
    Adeel Ahmad over 5 years
    sudo apt-get install qpdfview still worked