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
    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


















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
    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
















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 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





















  • 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












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
    2 days ago











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
    2 days ago
















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
    2 days ago














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 2 days ago

























answered 2 days ago









N0rbertN0rbert

22.6k648107




22.6k648107








  • 1





    thank you! its working!

    – Thnzrmzwr
    2 days ago














  • 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


















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

GameSpot

日野市

Tu-95轟炸機