Hello Learners in this article , we will going to discuss a big problem related to kalinethunter oK, let me tell you if you don't know about that problem. So that problem occurred when first time we will install Kali nethunter rootless on our Android device. and after installing it, whenever we try to update And try to upgrade packages through this commands it won't work so in this article, we will going to fix this problem so check it out just follow my steps given below to fix this problem✔️
Step 1 open your kaliNethunter rootless Through this command in administrator mode
nh -r
Step 2
To fix this problem we need to go to KaliNethunter Root Directory for this run this command inside Kalinethunter
cd /
step 3
Now we are in the root directory type ls here now here u will going to see so many folders so if u want to fix this problem u need to visit this folder named etc folder so now type this command
cd etc
Now we are in etc folder now here u need to type this command ls and after running this command u will going to see so many files here like this
Now here in etc folder we need to search this resolv.conf file for fixing that problem now run this command
nano resolv.conf
After running that command u will going to
See this resolv.conf file will open in nano editor like this
There in resolv.conf file u need to go to bottom line just comment out this line
Just put # there like this #nameserver 213.186.33.99 now after this line hit enter
Now just add this nameserver 8.8.8.8 and save it press ctrl + s to save it and ctrl x to exit it after saving your resolv.conf file
Now go to the home directory run this
Command
cd ~
Now we are in home directory
Now just type apt-get update
And after that u will going to see it will work so now u can upgrade it

