Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How to know the process ID that lock apt-get upgrade [ or any synaptic download process] and then stop that process ?

user-image
Question ajoutée par Utilisateur supprimé
Date de publication: 2014/02/06

to know the process id issue following command:

ps -ec | grep apt

then look for pid and issue command:

kill -9 <pid>

ghilman ahmed
par ghilman ahmed , System Administrator , Streaming Networks Pvt Ltd

ps -ef | grep -i jockey

ps -ef | grep -i python

you will get the processes but with the jockey is the one which locks the apt-get you just have to

kill that pid with kill command

Mohammed El-Afifi
par Mohammed El-Afifi , chief engineer , valeo

You can also use

ps ax

in place of

ps ec

.

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?