did it but i got the same error...dont know why...when i use apt get update or upgrade it doesnt work, shows some errors with the update..pleeeeaseeeee im going insane lol
@@Motivate_Sphere0 What is it showing you?? Appreciate the sub boss ❤️ Trying to get some more content to the channel, its not easy between work and college but I hope to come with more useful videos and maybe an update on this one as well soon!
I'm trying to install kali nethunter on my phone and it gives me this problem i can't fix it i already watched 10 videos about that problem but still nothing i don't know what to do but thank you
Feel you bro.. installing nethunter on your phone is a little bit different. I will try to make a video this coming week explaining it and also post it on my website. Thank you actually for bringing that to the table!! Stay tuned bro so you can check it when I finish the tutorial!
Bro if its not working still, try this.. Use the df -h to figure out if there is any partition that may be full. Now if when see a partition that might be causing the problem, type du -h | sort -h, this will show you the directories and files that are consuming the most space Also try clearing cache, try with rm -rf ~/. cache/* Another option can be transferring your data to another partition using the df command and -h for reading which ones has more space left, or actually extending the lengh of your partition that is out of space if you have room left in your drive, for that type sudo parted /dev/sdX Type print to visualize the current state of your disk and verify if indeed you have room in it. After that, type mklabel and specify the type of partition typing msdos, type enter and next type mkpart, run the print command again and check if the partition was successfully created. Let me know please!
@@HansSec i already installed windows 10 with dualboot on kali 😂😂😂 so i don't have the problem , thanks for taking your time and responding my comment. Good luck ❤️
"sudo nano" to enter, then ctrl x to exit. If you have other doubt let me know. Im sorry I've been out these past weeks. I'll shortly work on another updated video and how you can install scrcpy too!
I'm currently working on a video for a new fix bro, by the moment, try updating the repositories you'll be installing on, if you are not sure of the package name you can use the apt command to search for a partial package names, and also make sure the name of the packages are correct. Hope that works better, if not please let me know!
@@gowthaman5689 So glad to hear bro! I'll be uploading a new video with an alternative also for the ones the fix doesn't work yet though. Thanks for being on top bro appreciate it! 👊
I'll be working on a video about it soon, but try this in the meantime: Use the df -h to figure out which partition may be full. Now if you see a partition that might be causing the problem, type du -h | sort -h, this will show you the directories and files that are consuming the most space Also try clearing cache, this command should work fine rm -rf ~/. cache/* Another option can be transferring your data to another partition using the df command and -h for reading which ones has more space left, or actually extending the lengh of your partition that is out of space if you have room left in your drive, for that type sudo parted /dev/sdX Type print to visualize the current state of your disk and verify if indeed you have room in it. After that, type mklabel and specify the type of partition typing msdos, type enter and next type mkpart, run the print command again and check if the partition was successfully created. Hope this helps bro, I'll be bringing a new video about it and mixing it with an update to this one as well this coming week. Anything el else just let me know and how that went!
@@Vedant-g9x sure of course bro! Ok, well that means that you might have your disk connected through a NVM Express port. Now, to take an easier look of your disk and partitioning structure use the command lsblk and -files to look the device names on it. This being said bro, you should be able to figure out if theres actually or not available room, the most logical fix would be to extend the capability of your current partition, or creating and using an extra one. Those are the alternatives that have previously worked for me, I'm actually working to figure out if theres something ese in these cases, and in my next video this week I'll be showing that! But try this in the meantime bro.
Here is the link my friends :D
www.kali.org/docs/general-use/
Yes I have successfully fixed my "unable to locate packages".
appreciate it boss man got my linux runnin keep up the vids man
Only Person i met given 100% solution , Thanks Bro
Just got my sub 🎉. Quick fix I’ve been wrestling with it for a couple days now.
I love you, it worked. You are the best.....
It truly worked, tysm!
Thanks brother♥️ l see that Azerbaijan,good job 👍🏻
I found this video is the right solution. Thanks sir!
You saved me bro. Thank you very much
THANK YOU BRO SO MUCH
thank you bro ur the goat
very helpful video ' Thanks
you are the king
BRO THX VERYYYYYYY MUCH..I WATCHED 999 NON OF THEM HELPED ME...THXXXXXXXXXXXX
thankkk uuu brotherrr its workk
Thank you boss
after sudo nano section i couldn't remove(backspace) the source list.....how do i do that
try opening a new text file. And go back with ctrl X and then, yes, and hit enter
Thank you bro ❤️
Working thanks sir
You are the best
did it but i got the same error...dont know why...when i use apt get update or upgrade it doesnt work, shows some errors with the update..pleeeeaseeeee im going insane lol
are you running under your admin privileges?? If your are not sure try adding "sudo" like: sudo apt update
thank you
It is giving me the same message when i start to install lynis
PLEASE HELP!!!
Thankyou for your video but I can't rewrite the file. It said that "Error writing /etc/apt/sources.list: Permission denied". Pls help
oh I got it. I have to add 'sudo' in order to rewrite it
@@marky5643 that's right my friend! Anything else let me know!
Yah you can also do root everything before do it and then go for it
i dont get it, where to type the sudo?
SEND HELP@@marky5643
Not solve😢 but good effort so i m gonna subscribe you man ❤
@@Motivate_Sphere0 What is it showing you??
Appreciate the sub boss ❤️
Trying to get some more content to the channel, its not easy between work and college but I hope to come with more useful videos and maybe an update on this one as well soon!
TY
Thank
Permission denied at the time of saving, when pressing ctrl+x and then yes and then enter.
It displays permission denied
Finally solved🎉
@@asbadlani5893how did you solve it please i got the same error
TQ❤
How do install scrcpy
Same bro you find a solution ?!
won't let me rewrite file or save as a different file
same
my linux is keeping runing so many cods it has been hour like that and its not stoping please help
@@amoorygamer5447 what is it showing you??
I'm trying to install kali nethunter on my phone and it gives me this problem i can't fix it i already watched 10 videos about that problem but still nothing i don't know what to do but thank you
Feel you bro.. installing nethunter on your phone is a little bit different. I will try to make a video this coming week explaining it and also post it on my website. Thank you actually for bringing that to the table!!
Stay tuned bro so you can check it when I finish the tutorial!
@@HansSec thanks bro
My pleasure chef 🫡@@Randompsev
thanks you bro, its work
its work on usb live presistency or not
thanks but i can't still install the package , it still says unable to locate , it is giving me headaches already lol
Bro if its not working still, try this..
Use the df -h to figure out if there is any partition that may be full.
Now if when see a partition that might be causing the problem, type du -h | sort -h, this will show you the directories and files that are consuming the most space
Also try clearing cache, try with rm -rf ~/. cache/*
Another option can be transferring your data to another partition using the df command and -h for reading which ones has more space left, or actually extending the lengh of your partition that is out of space if you have room left in your drive, for that type sudo parted /dev/sdX
Type print to visualize the current state of your disk and verify if indeed you have room in it.
After that, type mklabel and specify the type of partition typing msdos, type enter and next type mkpart, run the print command again and check if the partition was successfully created.
Let me know please!
@@HansSec i already installed windows 10 with dualboot on kali 😂😂😂 so i don't have the problem , thanks for taking your time and responding my comment. Good luck ❤️
@@existentialism_01bro did that fix , having the same problem
yeah it did , entirely wiped whole system and installed fresh one with dualboot.@@naughtyboys2381
bro tell me how to fix im getting this problem
Which short key you used 2 times .i can't understand please help me anyone
"sudo nano" to enter, then ctrl x to exit. If you have other doubt let me know. Im sorry I've been out these past weeks. I'll shortly work on another updated video and how you can install scrcpy too!
i do the same bro
then i install lynis same error comed up
Unable to locate package
Same
Did u fix it ??
At 2:34 what did your press there
Ctrl X to save the file name, and then just hit Enter
@@HansSec okay thanks sir
Still not fix
What does it show bro??
@@HansSec same unable to locate package now i have installed by dual booting now one problem that is wifi driver not available
I have downloaded the driver but it is not suitable for my laptop
bro i still cant install any this
I'm currently working on a video for a new fix bro, by the moment, try updating the repositories you'll be installing on, if you are not sure of the package name you can use the apt command to search for a partial package names, and also make sure the name of the packages are correct. Hope that works better, if not please let me know!
@@HansSec thanks bro it works
@@gowthaman5689 So glad to hear bro! I'll be uploading a new video with an alternative also for the ones the fix doesn't work yet though. Thanks for being on top bro appreciate it! 👊
Hwo to save the file ?
How to rewrite
ctrl + x
How do i rewrite the file?
@@SilenceOnRblx ctrl X and then hit Enter my bro
@@HansSec mb, I'm new to all this stuff, ty
@@SilenceOnRblx we all are here to learn together bro ❤️
Any other question let me know!
Would you like to make a group of hackers I mean a group like anonymous.
It never worked waste of time😢
?
i love u
i love you
Still getting same error
What does it show to you??
I know why some people are still getting the error
U don't @@tootlol3215
Why?@@tootlol3215
Help me bro ,
Its telling me that No space left on this device while their is (my whole system is empty)
And
Tty(1-6) error
Please 🙏 help
I'll be working on a video about it soon, but try this in the meantime:
Use the df -h to figure out which partition may be full.
Now if you see a partition that might be causing the problem, type du -h | sort -h, this will show you the directories and files that are consuming the most space
Also try clearing cache, this command should work fine rm -rf ~/. cache/*
Another option can be transferring your data to another partition using the df command and -h for reading which ones has more space left, or actually extending the lengh of your partition that is out of space if you have room left in your drive, for that type sudo parted /dev/sdX
Type print to visualize the current state of your disk and verify if indeed you have room in it.
After that, type mklabel and specify the type of partition typing msdos, type enter and next type mkpart, run the print command again and check if the partition was successfully created.
Hope this helps bro, I'll be bringing a new video about it and mixing it with an update to this one as well this coming week. Anything el else just let me know and how that went!
@@HansSec
/dev/nvme0n1p9 ext4 70G 69G 0 100% / ,,,, what should i do now && and thanks for replying bro
@@Vedant-g9x sure of course bro!
Ok, well that means that you might have your disk connected through a NVM Express port.
Now, to take an easier look of your disk and partitioning structure use the command lsblk and -files to look the device names on it.
This being said bro, you should be able to figure out if theres actually or not available room, the most logical fix would be to extend the capability of your current partition, or creating and using an extra one.
Those are the alternatives that have previously worked for me, I'm actually working to figure out if theres something ese in these cases, and in my next video this week I'll be showing that! But try this in the meantime bro.
How do install scrcpy
How to rewrite it
@@SUDARSHANGAMING-n4b Crtl + X and then hit enter my friend