GStreamer extra plugins

Asked by naufal

When I installing GStreamer extra plugins for totem my computer returned:

The repository might be no longer available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and the correct writing of the repository address in the preferences.

http://my.archive.ubuntu.com/ubuntu/dists/feisty/universe/binary-i386/Packages.gz: Sub-process gzip returned an error code (1)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Stephen Drake
Solved:
Last query:
Last reply:
Revision history for this message
Gord Allott (gordallott) said :
#1

try running:
    sudo apt-get clean
then:
    sudo apt-get update

and try again :)

Revision history for this message
naufal (musp-student) said :
#2

pyan@pyan-laptop:~$ sudo apt-get clean
Password:
pyan@pyan-laptop:~$ sudo apt-get update
E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the list directory

Revision history for this message
Best Stephen Drake (spd106) said :
#3

You need to close any other package management applications (e.g. Synaptic) that are running and try the commands again.

Sometimes the apt background updater can have problems and not free up the lock. In this case you will have to find the apt process and kill it manually. Use the process id found by the first command (the number after the user name, usually five digits) in the second command and ignore the "grep apt" line.

Try:
      ps aux | grep apt
then:
      sudo kill *****
else:
      sudo killall apt

Revision history for this message
naufal (musp-student) said :
#4

Thanks for all information.

Revision history for this message
Mwasampeta (bamwasa18) said :
#5

Hallo!
I have a problem with my Desktop computer after been installed Ubuntu. It do not play audios and videos saying no available codes. It request me to connect on the internet and install gstreamer extra plugin but I'm not able to have internet connection.
How should I solve that problem?