Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. root@jacob2:/# apt-get install curl
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. curl is already the newest version (7.64.0-4).
  6. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  7. root@jacob2:/# apt-get install php7.3-curl
  8. Reading package lists... Done
  9. Building dependency tree
  10. Reading state information... Done
  11. Some packages could not be installed. This may mean that you have
  12. requested an impossible situation or if you are using the unstable
  13. distribution that some required packages have not yet been created
  14. or been moved out of Incoming.
  15. The following information may help to resolve the situation:
  16.  
  17. The following packages have unmet dependencies:
  18. php7.3-curl : Depends: libcurl3 (>= 7.44.0) but it is not installable
  19. E: Unable to correct problems, you have held broken packages.
  20. root@jacob2:/# sudo apt remove libcurl4
  21. Reading package lists... Done
  22. Building dependency tree
  23. Reading state information... Done
  24. The following packages were automatically installed and are no longer required:
  25. apache2-data libaprutil1-dbd-sqlite3 libaprutil1-ldap libbrotli1 liblua5.2-0
  26. libpython2.7 libuv1 python-dnspython ruby-rack
  27. Use 'sudo apt autoremove' to remove them.
  28. The following packages will be REMOVED:
  29. apache2 apache2-bin apache2-suexec-pristine clamav curl libapache2-mod-fcgid
  30. libapache2-mod-passenger libapache2-mod-php libapache2-mod-php5.6
  31. libapache2-mod-php7.0 libapache2-mod-php7.1 libapache2-mod-php7.2
  32. libapache2-mod-php7.3 libapache2-mod-python libcurl4 mailman passenger
  33. 0 upgraded, 0 newly installed, 17 to remove and 0 not upgraded.
  34. After this operation, 76.3 MB disk space will be freed.
  35. Do you want to continue? [Y/n] y
  36. (Reading database ... 81682 files and directories currently installed.)
  37. Removing mailman (1:2.1.29-1) ...
  38. Removing apache2 (2.4.38-3) ...
  39. Removing libapache2-mod-php (2:7.3+70+0~20190814.17+debian9~1.gbp1e7da2) ...
  40. Removing libapache2-mod-php7.3 (7.3.8-1+0~20190807.43+debian9~1.gbp7731bf) ...
  41. Removing libapache2-mod-php7.2 (7.2.21-1+0~20190807.25+debian9~1.gbp935ebf) ...
  42. Removing libapache2-mod-php7.1 (7.1.31-1+0~20190807.22+debian9~1.gbpf402ed) ...
  43. Removing libapache2-mod-php7.0 (7.0.33-10+0~20190807.18+debian9~1.gbp5452d8) ...
  44. Removing apache2-suexec-pristine (2.4.38-3) ...
  45. Removing clamav (0.101.2+dfsg-1) ...
  46. Removing curl (7.64.0-4) ...
  47. Removing libapache2-mod-fcgid (1:2.3.9-4) ...
  48. Removing libapache2-mod-passenger (5.0.30-1.1) ...
  49. Removing libapache2-mod-php5.6 (5.6.40-10+0~20190807.18+debian9~1.gbp5642bf) ...
  50. Removing libapache2-mod-python (3.3.1-11) ...
  51. Removing passenger (5.0.30-1.1) ...
  52. Removing apache2-bin (2.4.38-3) ...
  53. Removing libcurl4:amd64 (7.64.0-4) ...
  54. Processing triggers for man-db (2.8.5-2) ...
  55. Processing triggers for libc-bin (2.28-10) ...
  56. root@jacob2:/# sudo apt-get install libcurl4
  57. Reading package lists... Done
  58. Building dependency tree
  59. Reading state information... Done
  60. The following packages were automatically installed and are no longer required:
  61. apache2-data libaprutil1-dbd-sqlite3 libaprutil1-ldap libbrotli1 liblua5.2-0
  62. libpython2.7 libuv1 python-dnspython ruby-rack
  63. Use 'sudo apt autoremove' to remove them.
  64. The following NEW packages will be installed:
  65. libcurl4
  66. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  67. Need to get 332 kB of archives.
  68. After this operation, 714 kB of additional disk space will be used.
  69. Get:1 http://deb.debian.org/debian stable/main amd64 libcurl4 amd64 7.64.0-4 [332 kB]
  70. Fetched 332 kB in 0s (1,039 kB/s)
  71. Selecting previously unselected package libcurl4:amd64.
  72. (Reading database ... 76838 files and directories currently installed.)
  73. Preparing to unpack .../libcurl4_7.64.0-4_amd64.deb ...
  74. Unpacking libcurl4:amd64 (7.64.0-4) ...
  75. Setting up libcurl4:amd64 (7.64.0-4) ...
  76. Processing triggers for libc-bin (2.28-10) ...
  77. root@jacob2:/#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement