ProjectLibre in Ubuntu 16.04
up vote
1
down vote
favorite
Can anyone help me install Project Libre on Ubuntu 16.04?
I tried source forge, but I could not find the .deb to install.
16.04
add a comment |
up vote
1
down vote
favorite
Can anyone help me install Project Libre on Ubuntu 16.04?
I tried source forge, but I could not find the .deb to install.
16.04
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Can anyone help me install Project Libre on Ubuntu 16.04?
I tried source forge, but I could not find the .deb to install.
16.04
Can anyone help me install Project Libre on Ubuntu 16.04?
I tried source forge, but I could not find the .deb to install.
16.04
16.04
edited Jan 15 at 16:14
rm-vanda
2,17821223
2,17821223
asked Apr 27 '16 at 15:35
Pueo
19114
19114
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
6
down vote
You can download the deb files (for different versions) from SourceForge here.
Then use sudo dpkg -i <name-of-deb-file>.deb
to install.
The latest .deb
file is this one.
add a comment |
up vote
2
down vote
You can install ProjectLibre automatically with these commands (the URL address must be updated to the latest version). Just cut and paste the 3 commands into a terminal one at a time:
URL=https://downloads.sourceforge.net/project/projectlibre/ProjectLibre/1.7/projectlibre_1.7.0-1.deb
wget -q ${URL} -O /tmp/${URL##*/}
sudo dpkg -i /tmp/${URL##*/}
add a comment |
up vote
1
down vote
you can also just download a ZIP version (say projectlibre-1.7.0.zip) from https://sourceforge.net/projects/projectlibre/files/ProjectLibre/
then unzip it to any folder,
run "chmod +x projectlibre.sh" in that folder,
then you can run it via "./projectlibre.sh"
works on Ubuntu 17
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',
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%2f763828%2fprojectlibre-in-ubuntu-16-04%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
up vote
6
down vote
You can download the deb files (for different versions) from SourceForge here.
Then use sudo dpkg -i <name-of-deb-file>.deb
to install.
The latest .deb
file is this one.
add a comment |
up vote
6
down vote
You can download the deb files (for different versions) from SourceForge here.
Then use sudo dpkg -i <name-of-deb-file>.deb
to install.
The latest .deb
file is this one.
add a comment |
up vote
6
down vote
up vote
6
down vote
You can download the deb files (for different versions) from SourceForge here.
Then use sudo dpkg -i <name-of-deb-file>.deb
to install.
The latest .deb
file is this one.
You can download the deb files (for different versions) from SourceForge here.
Then use sudo dpkg -i <name-of-deb-file>.deb
to install.
The latest .deb
file is this one.
edited Dec 1 at 18:07
Zanna
49.4k13127236
49.4k13127236
answered Apr 27 '16 at 15:42
Prof Yaffle
37119
37119
add a comment |
add a comment |
up vote
2
down vote
You can install ProjectLibre automatically with these commands (the URL address must be updated to the latest version). Just cut and paste the 3 commands into a terminal one at a time:
URL=https://downloads.sourceforge.net/project/projectlibre/ProjectLibre/1.7/projectlibre_1.7.0-1.deb
wget -q ${URL} -O /tmp/${URL##*/}
sudo dpkg -i /tmp/${URL##*/}
add a comment |
up vote
2
down vote
You can install ProjectLibre automatically with these commands (the URL address must be updated to the latest version). Just cut and paste the 3 commands into a terminal one at a time:
URL=https://downloads.sourceforge.net/project/projectlibre/ProjectLibre/1.7/projectlibre_1.7.0-1.deb
wget -q ${URL} -O /tmp/${URL##*/}
sudo dpkg -i /tmp/${URL##*/}
add a comment |
up vote
2
down vote
up vote
2
down vote
You can install ProjectLibre automatically with these commands (the URL address must be updated to the latest version). Just cut and paste the 3 commands into a terminal one at a time:
URL=https://downloads.sourceforge.net/project/projectlibre/ProjectLibre/1.7/projectlibre_1.7.0-1.deb
wget -q ${URL} -O /tmp/${URL##*/}
sudo dpkg -i /tmp/${URL##*/}
You can install ProjectLibre automatically with these commands (the URL address must be updated to the latest version). Just cut and paste the 3 commands into a terminal one at a time:
URL=https://downloads.sourceforge.net/project/projectlibre/ProjectLibre/1.7/projectlibre_1.7.0-1.deb
wget -q ${URL} -O /tmp/${URL##*/}
sudo dpkg -i /tmp/${URL##*/}
edited Oct 18 '17 at 4:06
Geoffrey Wheeler
145114
145114
answered Oct 16 '17 at 10:06
panticz.de
868811
868811
add a comment |
add a comment |
up vote
1
down vote
you can also just download a ZIP version (say projectlibre-1.7.0.zip) from https://sourceforge.net/projects/projectlibre/files/ProjectLibre/
then unzip it to any folder,
run "chmod +x projectlibre.sh" in that folder,
then you can run it via "./projectlibre.sh"
works on Ubuntu 17
add a comment |
up vote
1
down vote
you can also just download a ZIP version (say projectlibre-1.7.0.zip) from https://sourceforge.net/projects/projectlibre/files/ProjectLibre/
then unzip it to any folder,
run "chmod +x projectlibre.sh" in that folder,
then you can run it via "./projectlibre.sh"
works on Ubuntu 17
add a comment |
up vote
1
down vote
up vote
1
down vote
you can also just download a ZIP version (say projectlibre-1.7.0.zip) from https://sourceforge.net/projects/projectlibre/files/ProjectLibre/
then unzip it to any folder,
run "chmod +x projectlibre.sh" in that folder,
then you can run it via "./projectlibre.sh"
works on Ubuntu 17
you can also just download a ZIP version (say projectlibre-1.7.0.zip) from https://sourceforge.net/projects/projectlibre/files/ProjectLibre/
then unzip it to any folder,
run "chmod +x projectlibre.sh" in that folder,
then you can run it via "./projectlibre.sh"
works on Ubuntu 17
answered Jul 13 '17 at 3:15
Alex
1613
1613
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f763828%2fprojectlibre-in-ubuntu-16-04%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