Advertisement
rpiggott

hplip uninstall error

Jul 7th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. I did the uninstall:
  2.  
  3. root@rpiggott-Aspire-5742Z:/home/rpiggott/Downloads/hplip-3.20.6# sudo python3 ./uninstall.py
  4.  
  5. HP Linux Imaging and Printing System (ver. 0.0.0)
  6. HPLIP Uninstaller ver. 1.0
  7.  
  8. Copyright (c) 2001-18 HP Development Company, LP
  9. This software comes with ABSOLUTELY NO WARRANTY.
  10. This is free software, and you are welcome to distribute it
  11. under certain conditions. See COPYING file for more details.
  12.  
  13. Uninstaller log saved in: /root/.hplip/hplip-uninstall.log
  14.  
  15. error: HPLIP is not installed.
  16. root@rpiggott-Aspire-5742Z:/home/rpiggott/Downloads/hplip-3.20.6#
  17.  
  18. Then to reinstall using official Ubuntu packages
  19.  
  20. rpiggott@rpiggott-Aspire-5742Z:~/Downloads$ sudo apt-get install hplip hplip-gui
  21. Reading package lists... Done
  22. Building dependency tree
  23. Reading state information... Done
  24. hplip is already the newest version (3.20.3+dfsg0-2).
  25. hplip-gui is already the newest version (3.20.3+dfsg0-2).
  26. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  27.  
  28. This is conflicting information with the error saying **HPLIP** is not installed. So I tried to purge hplip
  29.  
  30. rpiggott@rpiggott-Aspire-5742Z:~/Downloads$ sudo apt remove --purge hplip
  31. Reading package lists... Done
  32. Building dependency tree
  33. Reading state information... Done
  34. The following package was automatically installed and is no longer required:
  35. python3-notify2
  36. Use 'sudo apt autoremove' to remove it.
  37. The following packages will be REMOVED:
  38. hplip* hplip-gui*
  39. 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
  40. After this operation, 687 kB disk space will be freed.
  41. Do you want to continue? [Y/n] Y
  42. (Reading database ... 314952 files and directories currently installed.)
  43. Removing hplip-gui (3.20.3+dfsg0-2) ...
  44. Removing hplip (3.20.3+dfsg0-2) ...
  45. Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
  46. Processing triggers for mime-support (3.64ubuntu1) ...
  47. Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
  48. Processing triggers for man-db (2.9.1-1) ...
  49. Processing triggers for dbus (1.12.16-2ubuntu2.1) ...
  50. Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
  51. Rebuilding /usr/share/applications/bamf-2.index...
  52. (Reading database ... 314850 files and directories currently installed.)
  53. Purging configuration files for hplip (3.20.3+dfsg0-2) ...
  54. Purging configuration files for hplip-gui (3.20.3+dfsg0-2) ...
  55. Processing triggers for dbus (1.12.16-2ubuntu2.1) ...
  56.  
  57. Then I tried again to do the installation
  58.  
  59. rpiggott@rpiggott-Aspire-5742Z:~/Downloads$ sudo apt-get install hplip-gui
  60. Reading package lists... Done
  61. Building dependency tree
  62. Reading state information... Done
  63. The following additional packages will be installed:
  64. hplip
  65. Suggested packages:
  66. hplip-doc
  67. The following NEW packages will be installed:
  68. hplip hplip-gui
  69. 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  70. Need to get 0 B/223 kB of archives.
  71. After this operation, 687 kB of additional disk space will be used.
  72. Do you want to continue? [Y/n] Y
  73. Selecting previously unselected package hplip.
  74. (Reading database ... 314849 files and directories currently installed.)
  75. Preparing to unpack .../hplip_3.20.3+dfsg0-2_amd64.deb ...
  76. Unpacking hplip (3.20.3+dfsg0-2) ...
  77. Selecting previously unselected package hplip-gui.
  78. Preparing to unpack .../hplip-gui_3.20.3+dfsg0-2_all.deb ...
  79. Unpacking hplip-gui (3.20.3+dfsg0-2) ...
  80. Setting up hplip (3.20.3+dfsg0-2) ...
  81. Creating/updating hplip user account...
  82. Can't open /etc/hp/hplip.conf: No such file or directory.
  83. Can't open /etc/hp/hplip.conf: No such file or directory.
  84. Setting up hplip-gui (3.20.3+dfsg0-2) ...
  85. Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
  86. Rebuilding /usr/share/applications/bamf-2.index...
  87. Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
  88. Processing triggers for mime-support (3.64ubuntu1) ...
  89. Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
  90. Processing triggers for man-db (2.9.1-1) ...
  91. Processing triggers for dbus (1.12.16-2ubuntu2.1) ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement