how to get rid of unmet dependency ?

Asked by Jeet

installArchives() failed: perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
dpkg: dependency problems prevent configuration of adobe-flash-properties-gtk:
 adobe-flash-properties-gtk depends on adobe-flashplugin (= 11.2.202.238-0precise1); however:
  Version of adobe-flashplugin on system is 11.2.202.243-0precise1.
dpkg: error processing adobe-flash-properties-gtk (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
Errors were encountered while processing:
 adobe-flash-properties-gtk
Error in function:
dpkg: dependency problems prevent configuration of adobe-flash-properties-gtk:
 adobe-flash-properties-gtk depends on adobe-flashplugin (= 11.2.202.238-0precise1); however:
  Version of adobe-flashplugin on system is 11.2.202.243-0precise1.
dpkg: error processing adobe-flash-properties-gtk (--configure):
 dependency problems - leaving unconfigured

Linux Jeet 3.2.0-32-generic-pae #51-Ubuntu SMP Wed Sep 26 21:54:23 UTC 2012 i686 i686 i386 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
Jeet
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Please open a Terminal and send us the output of the following commands:

lsb_release -a; uname -a; dpkg -l | egrep 'flash|gnas|swf|spark'

apt-cache policy adobe-flash-properties-gtk adobe-flashplugin

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

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

I'd run:

sudo apt-get --purge remove adobe-flashplugin; sudo apt-get clean; sudo apt-get update; sudo apt-get upgrade; sudo apt-get install adobe-flashplugin

Revision history for this message
Jeet (gour-jitendrasingh) said :
#3

Thanks andy,

But i resolved problem with partial upgrade.

Thanks a lot.
~ Jeet
On Oct 27, 2012 7:36 PM, "actionparsnip" <
<email address hidden>> wrote:

> Your question #212468 on apt in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/apt/+question/212468
>
> Status: Needs information => Answered
>
> actionparsnip proposed the following answer:
> I'd run:
>
> sudo apt-get --purge remove adobe-flashplugin; sudo apt-get clean; sudo
> apt-get update; sudo apt-get upgrade; sudo apt-get install adobe-
> flashplugin
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/apt/+question/212468/+confirm?answer_id=1
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/apt/+question/212468
>
> You received this question notification because you asked the question.
>

Revision history for this message
Warren Hill (warren-hill) said :
#4

If it now solved pleas mark the question solved.

Revision history for this message
Jeet (gour-jitendrasingh) said :
#5

Yes i will do that, let me reach home please
On Oct 27, 2012 7:50 PM, "Warren Hill" <email address hidden>
wrote:

> Your question #212468 on apt in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/apt/+question/212468
>
> Status: Open => Answered
>
> Warren Hill proposed the following answer:
> If it now solved pleas mark the question solved.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/apt/+question/212468/+confirm?answer_id=3
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/apt/+question/212468
>
> You received this question notification because you asked the question.
>

Revision history for this message
Jeet (gour-jitendrasingh) said :
#6

Closing this question resolved !