i am unable to download any thing from ubuntu software center even though my network is on?

Asked by venkat reddy

hi friends i am unable to download any thing from Ubuntu software Center and its showing me an error that not connection was lost. but the net is working properly, and all the net connections are working properly please help me with this please......
when i try to download through update manager its showing downloading updates & then give the message as follows
W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/e/eglibc/libc-bin_2.11.1-0ubuntu7.8_i386.deb
  407 Proxy Authentication Required

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Solved by:
venkat reddy
Solved:
Last query:
Last reply:
Revision history for this message
delance (olivier-delance) said :
#1

Software-center -> Edit -> Software source: change of server. Else perhaps the lock on your software database is still active.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Can you give the output of:

uname -a; lsb_release -a

Thanks

Can you also run:

sudo apt-get update; sudo apt-get -y upgrade && sudo apt-get --reinstall install nano

Thanks

Revision history for this message
venkat reddy (venkionfire) said :
#3

Software-center -> Edit -> Software source: change of server. Else perhaps the lock on your software database is still active.

by this my problem was solved

Thanks

delance and every one

Revision history for this message
yogesh (yogesh10487) said :
#4

i am having same problem i tried to change server & also take test for best server available but it doesn't work its showing failed to connect but my Internet is working fine i tried all commands also here with i am giving u details to solve it
yogi@yogi-desktop:~$ uname -a
Linux yogi-desktop 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux
yogi@yogi-desktop:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04 LTS
Release: 10.04
Codename: lucid
yogi@yogi-desktop:~$ sudo apt-get update
[sudo] password for yogi:
Err http://security.ubuntu.com lucid-security Release.gpg
  Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname)
Err http://in.archive.ubuntu.com lucid Release.gpg
  Something wicked happened resolving 'in.archive.ubuntu.com:http' (-5 - No address associated with hostname)
sudo apt-get -y upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
yogi@yogi-desktop:~$ sudo apt-get --reinstall install nano
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reinstallation of nano is not possible, it cannot be downloaded.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status
sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
sudo rm -rf /var/lib/dpkg/updates/*
sudo rm -rf /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists/partial
sudo aptitude clean
sudo aptitude autoclean
sudo apt-get update
sudo dpkg --clear-avail
sudo dpkg --configure -a
sudo aptitude install -f
sudo aptitude update
sudo aptitude dist-upgrade

May help

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

You'll need to run:

sudo apt-get -y install aptitude

first