"sudo apt-get install xyz"
för alla xyz saker jag vill installera. Jag får följande felmeddelande:
Kod: Markera allt
Do you want to continue [Y/n]? y
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_TIME = "sv_SE.UTF-8",
LC_MONETARY = "sv_SE.UTF-8",
LC_ADDRESS = "sv_SE.UTF-8",
LC_TELEPHONE = "sv_SE.UTF-8",
LC_NAME = "sv_SE.UTF-8",
LC_MEASUREMENT = "sv_SE.UTF-8",
LC_IDENTIFICATION = "sv_SE.UTF-8",
LC_NUMERIC = "sv_SE.UTF-8",
LC_PAPER = "sv_SE.UTF-8",
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
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
Selecting previously unselected package libglibmm-2.4-1c2a:armhf.
dpkg: unrecoverable fatal error, aborting:
unable to open files list file for package `libxcursor1:armhf': Input/output error
E: Sub-process /usr/bin/dpkg returned an error code (2)
Kod: Markera allt
pi@mumin1 /var/lib/dpkg/info $ ls libxcursor1:armhf.list
ls: cannot access libxcursor1:armhf.list: Input/output error
Det enda som ej ger felmedelande:
Kod: Markera allt
pi@mumin1 /var/lib/dpkg/info $ find ./ -name libxcursor1:armhf.list
./libxcursor1:armhf.list
Jag har testat ett antal olika förslag från nätet men inget har gett ett positivt resultat