Не удается установить или обновить пакеты в Kali

#debian #apt-get

#debian #apt-get

Вопрос:

Я попытался обновить свои пакеты debian с apt-get upgrade помощью, но затем он выдает следующую ошибку

 Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 135 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Could not exec dpkg!
E: Sub-process /usr/bin/dpkg returned an error code (100)

  

Ответ №1:

Попробуйте

 chmod 755 /usr/bin/dpkg
  

Вы можете взглянуть на этот пост и на этот пост, в котором рассматривается один и тот же код ошибки