Software installation errors
NoOp
glgxg at sbcglobal.net
Sat Jul 2 03:47:01 UTC 2011
On 07/01/2011 08:28 PM, Prasanna Kumar wrote:
> Hi,
>
> When ever i install or remove any software, i see following errors. Was
> upgraded ubuntu from 10.10 to 11.04 recently and seeing this error after
> upgrading. Please any one help me in resolving this error. Thanks in
> advance.
>
> pkaX at pkax-ThinkPad-R400:~$ sudo apt-get install usermod
> [sudo] password for pkaX:
>
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Suggested packages:
> transmission-daemon transmission-gtk
> The following NEW packages will be installed:
> transmission-cli
> 0 upgraded, 1 newly installed, 0 to remove and 81 not upgraded.
> 3 not fully installed or removed.
Try:
$ sudo apt-get install -f
$ sudo dpkg --configure -a
$ sudo apt-get update && apt-get upgrade
More information about the ubuntu-users
mailing list