LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-29-2012, 03:47 AM   #1
tobiaslziszka
LQ Newbie
 
Registered: Feb 2012
Posts: 1

Rep: Reputation: Disabled
Unhappy "apt-get install" don't workink after the installation gconf-editor


Hi, I have a problem with apt-get install, after installation gconf-editor.

When use apt-get install:
Code:
    apt-get install ninvaders
    Czytanie list pakietów... Gotowe
    Budowanie drzewa zależności       
    Odczyt informacji o stanie... Gotowe
    ninvaders jest już w najnowszej wersji.
    0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 2 nieaktualizowanych.
    1 nie w pełni zainstalowanych lub usuniętych.
    Po tej operacji zostanie dodatkowo użyte 0B miejsca na dysku.
    Can't exec "locale": Brak dostępu at /usr/share/perl5/Debconf/Encoding.pm line 16.
    Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17.
    Konfigurowanie gconf-editor (2.30.0-0ubuntu1) ...
    Traceback (most recent call last):
      File "/usr/sbin/gconf-schemas", line 117, in <module>
        trim(os.path.join(defaults_dest,"%gconf-tree.xml"), get_valid_languages())
      File "/usr/sbin/gconf-schemas", line 14, in get_valid_languages
        cmd = subprocess.Popen(['locale', '-a'], stdout=subprocess.PIPE)
      File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
        errread, errwrite)
      File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
        raise child_exception
    OSError: [Errno 13] Permission denied
    dpkg: błąd przetwarzania gconf-editor (--configure):
    podproces zainstalowany skrypt post-installation zwrócił kod błędu 1
    Wystąpiły błędy podczas przetwarzania:
    gconf-editor
    E: Sub-process /usr/bin/dpkg returned an error code (1)
when I'm use aptitude install:
Code:
    aptitude install ninvaders
    Czytanie list pakietów... Gotowe
    Budowanie drzewa zależności       
    Odczyt informacji o stanie... Gotowe
    Odczyt dodatkowych informacji o stanie     
    Inicjalizacja stanów pakietów... Gotowe
    Następujące częściowo zainstalowane pakiety zostaną skonfigurowane:
      gconf-editor
    0 pakietów aktualizowanych, 0 instalowanych, 0 do usunięcia i 2 nie aktualizowanych.
    Do pobrania 0B archiwów. Zajęte po rozpakowaniu: 0B.
    Zapisywanie dodatkowych informacji o stanie... Gotowe
    Can't exec "locale": Brak dostępu at /usr/share/perl5/Debconf/Encoding.pm line 16.
    Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17.
    Konfigurowanie gconf-editor (2.30.0-0ubuntu1) ...
    Traceback (most recent call last):
      File "/usr/sbin/gconf-schemas", line 117, in <module>
        trim(os.path.join(defaults_dest,"%gconf-tree.xml"), get_valid_languages())
      File "/usr/sbin/gconf-schemas", line 14, in get_valid_languages
        cmd = subprocess.Popen(['locale', '-a'], stdout=subprocess.PIPE)
      File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
        errread, errwrite)
      File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
        raise child_exception
    OSError: [Errno 13] Permission denied
    dpkg: błąd przetwarzania gconf-editor (--configure):
    podproces zainstalowany skrypt post-installation zwrócił kod błędu 1
    Wystąpiły błędy podczas przetwarzania:
    gconf-editor
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    Instalacja pakietu nie powiodła się. Próba odtworzenia:
    Czytanie list pakietów... Gotowe                   
    Budowanie drzewa zależności       
    Odczyt informacji o stanie... Gotowe
    Odczyt dodatkowych informacji o stanie       
    Inicjalizacja stanów pakietów... Gotowe
Please, help me.
 
Old 03-01-2012, 06:14 PM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
pls post in English next time.....google translate gives me

Code:
apt-get install ninvaders 
    Reading package lists ... Ready 
    Building dependency tree 
    Reading state information ... Ready 
    ninvaders is already the newest version. 
    0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 
    1 not fully installed or removed. 
    After this operation, 0B will be further used disk space. 
    Can not exec "locale": Access is denied at / line usr/share/perl5/Debconf/Encoding.pm 16th 
    Use of uninitialized value $ Debconf :: Encoding :: charmap in scalar chomp at / usr/share/perl5/Debconf/Encoding.pm line 17th 
    Setting up gconf-editor (2.30.0-0ubuntu1) ... 
    Traceback (most recent call last): 
      File "/ usr / sbin / gconf-schemas", line 117, in <module> 
        trim (os.path.join (defaults_dest, "% gconf-tree.xml"), get_valid_languages ​​()) 
      File "/ usr / sbin / gconf-schemas", line 14, in get_valid_languages 
        cmd = subprocess.Popen (['locale', '-a'], stdout = subprocess.PIPE) 
      File "/ usr/lib/python2.6/subprocess.py", line 633, in __ init__ 
        errread, errwrite) 
      File "/ usr/lib/python2.6/subprocess.py", line 1139, in _execute_child 
        raise child_exception 
    OSError: [Errno 13] Permission denied 
    dpkg: error processing gconf-editor (- configure): 
    subprocess installed post-installation script returned error exit status 1 
    Errors were encountered while processing: 
    gconf-editor 
    E: Sub-process / usr / bin / dpkg returned an error code (1)
it claims you have already installed it.

try

Code:
su (or sudo su)
apt-get -f install
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
F15 gconf-editor Gtk-Message: Failed to load module "pk-gtk-module" syntax error Fedora 7 11-02-2016 10:19 AM
"Unusable Space" during installation even though I don't have 4 primary partitions? dr_basketball93 Linux - Newbie 16 02-04-2012 08:24 AM
unique password for "update" and "synaptic" and "apt-get" SaintDanBert Linux - Security 1 09-17-2010 04:53 AM
how to install the "packages that have been held back" when doing "apt-get upgrade&qu zero79 Debian 5 06-27-2004 08:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration