Guest User

Untitled

a guest
Oct 8th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1.  
  2. pi@piserver:~ $ sudo apt-get update
  3. Hit:1 http://archive.raspberrypi.org/debian buster InRelease
  4. Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
  5. Hit:3 http://packages.openmediavault.org/public usul InRelease
  6. Fetched 15.0 kB in 2s (9,089 B/s)
  7. Reading package lists... Done
  8. pi@piserver:~ $ sudo dpkg --configure -a
  9. dpkg: dependency problems prevent configuration of php-xml:
  10. php-xml depends on php7.3-xml; however:
  11. Package php7.3-xml is not installed.
  12.  
  13. dpkg: error processing package php-xml (--configure):
  14. dependency problems - leaving unconfigured
  15. dpkg: dependency problems prevent configuration of php-pam:
  16. php-pam depends on phpapi-20180731; however:
  17. Package phpapi-20180731 is not installed.
  18.  
  19. dpkg: error processing package php-pam (--configure):
  20. dependency problems - leaving unconfigured
  21. dpkg: dependency problems prevent configuration of php-fpm:
  22. php-fpm depends on php7.3-fpm; however:
  23. Package php7.3-fpm is not installed.
  24.  
  25. dpkg: error processing package php-fpm (--configure):
  26. dependency problems - leaving unconfigured
  27. dpkg: dependency problems prevent configuration of php-cgi:
  28. php-cgi depends on php7.3-cgi; however:
  29. Package php7.3-cgi is not installed.
  30.  
  31. dpkg: error processing package php-cgi (--configure):
  32. dependency problems - leaving unconfigured
  33. Errors were encountered while processing:
  34. php-xml
  35. php-pam
  36. php-fpm
  37. php-cgi
  38. pi@piserver:~ $ ^C
  39. pi@piserver:~ $ sudo apt install software-properties-common
  40. Reading package lists... Done
  41. Building dependency tree
  42. Reading state information... Done
  43. You might want to run 'apt --fix-broken install' to correct these.
  44. The following packages have unmet dependencies:
  45. php-cgi : Depends: php7.3-cgi but it is not going to be installed
  46. php-fpm : Depends: php7.3-fpm but it is not going to be installed
  47. php-pam : Depends: phpapi-20180731
  48. php-xml : Depends: php7.3-xml but it is not going to be installed
  49. software-properties-common : Depends: gir1.2-glib-2.0 but it is not going to be installed
  50. Depends: gir1.2-packagekitglib-1.0 (>= 1.1.0-2) but it is not going to be installed
  51. Depends: python3-dbus but it is not going to be installed
  52. Depends: python3-gi but it is not going to be installed
  53. Depends: python3-software-properties (= 0.96.20.2-2) but it is not going to be installed
  54. Recommends: packagekit but it is not going to be installed
  55. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  56. pi@piserver:~ $ sudo add-apt-repository ppa:ondrej/php
  57. sudo: add-apt-repository: command not found
  58. pi@piserver:~ $ sudo apt -y install software-properties-common dirmngr apt-transport-https lsb-release ca-certificates
  59. Reading package lists... Done
  60. Building dependency tree
  61. Reading state information... Done
  62. ca-certificates is already the newest version (20200601~deb10u1).
  63. dirmngr is already the newest version (2.2.12-1+rpi1+deb10u1).
  64. lsb-release is already the newest version (10.2019051400+rpi1).
  65. lsb-release set to manually installed.
  66. You might want to run 'apt --fix-broken install' to correct these.
  67. The following packages have unmet dependencies:
  68. php-cgi : Depends: php7.3-cgi but it is not going to be installed
  69. php-fpm : Depends: php7.3-fpm but it is not going to be installed
  70. php-pam : Depends: phpapi-20180731
  71. php-xml : Depends: php7.3-xml but it is not going to be installed
  72. software-properties-common : Depends: gir1.2-glib-2.0 but it is not going to be installed
  73. Depends: gir1.2-packagekitglib-1.0 (>= 1.1.0-2) but it is not going to be installed
  74. Depends: python3-dbus but it is not going to be installed
  75. Depends: python3-gi but it is not going to be installed
  76. Depends: python3-software-properties (= 0.96.20.2-2) but it is not going to be installed
  77. Recommends: packagekit but it is not going to be installed
  78. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  79.  
Add Comment
Please, Sign In to add comment