Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. root@ubuntu-rsi-controller:~# mkdir ~/tmp-files && sudo mv /var/lib/dpkg/info/unifi* ~/tmp-files/ ; sudo apt-get remove --purge unifi
  2. mkdir: cannot create directory ‘/root/tmp-files’: File exists
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. The following packages were automatically installed and are no longer required:
  7. ca-certificates-java default-jre-headless fontconfig-config
  8. fonts-dejavu-core java-common jsvc libasyncns0 libavahi-client3
  9. libavahi-common-data libavahi-common3 libboost-filesystem1.54.0
  10. libboost-program-options1.54.0 libcommons-daemon-java libcups2 libflac8
  11. libfontconfig1 libgoogle-perftools4 libjpeg-turbo8 libjpeg8 liblcms2-2
  12. libogg0 libpcrecpp0 libpulse0 libsctp1 libsnappy1 libsndfile1
  13. libtcmalloc-minimal4 libunwind8 libv8-3.14.5 libvorbis0a libvorbisenc2
  14. lksctp-tools mongodb-clients mongodb-server openjdk-7-jre-headless
  15. tzdata-java
  16. Use 'apt-get autoremove' to remove them.
  17. The following packages will be REMOVED:
  18. unifi*
  19. 0 upgraded, 0 newly installed, 1 to remove and 48 not upgraded.
  20. After this operation, 0 B of additional disk space will be used.
  21. Do you want to continue? [Y/n] y
  22. (Reading database ... 101068 files and directories currently installed.)
  23. Removing unifi (5.6.30-10266) ...
  24. Purging configuration files for unifi (5.6.30-10266) ...
  25. Removing any system startup links for /etc/init.d/unifi ...
  26. dpkg: error processing package unifi (--purge):
  27. subprocess installed post-removal script returned error exit status 128
  28. Errors were encountered while processing:
  29. unifi
  30. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement