[+] Problem z apt-get
: 19 września 2015, 19:19
Szczerze to nie mam pojęcia do którego działu wstawić to pytanie, do głównego, softwaru czy do serwerów, więc wstawię tutaj.
Problem jest następujący.. Po wpisaniu "apt-get install httperf" wyskakuje taki error:
Próba uruchomienia "apt-get -f install" pokazuje taki błąd:
Znacie może jakieś rozwiązanie?
Problem jest następujący.. Po wpisaniu "apt-get install httperf" wyskakuje taki error:
Kod: Zaznacz cały
root@nalkubaxd5:~# apt-get install httperfReading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
libglade2.0-cil libglib2.0-cil libgtk2.0-cil
The following NEW packages will be installed:
httperf
0 upgraded, 1 newly installed, 3 to remove and 28 not upgraded.
118 not fully installed or removed.
Need to get 0 B/73.2 kB of archives.
After this operation, 2574 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 66615 files and directories currently installed.)
Removing libglade2.0-cil ...
E: File does not exist: /usr/share/cli-common/packages.d/policy.2.8.glade-sharp.installcligac
dpkg: error processing libglade2.0-cil (--remove):
subprocess installed post-removal script returned error exit status 1
Removing libgtk2.0-cil ...
E: File does not exist: /usr/share/cli-common/packages.d/policy.2.6.gtk-dotnet.installcligac
dpkg: error processing libgtk2.0-cil (--remove):
subprocess installed post-removal script returned error exit status 1
Removing libglib2.0-cil ...
E: File does not exist: /usr/share/cli-common/packages.d/policy.2.6.glib-sharp.installcligac
dpkg: error processing libglib2.0-cil (--remove):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
libglade2.0-cil
libgtk2.0-cil
libglib2.0-cil
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@nalkubaxd5:~#
Kod: Zaznacz cały
root@nalkubaxd5:~# apt-get -f installReading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
libglade2.0-cil libglib2.0-cil libgtk2.0-cil
0 upgraded, 0 newly installed, 3 to remove and 28 not upgraded.
118 not fully installed or removed.
After this operation, 2750 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 66615 files and directories currently installed.)
Removing libglade2.0-cil ...
E: File does not exist: /usr/share/cli-common/packages.d/policy.2.8.glade-sharp.installcligac
dpkg: error processing libglade2.0-cil (--remove):
subprocess installed post-removal script returned error exit status 1
Removing libgtk2.0-cil ...
E: File does not exist: /usr/share/cli-common/packages.d/policy.2.6.gtk-dotnet.installcligac
dpkg: error processing libgtk2.0-cil (--remove):
subprocess installed post-removal script returned error exit status 1
Removing libglib2.0-cil ...
E: File does not exist: /usr/share/cli-common/packages.d/policy.2.6.glib-sharp.installcligac
dpkg: error processing libglib2.0-cil (--remove):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
libglade2.0-cil
libgtk2.0-cil
libglib2.0-cil
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@nalkubaxd5:~#