Missing dependancies for any program I try to install












1















So today it's Recoll, it says it's installed but it won't launch. When I try through the terminal it says



error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory


So I tried



sudo apt-get install libqt5-widgets


and get



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libqt5-widgets


I haven't been able to install any new programs since I got 18.04 a month ago, some of them install and even launch but they never work, there is always something missing. I always get a message about some missing dependency.



I have all the repository boxes ticked in the settings.



I've tried apt-get update and apt-get upgrade



I've looked at threads with similar topics and no answer.



apt-cache policy recoll
recoll:
Installed: 1.23.7-1
Candidate: 1.23.7-1
Version table:
*** 1.23.7-1 500
500 http://ftp.heanet.ie/pub/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status


$ which recoll
/usr/bin/recoll


This happens no matter what program I try to install.



Thanks.










share|improve this question

























  • The library appears to be provided by package libqt5widgets5

    – steeldriver
    Jan 6 at 18:45






  • 1





    Please add output of apt-cache policy recoll, which recoll, ldd $(which recoll) and ldd /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 | grep not to the question.

    – N0rbert
    Jan 6 at 20:50













  • Done! I meant to say this happens regardless of program...

    – Rabbit
    Jan 7 at 16:41
















1















So today it's Recoll, it says it's installed but it won't launch. When I try through the terminal it says



error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory


So I tried



sudo apt-get install libqt5-widgets


and get



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libqt5-widgets


I haven't been able to install any new programs since I got 18.04 a month ago, some of them install and even launch but they never work, there is always something missing. I always get a message about some missing dependency.



I have all the repository boxes ticked in the settings.



I've tried apt-get update and apt-get upgrade



I've looked at threads with similar topics and no answer.



apt-cache policy recoll
recoll:
Installed: 1.23.7-1
Candidate: 1.23.7-1
Version table:
*** 1.23.7-1 500
500 http://ftp.heanet.ie/pub/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status


$ which recoll
/usr/bin/recoll


This happens no matter what program I try to install.



Thanks.










share|improve this question

























  • The library appears to be provided by package libqt5widgets5

    – steeldriver
    Jan 6 at 18:45






  • 1





    Please add output of apt-cache policy recoll, which recoll, ldd $(which recoll) and ldd /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 | grep not to the question.

    – N0rbert
    Jan 6 at 20:50













  • Done! I meant to say this happens regardless of program...

    – Rabbit
    Jan 7 at 16:41














1












1








1


1






So today it's Recoll, it says it's installed but it won't launch. When I try through the terminal it says



error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory


So I tried



sudo apt-get install libqt5-widgets


and get



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libqt5-widgets


I haven't been able to install any new programs since I got 18.04 a month ago, some of them install and even launch but they never work, there is always something missing. I always get a message about some missing dependency.



I have all the repository boxes ticked in the settings.



I've tried apt-get update and apt-get upgrade



I've looked at threads with similar topics and no answer.



apt-cache policy recoll
recoll:
Installed: 1.23.7-1
Candidate: 1.23.7-1
Version table:
*** 1.23.7-1 500
500 http://ftp.heanet.ie/pub/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status


$ which recoll
/usr/bin/recoll


This happens no matter what program I try to install.



Thanks.










share|improve this question
















So today it's Recoll, it says it's installed but it won't launch. When I try through the terminal it says



error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory


So I tried



sudo apt-get install libqt5-widgets


and get



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libqt5-widgets


I haven't been able to install any new programs since I got 18.04 a month ago, some of them install and even launch but they never work, there is always something missing. I always get a message about some missing dependency.



I have all the repository boxes ticked in the settings.



I've tried apt-get update and apt-get upgrade



I've looked at threads with similar topics and no answer.



apt-cache policy recoll
recoll:
Installed: 1.23.7-1
Candidate: 1.23.7-1
Version table:
*** 1.23.7-1 500
500 http://ftp.heanet.ie/pub/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status


$ which recoll
/usr/bin/recoll


This happens no matter what program I try to install.



Thanks.







package-management






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 6 at 20:56







Rabbit

















asked Jan 6 at 18:18









RabbitRabbit

3751315




