VSIDO Community

VSIDO Support => General Support => Topic started by: Gordon on June 23, 2020, 04:20:25 PM

Title: driving me crazy
Post by: Gordon on June 23, 2020, 04:20:25 PM
Hi Folks

back again trying to fix find broken held packages.
so far I have tried

dpkg --get- selection | grep hold and it returns nothing
apt-get --fix-missing update which told me there were 9 upgradable items which I have done. yet when I run ./install.sh it still keeps telling me that


The following information may help to resolve the situation:

The following packages have unmet dependencies:
libgcc1 : Depends: gcc-10-base (= 10.1.0-1) but 10.1.0-4 is to be installed
E: Unable to correct problems, you have held broken packages.


is there anything else that i can do as i have repeatedly tried the above commands

Edit

Since correcting my sources.list the error message has changed to


Package libboost-program-options1.67.0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libboost-filesystem1.67.0' has no installation candidate
E: Package 'libboost-program-options1.67.0' has no installation candidate
E: Package 'libboost-system1.67.0' has no installation candidate



Forgot I have also used apt-get update --fix-missing , apt-get install -f, dpkg --configure -a
Title: Re: driving me crazy
Post by: PackRat on June 24, 2020, 03:42:32 PM
Search and see what Debian is naming those packages now. (https://packages.debian.org/search?suite=default&section=all&arch=any&searchon=names&keywords=libboost-program-options)
Title: Re: driving me crazy
Post by: Gordon on June 25, 2020, 02:08:46 PM
Hi Packrat

Thanks for the link. It downloaded loads of stuff, no idea what it was about though. Still it let me install 1 program that I was having problems with.