[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: synaptic package manager error



Hi,

Le 19-07-2016, à 22:49:48 -0400, Jesse Stephen a écrit :

  I am using GNOME. I have a problem with no sound on you tube I cant run
  updates And I can not download the Google talk plug-in because it says the
  package updater is open


You need to kill the "package updater" first.

One way to do it is:

ps aux | grep dpkg

(or if it's not dpkg but apt-get or aptitude, you can try:

ps aux | grep apt )

which will give you the PID of the process. Then you kill it with

sudo kill -9 <the PID number>

Then you can try to update process.

Hope it helps.

Best,
Steve


Reply to: