ubuntu 소프트웨어 센터에서 소프트웨어를 설치할 수 없으며 ubuntu11.04의 업데이트 관리자를 통해 업데이트할 수 없습니다.

ubuntu 소프트웨어 센터에서 소프트웨어를 설치할 수 없으며 ubuntu11.04의 업데이트 관리자를 통해 업데이트할 수 없습니다.

소프트웨어 센터에서 소프트웨어를 설치하려고 하면 다운로드가 완료되지만 설치하는 동안 다음과 같은 오류가 표시됩니다. 나는 무엇을 해야 합니까?

에러 메시지 :

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
Preconfiguring packages ...
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
Preconfiguring packages ...
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
Preconfiguring packages ...
(Reading database ... 
(Reading database ... 5%%
(Reading database ... 10%%
(Reading database ... 15%%
(Reading database ... 20%%
(Reading database ... 25%%
(Reading database ... 30%%
(Reading database ... 35%%
(Reading database ... 40%%
(Reading database ... 45%%
(Reading database ... 50%%
(Reading database ... 55%%dpkg: unrecoverable fatal error, aborting:
 reading files list for package 'gstreamer0.10-plugins-bad': Input/output error

답변1

sudo locale-gen
sudo apt-get clean
sudo apt-get update

터미널에서 하나씩 시도해 보고 다시 시도해 보세요. 최선을 다하겠습니다.

관련 정보