fixing the apt-get install lock issues on kali linux

Some times you may see some error while trying to download a new piece of script or file through the package installer ,and that might contain some string like E: locked or something like this 

>>why this happens??
Ans: This problem occours as the apt-get process is used by another file or you can think it as busy now .
>> What is the solution to it ??

Ans: So simple , you need to stop those processes of apt-get  at once  so run the following code in the terminal .

>> killall apt-get


And you are done . :)

Comments

Popular posts from this blog

How to install and config pmta full detailed

powermta and vesta cp with mail wizz

How to install wine in kalilinux for using .exe files in linux