[ubuntu-in] Ubuntu (11.04) Software Center Installation Interrupted

2011-10-11 Thread KBS Ramachandra
Hi, I was using the Ubuntu Software Center to install a package called 'netams'. Once the distribution was downloaded(it was in the Applying Changes stage), it prompted me for the passwords to be set. Once I provided those, I got an error message saying password is empty. I am now unable to

Re: [ubuntu-in] Ubuntu (11.04) Software Center Installation Interrupted

2011-10-11 Thread Ninad Pundalik
Hi Ram, Try executing the following command from a terminal: 'sudo apt-get install --fix-broken' If that doesn't work, the '--fix-missing' option should work. Apt-get will try to reinstall the package that you installed, and in the install process, ask you for the passwords again. In case you

Re: [ubuntu-in] Ubuntu (11.04) Software Center Installation Interrupted

2011-10-11 Thread KBS Ramachandra
Hi Ninad, Thanks very much for your help. It worked with the command :: 'sudo apt-get install --fix-broken netams' Thanks again. Best regards, Ram On 10/11/2011 08:17 PM, Ninad Pundalik wrote: Hi Ram, Try executing the following command from a terminal: 'sudo apt-get install --fix-broken'