How do I install Xtreme Download Manager on Kubuntu 18.10?












0















Good Day to you,



I am trying to install Xtreme Download Manager on my Kubuntu 18.10. I have tried downloading DEB file from sourcefourge, and also using ./install.sh.



But the former says it needs openjdk-6-jre and openjdk-7-jre both which are not installable in the system since openjdk-11-jre is already installed. And when I try with the command line ./install.sh on xdman-2018 folder, it says "Failed to unpack /opt/xdman/jre/lib/rt.pack".



The Noobslab PPA does does not have release for Cosmic Cuttlefish nor the 2018 version.



Please help me on this!










share|improve this question

























  • I've downloaded it now from there and installed. Now it shows chmod: cannot access '/opt/xdman/jre/bin/unpack200': No such file or directory. On visiting upto .../jre I found there's indeed no directory named bin let alone unpack200. What now?

    – Analog_Interface
    Jan 21 at 18:14











  • seems something to do with inappropiate extraction with Ark. Tried with tar -xvf now and hurray, it worked! Honestly, did not know Ark has problems extracting tarballs. Thankyou by the way!

    – Analog_Interface
    Jan 21 at 18:21











  • :) :) :) :) :) :)

    – Analog_Interface
    Jan 21 at 18:32
















0















Good Day to you,



I am trying to install Xtreme Download Manager on my Kubuntu 18.10. I have tried downloading DEB file from sourcefourge, and also using ./install.sh.



But the former says it needs openjdk-6-jre and openjdk-7-jre both which are not installable in the system since openjdk-11-jre is already installed. And when I try with the command line ./install.sh on xdman-2018 folder, it says "Failed to unpack /opt/xdman/jre/lib/rt.pack".



The Noobslab PPA does does not have release for Cosmic Cuttlefish nor the 2018 version.



Please help me on this!










share|improve this question

























  • I've downloaded it now from there and installed. Now it shows chmod: cannot access '/opt/xdman/jre/bin/unpack200': No such file or directory. On visiting upto .../jre I found there's indeed no directory named bin let alone unpack200. What now?

    – Analog_Interface
    Jan 21 at 18:14











  • seems something to do with inappropiate extraction with Ark. Tried with tar -xvf now and hurray, it worked! Honestly, did not know Ark has problems extracting tarballs. Thankyou by the way!

    – Analog_Interface
    Jan 21 at 18:21











  • :) :) :) :) :) :)

    – Analog_Interface
    Jan 21 at 18:32














0












0








0








Good Day to you,



I am trying to install Xtreme Download Manager on my Kubuntu 18.10. I have tried downloading DEB file from sourcefourge, and also using ./install.sh.



But the former says it needs openjdk-6-jre and openjdk-7-jre both which are not installable in the system since openjdk-11-jre is already installed. And when I try with the command line ./install.sh on xdman-2018 folder, it says "Failed to unpack /opt/xdman/jre/lib/rt.pack".



The Noobslab PPA does does not have release for Cosmic Cuttlefish nor the 2018 version.



Please help me on this!










share|improve this question
















Good Day to you,



I am trying to install Xtreme Download Manager on my Kubuntu 18.10. I have tried downloading DEB file from sourcefourge, and also using ./install.sh.



But the former says it needs openjdk-6-jre and openjdk-7-jre both which are not installable in the system since openjdk-11-jre is already installed. And when I try with the command line ./install.sh on xdman-2018 folder, it says "Failed to unpack /opt/xdman/jre/lib/rt.pack".



The Noobslab PPA does does not have release for Cosmic Cuttlefish nor the 2018 version.



Please help me on this!







package-management kubuntu java openjdk download-manager






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 21 at 17:59









thephoenix01

498616




498616










asked Jan 21 at 13:35









Analog_InterfaceAnalog_Interface

339




339













  • I've downloaded it now from there and installed. Now it shows chmod: cannot access '/opt/xdman/jre/bin/unpack200': No such file or directory. On visiting upto .../jre I found there's indeed no directory named bin let alone unpack200. What now?

    – Analog_Interface
    Jan 21 at 18:14











  • seems something to do with inappropiate extraction with Ark. Tried with tar -xvf now and hurray, it worked! Honestly, did not know Ark has problems extracting tarballs. Thankyou by the way!

    – Analog_Interface
    Jan 21 at 18:21











  • :) :) :) :) :) :)

    – Analog_Interface
    Jan 21 at 18:32



















  • I've downloaded it now from there and installed. Now it shows chmod: cannot access '/opt/xdman/jre/bin/unpack200': No such file or directory. On visiting upto .../jre I found there's indeed no directory named bin let alone unpack200. What now?

    – Analog_Interface
    Jan 21 at 18:14











  • seems something to do with inappropiate extraction with Ark. Tried with tar -xvf now and hurray, it worked! Honestly, did not know Ark has problems extracting tarballs. Thankyou by the way!

    – Analog_Interface
    Jan 21 at 18:21











  • :) :) :) :) :) :)

    – Analog_Interface
    Jan 21 at 18:32

















