Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Witam wszystkich zwracam się z prośbą o pomoc od jakiegoś czasu coś mój debian zaczął stawiać opór zapewne to mój brak doświadczenia w obyciu z nim i liczne próby początkującego użytkownika. Wpierw straciłem menadżera wi fi, teraz aby połączyć się z siecią robię to przez linię poleceń, ale to jestem w stanie przeżyć... W dniu wczorajszym po użyciu komendy:
$ sudo apt-get autoremove
coś poszło nie tak i teraz mam taki problem
szymon@debian:~$ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept back: docker-ce google-chrome-stable libjavascriptcoregtk-4.0-18 libwebkit2gtk-4.0-37 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. 8 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up python-wicd (1.7.4+tb2-4) ... Traceback (most recent call last): File "/usr/lib/python2.7/site.py", line 68, in <module> import os File "/usr/lib/python2.7/os.py", line 52, in <module> __all__.extend(_get_exports_list(posix)) File "/usr/lib/python2.7/os.py", line 39, in _get_exports_list return [n for n in dir(module) if n[0] != '_'] IndexError: string index out of range dpkg: error processing package python-wicd (--configure): subprocess installed post-installation script returned error exit status 1 Setting up python-tz (2016.7-0.3) ... Traceback (most recent call last): File "/usr/lib/python2.7/site.py", line 68, in <module> import os File "/usr/lib/python2.7/os.py", line 52, in <module> __all__.extend(_get_exports_list(posix)) File "/usr/lib/python2.7/os.py", line 39, in _get_exports_list return [n for n in dir(module) if n[0] != '_'] IndexError: string index out of range dpkg: error processing package python-tz (--configure): subprocess installed post-installation script returned error exit status 1 Setting up python-gi (3.22.0-2) ... Traceback (most recent call last): File "/usr/lib/python2.7/site.py", line 68, in <module> import os File "/usr/lib/python2.7/os.py", line 52, in <module> __all__.extend(_get_exports_list(posix)) File "/usr/lib/python2.7/os.py", line 39, in _get_exports_list return [n for n in dir(module) if n[0] != '_'] IndexError: string index out of range dpkg: error processing package python-gi (--configure): subprocess installed post-installation script returned error exit status 1 Setting up python-dbus (1.2.4-1+b1) ... Traceback (most recent call last): File "/usr/lib/python2.7/site.py", line 68, in <module> import os File "/usr/lib/python2.7/os.py", line 52, in <module> __all__.extend(_get_exports_list(posix)) File "/usr/lib/python2.7/os.py", line 39, in _get_exports_list return [n for n in dir(module) if n[0] != '_'] IndexError: string index out of range dpkg: error processing package python-dbus (--configure): subprocess installed post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of wicd-daemon: wicd-daemon depends on python-dbus; however: Package python-dbus is not configured yet. wicd-daemon depends on python-wicd (= 1.7.4+tb2-4); however: Package python-wicd is not configured yet. dpkg: error processing package wicd-daemon (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of python-gobject: python-gobject depends on python-gi (>= 3.22.0-2); however: Package python-gi is not configured yet. dpkg: error processing package python-gobject (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of python-babel: python-babel depends on python-tz; however: Package python-tz is not configured yet. dpkg: error processing package python-babel (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of wicd-gtk: wicd-gtk depends on wicd-daemon (= 1.7.4+tb2-4); however: Package wicd-daemon is not configured yet. dpkg: error processing package wicd-gtk (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: python-wicd python-tz python-gi python-dbus wicd-daemon python-gobject python-babel wicd-gtk E: Sub-process /usr/bin/dpkg returned an error code (1)
Wynik instalcji paczek
dpkg -l | grep -v "^ii"
jest następujący:
szymon@debian:~$ dpkg -l | grep -v "^ii" Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description rc authbind 2.1.2 amd64 Allows non-root programs to bind() to low ports rc docker 1.5-1+b1 amd64 System tray for KDE3/GNOME2 docklet applications iF python-babel 2.3.4+dfsg.1-2 all tools for internationalizing Python applications - Python 2.x iF python-dbus 1.2.4-1+b1 amd64 simple interprocess messaging system (Python interface) iF python-gi 3.22.0-2 amd64 Python 2.x bindings for gobject-introspection libraries iF python-tz 2016.7-0.3 all Python version of the Olson timezone database iF python-wicd 1.7.4+tb2-4 all wired and wireless network manager - Python module rc rsync 3.1.2-1+deb9u1 amd64 fast, versatile, remote (and local) file-copying tool rc virtualbox-guest-utils 5.2.10-dfsg-6~bpo9+1 amd64 x86 virtualization solution - non-X11 guest utilities iF wicd-daemon 1.7.4+tb2-4 all wired and wireless network manager - daemon iF wicd-gtk 1.7.4+tb2-4 all wired and wireless network manager - GTK+ client
Nie mam niestety zrzutu obrazu systemu, używam środowiska eclipse z tomcat, dockera, vagranta i średnio chciałbym to teraz instalwoać i konfigurować od nowa :(. Pomoże ktoś?
Offline
Spróbuj:
apt-get -f install
Offline