Why is ClipGrab.pro not opening?
I am trying to open Clipgrab but clipgrab.pro not open with run software i can't understand what I missed:
I also tried to run using:
qmake clipgrab.pro && make
but got no response. What can I do?
software-installation youtube downloaders
add a comment |
I am trying to open Clipgrab but clipgrab.pro not open with run software i can't understand what I missed:
I also tried to run using:
qmake clipgrab.pro && make
but got no response. What can I do?
software-installation youtube downloaders
What is Clipgrab? How did you installed it?
– N0rbert
2 days ago
clipgrab.org It's a youtube downloader. it is downloading as a tar.gz archive this is its extract view.
– Thnzrmzwr
2 days ago
add a comment |
I am trying to open Clipgrab but clipgrab.pro not open with run software i can't understand what I missed:
I also tried to run using:
qmake clipgrab.pro && make
but got no response. What can I do?
software-installation youtube downloaders
I am trying to open Clipgrab but clipgrab.pro not open with run software i can't understand what I missed:
I also tried to run using:
qmake clipgrab.pro && make
but got no response. What can I do?
software-installation youtube downloaders
software-installation youtube downloaders
edited 15 mins ago
Community♦
1
1
asked 2 days ago
ThnzrmzwrThnzrmzwr
1,072520
1,072520
What is Clipgrab? How did you installed it?
– N0rbert
2 days ago
clipgrab.org It's a youtube downloader. it is downloading as a tar.gz archive this is its extract view.
– Thnzrmzwr
2 days ago
add a comment |
What is Clipgrab? How did you installed it?
– N0rbert
2 days ago
clipgrab.org It's a youtube downloader. it is downloading as a tar.gz archive this is its extract view.
– Thnzrmzwr
2 days ago
What is Clipgrab? How did you installed it?
– N0rbert
2 days ago
What is Clipgrab? How did you installed it?
– N0rbert
2 days ago
clipgrab.org It's a youtube downloader. it is downloading as a tar.gz archive this is its extract view.
– Thnzrmzwr
2 days ago
clipgrab.org It's a youtube downloader. it is downloading as a tar.gz archive this is its extract view.
– Thnzrmzwr
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
To compile and use ClipGrab you need to do the following:
cd ~/Downloads
wget https://download.clipgrab.org/clipgrab-3.8.0.tar.gz
tar -xf clipgrab-3.8.0.tar.gz
cd clipgrab-3.8.0
then get all needed dependencies:
sudo apt-get install qt5-qmake qt5-default qtbase5-dev qtwebengine5-dev
then compile it
qmake clipgrab.pro && make
and use it
./clipgrab
Another option is to get ClipGrab from its PPA for 14.04 LTS, 16.04 LTS and 18.04 LTS:
sudo add-apt-repository ppa:clipgrab-team/ppa
sudo apt-get update
sudo apt-get install clipgrab
1
thank you! its working!
– Thnzrmzwr
2 days ago
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%2f1114825%2fwhy-is-clipgrab-pro-not-opening%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
To compile and use ClipGrab you need to do the following:
cd ~/Downloads
wget https://download.clipgrab.org/clipgrab-3.8.0.tar.gz
tar -xf clipgrab-3.8.0.tar.gz
cd clipgrab-3.8.0
then get all needed dependencies:
sudo apt-get install qt5-qmake qt5-default qtbase5-dev qtwebengine5-dev
then compile it
qmake clipgrab.pro && make
and use it
./clipgrab
Another option is to get ClipGrab from its PPA for 14.04 LTS, 16.04 LTS and 18.04 LTS:
sudo add-apt-repository ppa:clipgrab-team/ppa
sudo apt-get update
sudo apt-get install clipgrab
1
thank you! its working!
– Thnzrmzwr
2 days ago
add a comment |
To compile and use ClipGrab you need to do the following:
cd ~/Downloads
wget https://download.clipgrab.org/clipgrab-3.8.0.tar.gz
tar -xf clipgrab-3.8.0.tar.gz
cd clipgrab-3.8.0
then get all needed dependencies:
sudo apt-get install qt5-qmake qt5-default qtbase5-dev qtwebengine5-dev
then compile it
qmake clipgrab.pro && make
and use it
./clipgrab
Another option is to get ClipGrab from its PPA for 14.04 LTS, 16.04 LTS and 18.04 LTS:
sudo add-apt-repository ppa:clipgrab-team/ppa
sudo apt-get update
sudo apt-get install clipgrab
1
thank you! its working!
– Thnzrmzwr
2 days ago
add a comment |
To compile and use ClipGrab you need to do the following:
cd ~/Downloads
wget https://download.clipgrab.org/clipgrab-3.8.0.tar.gz
tar -xf clipgrab-3.8.0.tar.gz
cd clipgrab-3.8.0
then get all needed dependencies:
sudo apt-get install qt5-qmake qt5-default qtbase5-dev qtwebengine5-dev
then compile it
qmake clipgrab.pro && make
and use it
./clipgrab
Another option is to get ClipGrab from its PPA for 14.04 LTS, 16.04 LTS and 18.04 LTS:
sudo add-apt-repository ppa:clipgrab-team/ppa
sudo apt-get update
sudo apt-get install clipgrab
To compile and use ClipGrab you need to do the following:
cd ~/Downloads
wget https://download.clipgrab.org/clipgrab-3.8.0.tar.gz
tar -xf clipgrab-3.8.0.tar.gz
cd clipgrab-3.8.0
then get all needed dependencies:
sudo apt-get install qt5-qmake qt5-default qtbase5-dev qtwebengine5-dev
then compile it
qmake clipgrab.pro && make
and use it
./clipgrab
Another option is to get ClipGrab from its PPA for 14.04 LTS, 16.04 LTS and 18.04 LTS:
sudo add-apt-repository ppa:clipgrab-team/ppa
sudo apt-get update
sudo apt-get install clipgrab
edited 2 days ago
answered 2 days ago
N0rbertN0rbert
22.6k648107
22.6k648107
1
thank you! its working!
– Thnzrmzwr
2 days ago
add a comment |
1
thank you! its working!
– Thnzrmzwr
2 days ago
1
1
thank you! its working!
– Thnzrmzwr
2 days ago
thank you! its working!
– Thnzrmzwr
2 days ago
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%2f1114825%2fwhy-is-clipgrab-pro-not-opening%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
What is Clipgrab? How did you installed it?
– N0rbert
2 days ago
clipgrab.org It's a youtube downloader. it is downloading as a tar.gz archive this is its extract view.
– Thnzrmzwr
2 days ago