santoso 7 Posted September 14, 2022 Share Posted September 14, 2022 Hi, i try to install EFS on Debian 10 but stuck in dependency Extracting: efs-9.0.461.0.x86_64.deb Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'efs' instead of './efs-9.0.461.0.x86_64.deb' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: efs : Depends: libelf-dev but it is not installable or libelf-devel but it is not installable or elfutils-libelf-devel but it is not installable E: Unable to correct problems, you have held broken packages. Error during package installation, exiting how to solved this problem. thank you Link to comment Share on other sites More sharing options...
ESET Staff Solution kurco 21 Posted September 16, 2022 ESET Staff Solution Share Posted September 16, 2022 Hi santoso, It looks like you are missing official repositories in your apt sources. Unmet dependencies from yours output are downloaded from official debian repositories. Please check you apt sources file ("/etc/apt/sources.list") or sources directory ("/etc/apt/sources.list.d/"), at least these repositories needs to be defined there: deb http://deb.debian.org/debian buster main deb-src http://deb.debian.org/debian buster main deb http://security.debian.org/debian-security buster/updates main contrib deb-src http://security.debian.org/debian-security buster/updates main contrib deb http://deb.debian.org/debian/ buster-updates main contrib deb-src http://deb.debian.org/debian/ buster-updates main contrib Link to comment Share on other sites More sharing options...
santoso 7 Posted September 21, 2022 Author Share Posted September 21, 2022 On 9/16/2022 at 2:48 PM, kurco said: Hi santoso, It looks like you are missing official repositories in your apt sources. Unmet dependencies from yours output are downloaded from official debian repositories. Please check you apt sources file ("/etc/apt/sources.list") or sources directory ("/etc/apt/sources.list.d/"), at least these repositories needs to be defined there: deb hxxp://deb.debian.org/debian buster main deb-src hxxp://deb.debian.org/debian buster main deb hxxp://security.debian.org/debian-security buster/updates main contrib deb-src hxxp://security.debian.org/debian-security buster/updates main contrib deb hxxp://deb.debian.org/debian/ buster-updates main contrib deb-src hxxp://deb.debian.org/debian/ buster-updates main contrib Thank you Kurco, I change repository and ot work great. Best regards, Link to comment Share on other sites More sharing options...
Recommended Posts