3751315













  • The library appears to be provided by package libqt5widgets5

    – steeldriver
    Jan 6 at 18:45






  • 1





    Please add output of apt-cache policy recoll, which recoll, ldd $(which recoll) and ldd /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 | grep not to the question.

    – N0rbert
    Jan 6 at 20:50













  • Done! I meant to say this happens regardless of program...

    – Rabbit
    Jan 7 at 16:41



















  • The library appears to be provided by package libqt5widgets5

    – steeldriver
    Jan 6 at 18:45






  • 1





    Please add output of apt-cache policy recoll, which recoll, ldd $(which recoll) and ldd /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 | grep not to the question.

    – N0rbert
    Jan 6 at 20:50













  • Done! I meant to say this happens regardless of program...

    – Rabbit
    Jan 7 at 16:41

















The library appears to be provided by package libqt5widgets5

– steeldriver
Jan 6 at 18:45





The library appears to be provided by package libqt5widgets5

– steeldriver
Jan 6 at 18:45




1




1





Please add output of apt-cache policy recoll, which recoll, ldd $(which recoll) and ldd /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 | grep not to the question.

– N0rbert
Jan 6 at 20:50







Please add output of apt-cache policy recoll, which recoll, ldd $(which recoll) and ldd /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 | grep not to the question.

– N0rbert
Jan 6 at 20:50















Done! I meant to say this happens regardless of program...

– Rabbit
Jan 7 at 16:41





Done! I meant to say this happens regardless of program...

– Rabbit
Jan 7 at 16:41










1 Answer
1






active

oldest

votes


















1














According to the search on packages.ubuntu.com you need to get libqt5widgets5 package with



sudo apt-get install libqt5widgets5


Also for your information Recoll is available in official repositories (in universe pocket) too and installable with



sudo add-apt-repository universe
sudo apt-get install recoll




To be completely sure that your system integrity is complete consider to use debsums.






share|improve this answer
























  • Yes I got it from the official repositories, I get everything from there, but no matter what I get from the official repositories there are missing dependencies. So yeah, "'universe' distribution component is already enabled for all sources. "

    – Rabbit
    Jan 6 at 20:47













  • When i did that it said "libqt5widgets5 is already the newest version", and I still get the same error message when i try to open recoll. I don't understand what the link you sent me wants me to do?

    – Rabbit
    Jan 6 at 20:49













  • Ah ha ok i figured out what the debsums stuff was about, sorry it took me a while. Yes, that worked, sorted out all the missing dependencies and all the programs I've been trying to install are working now. Thank you!

    – Rabbit
    Jan 15 at 17:12











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%2f1107485%2fmissing-dependancies-for-any-program-i-try-to-install%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









1














According to the search on packages.ubuntu.com you need to get libqt5widgets5 package with



sudo apt-get install libqt5widgets5


Also for your information Recoll is available in official repositories (in universe pocket) too and installable with



sudo add-apt-repository universe
sudo apt-get install recoll




To be completely sure that your system integrity is complete consider to use debsums.






share|improve this answer
























  • Yes I got it from the official repositories, I get everything from there, but no matter what I get from the official repositories there are missing dependencies. So yeah, "'universe' distribution component is already enabled for all sources. "

    – Rabbit
    Jan 6 at 20:47













  • When i did that it said "libqt5widgets5 is already the newest version", and I still get the same error message when i try to open recoll. I don't understand what the link you sent me wants me to do?

    – Rabbit
    Jan 6 at 20:49













  • Ah ha ok i figured out what the debsums stuff was about, sorry it took me a while. Yes, that worked, sorted out all the missing dependencies and all the programs I've been trying to install are working now. Thank you!

    – Rabbit
    Jan 15 at 17:12
















1














According to the search on packages.ubuntu.com you need to get libqt5widgets5 package with



sudo apt-get install libqt5widgets5


Also for your information Recoll is available in official repositories (in universe pocket) too and installable with



sudo add-apt-repository universe
sudo apt-get install recoll




To be completely sure that your system integrity is complete consider to use debsums.