I've downloaded it now from there and installed. Now it shows chmod: cannot access '/opt/xdman/jre/bin/unpack200': No such file or directory. On visiting upto .../jre I found there's indeed no directory named bin let alone unpack200. What now?

– Analog_Interface
Jan 21 at 18:14





I've downloaded it now from there and installed. Now it shows chmod: cannot access '/opt/xdman/jre/bin/unpack200': No such file or directory. On visiting upto .../jre I found there's indeed no directory named bin let alone unpack200. What now?

– Analog_Interface
Jan 21 at 18:14













seems something to do with inappropiate extraction with Ark. Tried with tar -xvf now and hurray, it worked! Honestly, did not know Ark has problems extracting tarballs. Thankyou by the way!

– Analog_Interface
Jan 21 at 18:21





seems something to do with inappropiate extraction with Ark. Tried with tar -xvf now and hurray, it worked! Honestly, did not know Ark has problems extracting tarballs. Thankyou by the way!

– Analog_Interface
Jan 21 at 18:21













:) :) :) :) :) :)

– Analog_Interface
Jan 21 at 18:32





:) :) :) :) :) :)

– Analog_Interface
Jan 21 at 18:32










1 Answer
1






active

oldest

votes


















0














Extracting on the terminal with tar -xvf instead of using Ark does the trick. Seems Ark incompletely extracts tarballs.






share|improve this answer
























  • it seems you posted and marked as definitive an answer to the problem you only mention in the comments, but not in the question :)

    – user47206
    Jan 30 at 18:02











  • Ha, ha, I guess you're late to the party. There were comments of someone else between my comments - now he [or the powers that be] deleted those. Ironic how that made this post seem talking-to-rubber-duckie~

    – Analog_Interface
    Jan 31 at 19:11











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%2f1111658%2fhow-do-i-install-xtreme-download-manager-on-kubuntu-18-10%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









0














Extracting on the terminal with tar -xvf instead of using Ark does the trick. Seems Ark incompletely extracts tarballs.






share|improve this answer
























  • it seems you posted and marked as definitive an answer to the problem you only mention in the comments, but not in the question :)

    – user47206
    Jan 30 at 18:02











  • Ha, ha, I guess you're late to the party. There were comments of someone else between my comments - now he [or the powers that be] deleted those. Ironic how that made this post seem talking-to-rubber-duckie~

    – Analog_Interface
    Jan 31 at 19:11
















0














Extracting on the terminal with tar -xvf instead of using Ark does the trick. Seems Ark incompletely extracts tarballs.






share|improve this answer
























  • it seems you posted and marked as definitive an answer to the problem you only mention in the comments, but not in the question :)

    – user47206
    Jan 30 at 18:02











  • Ha, ha, I guess you're late to the party. There were comments of someone else between my comments - now he [or the powers that be] deleted those. Ironic how that made this post seem talking-to-rubber-duckie~

    – Analog_Interface
    Jan 31 at 19:11














0












0








0







Extracting on the terminal with tar -xvf instead of using Ark does the trick. Seems Ark incompletely extracts tarballs.






share|improve this answer













Extracting on the terminal with tar -xvf instead of using Ark does the trick. Seems Ark incompletely extracts tarballs.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 21 at 18:31









Analog_InterfaceAnalog_Interface

339




339













  • it seems you posted and marked as definitive an answer to the problem you only mention in the comments, but not in the question :)

    – user47206
    Jan 30 at 18:02











  • Ha, ha, I guess you're late to the party. There were comments of someone else between my comments - now he [or the powers that be] deleted those. Ironic how that made this post seem talking-to-rubber-duckie~

    – Analog_Interface
    Jan 31 at 19:11



















  • it seems you posted and marked as definitive an answer to the problem you only mention in the comments, but not in the question :)

    – user47206
    Jan 30 at 18:02











  • Ha, ha, I guess you're late to the party. There were comments of someone else between my comments - now he [or the powers that be] deleted those. Ironic how that made this post seem talking-to-rubber-duckie~

    – Analog_Interface
    Jan 31 at 19:11

















it seems you posted and marked as definitive an answer to the problem you only mention in the comments, but not in the question :)

– user47206
Jan 30 at 18:02





it seems you posted and marked as definitive an answer to the problem you only mention in the comments, but not in the question :)

– user47206
Jan 30 at 18:02













Ha, ha, I guess you're late to the party. There were comments of someone else between my comments - now he [or the powers that be] deleted those. Ironic how that made this post seem talking-to-rubber-duckie~

– Analog_Interface
Jan 31 at 19:11





Ha, ha, I guess you're late to the party. There were comments of someone else between my comments - now he [or the powers that be] deleted those. Ironic how that made this post seem talking-to-rubber-duckie~

– Analog_Interface
Jan 31 at 19:11


















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%2f1111658%2fhow-do-i-install-xtreme-download-manager-on-kubuntu-18-10%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

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?