- This topic has 6 replies, 4 voices, and was last updated Feb 18-7:57 pm by Anonymous.
-
AuthorPosts
-
December 16, 2021 at 8:53 pm #73090
Anonymous
I got this error while installing Fsearch using this code
$ sudo apt install git build-essential automake autoconf libtool pkg-config intltool autoconf-archive libpcre3-dev libglib2.0-dev libgtk-3-dev libxml2-utils $ git clone http://github.com/cboxdoerfer/fsearch.git $ cd fsearch $ ./autogen.sh $ ./configure $ make && sudo make installThe Error
The following packages have unmet dependencies: libc6-dev : Depends: libc6 (= 2.31-13) but 2.31-13+deb11u2 is to be installed E: Unable to correct problems, you have held broken packages.any help is much appreciated
December 17, 2021 at 1:17 am #73094
capreaModeratorPlease tell us on which antiX are you trying to install the software.
I just made a test-install on antiX21-full and don’t see the error.December 17, 2021 at 5:49 pm #73142Anonymous
Please tell us on which antiX are you trying to install the software.
I just made a test-install on antiX21-full and don’t see the error.antix21
I performedapt updatebut the error still thereDecember 17, 2021 at 5:58 pm #73146
XecureMemberI would bet my computer you installed a package from either a different source that brought different version libraries and now you have mixed library versions.
Please, check versions available for libc6
apt policy libc6-dev libc6
And see if you have an installed version with a missing source.You will have to force install the other version of the packages.
- This reply was modified 4 years, 9 months ago by Xecure. Reason: Removing MX repo misinformation
antiX Live system enthusiast.
General Live Boot Parameters for antiX.December 17, 2021 at 6:21 pm #73152Anonymous
it is brand new installation just installed chrome, microsoft edge and VScode,
and i solved the problem right now by downgrading the package using this command
sudo apt install libc6=2.31-13December 17, 2021 at 7:39 pm #73159
capreaModeratorNot sure if this is really solved, antiX21 comes with libc6 and libc6-dev from debian bullseye, so libc6 2.31-13+deb11u2
There must have happened something unusual on your system.February 18, 2022 at 7:57 pm #77672Anonymous
The following packages have unmet dependencies: libc6-dev : Depends: libc6 (= 2.31-13) but 2.31-13+deb11u2 is to be installed E: Unable to correct problems, you have held broken packages.any help is much appreciated
I had the same problem, and it is not related to Fsearch (I actually couldn’t install many development packages because of this).
This is what I did to fix it: Go to Control Centre -> Software -> Repo Manager; in the “Debian repos” tab, hit “Select fastest Debian repo for me”. This changed the default repo to another one. Then I updated the system, which replaced libc6 with libc6++deb11u2, so no more unmet dependencies. -
AuthorPosts
- You must be logged in to reply to this topic.