How to install qpdfview 0.4.14?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
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!
14.04 software-installation tar
add a comment |
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!
14.04 software-installation tar
add a comment |
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!
14.04 software-installation tar
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!
14.04 software-installation tar
14.04 software-installation tar
asked Feb 27 '15 at 16:09
emeraldgirl08emeraldgirl08
3113
3113
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
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
I gotCannot add PPA: 'ppa:~b-eltzner/ubuntu/qpdfview'. ERROR: '~b-eltzner' user or team does not exist.
– Adeel Ahmad
Dec 3 '18 at 19:21
sudo apt-get install qpdfview
still worked
– Adeel Ahmad
Dec 3 '18 at 19:22
add a comment |
As you can see here, qpdfview
0.4.14 is part of the "universe" repository from 15.10 onwards. So, as long as you have that repository enabled, you can simply install with
sudo apt-get install qpdfview
Also, you can always check the version available for your distro using apt-cache policy <package_name>
. You will get something like this:
lucho@lucho-HP:~$ apt-cache policy qpdfview
qpdfview:
Installed: (none)
Candidate: 0.4.14-1
Version table:
*** 0.4.14-1 500
500 mirror://mirrors.ubuntu.com/mirrors.txt xenial/universe amd64 Packages
100 /var/lib/dpkg/status
add a comment |
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
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f590708%2fhow-to-install-qpdfview-0-4-14%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
I gotCannot add PPA: 'ppa:~b-eltzner/ubuntu/qpdfview'. ERROR: '~b-eltzner' user or team does not exist.
– Adeel Ahmad
Dec 3 '18 at 19:21
sudo apt-get install qpdfview
still worked
– Adeel Ahmad
Dec 3 '18 at 19:22
add a comment |
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
I gotCannot add PPA: 'ppa:~b-eltzner/ubuntu/qpdfview'. ERROR: '~b-eltzner' user or team does not exist.
– Adeel Ahmad
Dec 3 '18 at 19:21
sudo apt-get install qpdfview
still worked
– Adeel Ahmad
Dec 3 '18 at 19:22
add a comment |
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
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
edited Mar 28 '15 at 1:31
Michael Lindman
1,48421322
1,48421322
answered Mar 27 '15 at 21:03
SmiffSmiff
1112
1112
I gotCannot add PPA: 'ppa:~b-eltzner/ubuntu/qpdfview'. ERROR: '~b-eltzner' user or team does not exist.
– Adeel Ahmad
Dec 3 '18 at 19:21
sudo apt-get install qpdfview
still worked
– Adeel Ahmad
Dec 3 '18 at 19:22
add a comment |
I gotCannot add PPA: 'ppa:~b-eltzner/ubuntu/qpdfview'. ERROR: '~b-eltzner' user or team does not exist.
– Adeel Ahmad
Dec 3 '18 at 19:21
sudo apt-get install qpdfview
still worked
– Adeel Ahmad
Dec 3 '18 at 19:22
I got
Cannot add PPA: 'ppa:~b-eltzner/ubuntu/qpdfview'. ERROR: '~b-eltzner' user or team does not exist.
– Adeel Ahmad
Dec 3 '18 at 19:21
I got
Cannot add PPA: 'ppa:~b-eltzner/ubuntu/qpdfview'. ERROR: '~b-eltzner' user or team does not exist.
– Adeel Ahmad
Dec 3 '18 at 19:21
sudo apt-get install qpdfview
still worked– Adeel Ahmad
Dec 3 '18 at 19:22
sudo apt-get install qpdfview
still worked– Adeel Ahmad
Dec 3 '18 at 19:22
add a comment |
As you can see here, qpdfview
0.4.14 is part of the "universe" repository from 15.10 onwards. So, as long as you have that repository enabled, you can simply install with
sudo apt-get install qpdfview
Also, you can always check the version available for your distro using apt-cache policy <package_name>
. You will get something like this:
lucho@lucho-HP:~$ apt-cache policy qpdfview
qpdfview:
Installed: (none)
Candidate: 0.4.14-1
Version table:
*** 0.4.14-1 500
500 mirror://mirrors.ubuntu.com/mirrors.txt xenial/universe amd64 Packages
100 /var/lib/dpkg/status
add a comment |
As you can see here, qpdfview
0.4.14 is part of the "universe" repository from 15.10 onwards. So, as long as you have that repository enabled, you can simply install with
sudo apt-get install qpdfview
Also, you can always check the version available for your distro using apt-cache policy <package_name>
. You will get something like this:
lucho@lucho-HP:~$ apt-cache policy qpdfview
qpdfview:
Installed: (none)
Candidate: 0.4.14-1
Version table:
*** 0.4.14-1 500
500 mirror://mirrors.ubuntu.com/mirrors.txt xenial/universe amd64 Packages
100 /var/lib/dpkg/status
add a comment |
As you can see here, qpdfview
0.4.14 is part of the "universe" repository from 15.10 onwards. So, as long as you have that repository enabled, you can simply install with
sudo apt-get install qpdfview
Also, you can always check the version available for your distro using apt-cache policy <package_name>
. You will get something like this:
lucho@lucho-HP:~$ apt-cache policy qpdfview
qpdfview:
Installed: (none)
Candidate: 0.4.14-1
Version table:
*** 0.4.14-1 500
500 mirror://mirrors.ubuntu.com/mirrors.txt xenial/universe amd64 Packages
100 /var/lib/dpkg/status
As you can see here, qpdfview
0.4.14 is part of the "universe" repository from 15.10 onwards. So, as long as you have that repository enabled, you can simply install with
sudo apt-get install qpdfview
Also, you can always check the version available for your distro using apt-cache policy <package_name>
. You will get something like this:
lucho@lucho-HP:~$ apt-cache policy qpdfview
qpdfview:
Installed: (none)
Candidate: 0.4.14-1
Version table:
*** 0.4.14-1 500
500 mirror://mirrors.ubuntu.com/mirrors.txt xenial/universe amd64 Packages
100 /var/lib/dpkg/status
answered Jan 21 '17 at 11:23
user308164
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
answered Feb 11 at 9:46
BarBar
19419
19419
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f590708%2fhow-to-install-qpdfview-0-4-14%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown