Jump to content

Unable to locate file in kali linux when using the apt-get install command

Go to solution Solved by sp331yi,

Have you tried

apt build-dep {package-name}

then

apt install {package-name}

If this does not help, uncomment (delete the # in front of) a couple repo sources -- that. is, they being

deb-src https:// . . .

in /etc/apt/sources.list  or subdirectories of /etc/apt/sources.list.d/

then

apt update

and try the first two, again.

ALTERNATIVELY, esp if you are unsure of the package name,

apt-cache search {package-name}

following an update

I been trying to get some dependencies install on my kali linux but every time I tried to apt-get install it always fails is there a setting I need to change or what should I do

Link to comment
Share on other sites

Link to post
Share on other sites

Have you tried

apt build-dep {package-name}

then

apt install {package-name}

If this does not help, uncomment (delete the # in front of) a couple repo sources -- that. is, they being

deb-src https:// . . .

in /etc/apt/sources.list  or subdirectories of /etc/apt/sources.list.d/

then

apt update

and try the first two, again.

ALTERNATIVELY, esp if you are unsure of the package name,

apt-cache search {package-name}

following an update

Link to comment
Share on other sites

Link to post
Share on other sites

On 6/14/2020 at 3:03 AM, C2dan88 said:

What package are you trying to install?

Post actual error message.

any dependency that thing like aircrack-ng needed but it dint work for any other thing i tried installin

Link to comment
Share on other sites

Link to post
Share on other sites

omg it worked that you sooooo much finally i can use it thank you so so much

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×