share|improve this answer
























  • Yes I got it from the official repositories, I get everything from there, but no matter what I get from the official repositories there are missing dependencies. So yeah, "'universe' distribution component is already enabled for all sources. "

    – Rabbit
    Jan 6 at 20:47













  • When i did that it said "libqt5widgets5 is already the newest version", and I still get the same error message when i try to open recoll. I don't understand what the link you sent me wants me to do?

    – Rabbit
    Jan 6 at 20:49













  • Ah ha ok i figured out what the debsums stuff was about, sorry it took me a while. Yes, that worked, sorted out all the missing dependencies and all the programs I've been trying to install are working now. Thank you!

    – Rabbit
    Jan 15 at 17:12














1












1








1







According to the search on packages.ubuntu.com you need to get libqt5widgets5 package with



sudo apt-get install libqt5widgets5


Also for your information Recoll is available in official repositories (in universe pocket) too and installable with



sudo add-apt-repository universe
sudo apt-get install recoll




To be completely sure that your system integrity is complete consider to use debsums.






share|improve this answer













According to the search on packages.ubuntu.com you need to get libqt5widgets5 package with



sudo apt-get install libqt5widgets5


Also for your information Recoll is available in official repositories (in universe pocket) too and installable with



sudo add-apt-repository universe
sudo apt-get install recoll




To be completely sure that your system integrity is complete consider to use debsums.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 6 at 19:08









N0rbertN0rbert

21.9k547102




21.9k547102













  • Yes I got it from the official repositories, I get everything from there, but no matter what I get from the official repositories there are missing dependencies. So yeah, "'universe' distribution component is already enabled for all sources. "

    – Rabbit
    Jan 6 at 20:47













  • When i did that it said "libqt5widgets5 is already the newest version", and I still get the same error message when i try to open recoll. I don't understand what the link you sent me wants me to do?

    – Rabbit
    Jan 6 at 20:49













  • Ah ha ok i figured out what the debsums stuff was about, sorry it took me a while. Yes, that worked, sorted out all the missing dependencies and all the programs I've been trying to install are working now. Thank you!

    – Rabbit
    Jan 15 at 17:12



















  • Yes I got it from the official repositories, I get everything from there, but no matter what I get from the official repositories there are missing dependencies. So yeah, "'universe' distribution component is already enabled for all sources. "

    – Rabbit
    Jan 6 at 20:47













  • When i did that it said "libqt5widgets5 is already the newest version", and I still get the same error message when i try to open recoll. I don't understand what the link you sent me wants me to do?

    – Rabbit
    Jan 6 at 20:49













  • Ah ha ok i figured out what the debsums stuff was about, sorry it took me a while. Yes, that worked, sorted out all the missing dependencies and all the programs I've been trying to install are working now. Thank you!

    – Rabbit
    Jan 15 at 17:12

















Yes I got it from the official repositories, I get everything from there, but no matter what I get from the official repositories there are missing dependencies. So yeah, "'universe' distribution component is already enabled for all sources. "

– Rabbit
Jan 6 at 20:47







Yes I got it from the official repositories, I get everything from there, but no matter what I get from the official repositories there are missing dependencies. So yeah, "'universe' distribution component is already enabled for all sources. "

– Rabbit
Jan 6 at 20:47















When i did that it said "libqt5widgets5 is already the newest version", and I still get the same error message when i try to open recoll. I don't understand what the link you sent me wants me to do?

– Rabbit
Jan 6 at 20:49







When i did that it said "libqt5widgets5 is already the newest version", and I still get the same error message when i try to open recoll. I don't understand what the link you sent me wants me to do?

– Rabbit
Jan 6 at 20:49















Ah ha ok i figured out what the debsums stuff was about, sorry it took me a while. Yes, that worked, sorted out all the missing dependencies and all the programs I've been trying to install are working now. Thank you!

– Rabbit
Jan 15 at 17:12





Ah ha ok i figured out what the debsums stuff was about, sorry it took me a while. Yes, that worked, sorted out all the missing dependencies and all the programs I've been trying to install are working now. Thank you!

– Rabbit
Jan 15 at 17:12


















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%2f1107485%2fmissing-dependancies-for-any-program-i-try-to-install%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

Questions related to Moebius Transform of Characteristic Function of the Primes

List of scandals in India

Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?