Why is ClipGrab.pro not opening?












1















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?



enter image description here










share|improve this question

























  • What is Clipgrab? How did you installed it?

    – N0rbert
    Feb 1 at 20:09











  • clipgrab.org It's a youtube downloader. it is downloading as a tar.gz archive this is its extract view.

    – Thnzrmzwr
    Feb 1 at 20:21


















1















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?



enter image description here










share|improve this question

























  • What is Clipgrab? How did you installed it?

    – N0rbert
    Feb 1 at 20:09











  • clipgrab.org It's a youtube downloader. it is downloading as a tar.gz archive this is its extract view.

    – Thnzrmzwr
    Feb 1 at 20:21
















1












1








1








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?



enter image description here










share|improve this question
















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?



enter image description here







software-installation youtube downloaders






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 4 at 4:20









Community

1




1










asked Feb 1 at 19:51









ThnzrmzwrThnzrmzwr

1,062620




1,062620













  • What is Clipgrab? How did you installed it?

    – N0rbert
    Feb 1 at 20:09











  • clipgrab.org It's a youtube downloader. it is downloading as a tar.gz archive this is its extract view.

    – Thnzrmzwr
    Feb 1 at 20:21





















  • What is Clipgrab? How did you installed it?

    – N0rbert
    Feb 1 at 20:09











  • clipgrab.org It's a youtube downloader. it is downloading as a tar.gz archive this is its extract view.

    – Thnzrmzwr
    Feb 1 at 20:21



















What is Clipgrab? How did you installed it?

– N0rbert
Feb 1 at 20:09





What is Clipgrab? How did you installed it?

– N0rbert
Feb 1 at 20:09













clipgrab.org It's a youtube downloader. it is downloading as a tar.gz archive this is its extract view.

– Thnzrmzwr
Feb 1 at 20:21







clipgrab.org It's a youtube downloader. it is downloading as a tar.gz archive this is its extract view.

– Thnzrmzwr
Feb 1 at 20:21












1 Answer
1






active

oldest

votes


















2














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





share|improve this answer





















  • 1





    thank you! its working!

    – Thnzrmzwr
    Feb 1 at 20:51











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
});


}
});














draft saved

draft discarded


















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









2














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





share|improve this answer





















  • 1





    thank you! its working!

    – Thnzrmzwr
    Feb 1 at 20:51
















2














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





share|improve this answer





















  • 1





    thank you! its working!

    – Thnzrmzwr
    Feb 1 at 20:51














2












2








2







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





share|improve this answer















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






share|improve this answer














share|improve this answer



share|improve this answer








edited Feb 1 at 21:05

























answered Feb 1 at 20:34









N0rbertN0rbert

23.5k649111




23.5k649111








  • 1





    thank you! its working!

    – Thnzrmzwr
    Feb 1 at 20:51














  • 1





    thank you! its working!

    – Thnzrmzwr
    Feb 1 at 20:51








1




1





thank you! its working!

– Thnzrmzwr
Feb 1 at 20:51





thank you! its working!

– Thnzrmzwr
Feb 1 at 20:51


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Mouse cursor on multiple screens with different PPI

Agildo Ribeiro

Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”