Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.41 KB | None | 0 0
  1. [20:07:57] [46.0 C] root rolle $ dnf remove postgresql
  2. Dependencies resolved.
  3. ================================================================================================================================================================================================================
  4. Package Arch Version Repository Size
  5. ================================================================================================================================================================================================================
  6. Removing:
  7. postgresql x86_64 9.4.4-1.fc22 @System 3.8 M
  8. postgresql-contrib x86_64 9.4.4-1.fc22 @System 2.0 M
  9. postgresql-libs x86_64 9.4.4-1.fc22 @System 684 k
  10. postgresql-server x86_64 9.4.4-1.fc22 @System 17 M
  11. sqlite x86_64 3.8.10.2-1.fc22 @System 922 k
  12. uuid x86_64 1.6.2-28.fc22 @System 116 k
  13. zlib x86_64 1.2.8-7.fc22 @System 184 k
  14.  
  15. Transaction Summary
  16. ================================================================================================================================================================================================================
  17. Remove 7 Packages
  18.  
  19. Installed size: 25 M
  20. Is this ok [y/N]: y
  21. Running transaction check
  22. Transaction check succeeded.
  23. Running transaction test
  24. Transaction test succeeded.
  25. Running transaction
  26. Erasing : postgresql-contrib-9.4.4-1.fc22.x86_64 1/7
  27. Erasing : postgresql-server-9.4.4-1.fc22.x86_64 2/7
  28. warning: /var/lib/pgsql/.bash_profile saved as /var/lib/pgsql/.bash_profile.rpmsave
  29. Erasing : postgresql-9.4.4-1.fc22.x86_64 3/7
  30. Erasing : postgresql-libs-9.4.4-1.fc22.x86_64 4/7
  31. Erasing : zlib-1.2.8-7.fc22.x86_64 5/7
  32. Erasing : uuid-1.6.2-28.fc22.x86_64 6/7
  33. Erasing : sqlite-3.8.10.2-1.fc22.x86_64 7/7
  34. Verifying : zlib-1.2.8-7.fc22.x86_64 1/7
  35. Verifying : postgresql-9.4.4-1.fc22.x86_64 2/7
  36. Verifying : postgresql-contrib-9.4.4-1.fc22.x86_64 3/7
  37. Verifying : postgresql-libs-9.4.4-1.fc22.x86_64 4/7
  38. Verifying : postgresql-server-9.4.4-1.fc22.x86_64 5/7
  39. Verifying : uuid-1.6.2-28.fc22.x86_64 6/7
  40. Verifying : sqlite-3.8.10.2-1.fc22.x86_64 7/7
  41.  
  42. Removed:
  43. postgresql.x86_64 9.4.4-1.fc22 postgresql-contrib.x86_64 9.4.4-1.fc22 postgresql-libs.x86_64 9.4.4-1.fc22 postgresql-server.x86_64 9.4.4-1.fc22 sqlite.x86_64 3.8.10.2-1.fc22 uuid.x86_64 1.6.2-28.fc22
  44. zlib.x86_64 1.2.8-7.fc22
  45.  
  46. Complete!
  47. [20:10:03] [47.0 C] root rolle $ dnf search postgre
  48. Traceback (most recent call last):
  49. File "/usr/bin/dnf", line 35, in <module>
  50. from dnf.cli import main
  51. File "/usr/lib/python2.7/site-packages/dnf/__init__.py", line 23, in <module>
  52. import dnf.exceptions
  53. File "/usr/lib/python2.7/site-packages/dnf/exceptions.py", line 21, in <module>
  54. from dnf.i18n import ucd
  55. File "/usr/lib/python2.7/site-packages/dnf/i18n.py", line 22, in <module>
  56. from dnf.pycomp import PY3, is_py3bytes, unicode, setlocale
  57. File "/usr/lib/python2.7/site-packages/dnf/pycomp.py", line 24, in <module>
  58. import email.mime.text
  59. File "/usr/lib64/python2.7/email/mime/text.py", line 10, in <module>
  60. from email.mime.nonmultipart import MIMENonMultipart
  61. File "/usr/lib64/python2.7/email/mime/nonmultipart.py", line 10, in <module>
  62. from email.mime.base import MIMEBase
  63. File "/usr/lib64/python2.7/email/mime/base.py", line 9, in <module>
  64. from email import message
  65. File "/usr/lib64/python2.7/email/message.py", line 16, in <module>
  66. import email.charset
  67. File "/usr/lib64/python2.7/email/charset.py", line 13, in <module>
  68. import email.base64mime
  69. File "/usr/lib64/python2.7/email/base64mime.py", line 40, in <module>
  70. from email.utils import fix_eols
  71. File "/usr/lib64/python2.7/email/utils.py", line 27, in <module>
  72. import random
  73. File "/usr/lib64/python2.7/random.py", line 49, in <module>
  74. import hashlib as _hashlib
  75. File "/usr/lib64/python2.7/hashlib.py", line 116, in <module>
  76. import _hashlib
  77. ImportError: libz.so.1: cannot open shared object file: No such file or directory
  78. [20:10:07] [46.0 C] root rolle $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement