Advertisement
dfarrell07

no_opt_after_deb_purge

Aug 2nd, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. vagrant@jessie:/opt/opendaylight$ ls
  2. data instances lock
  3. vagrant@jessie:/vagrant$ sudo apt-get purge opendaylight
  4. Reading package lists... Done
  5. Building dependency tree
  6. Reading state information... Done
  7. The following packages will be REMOVED:
  8. opendaylight*
  9. 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  10. After this operation, 0 B of additional disk space will be used.
  11. Do you want to continue? [Y/n] y
  12. Can't set locale; make sure $LC_* and $LANG are correct!
  13. perl: warning: Setting locale failed.
  14. perl: warning: Please check that your locale settings:
  15. LANGUAGE = (unset),
  16. LC_ALL = (unset),
  17. LC_CTYPE = "en_US.UTF-8",
  18. LANG = "en_US.UTF-8"
  19. are supported and installed on your system.
  20. perl: warning: Falling back to the standard locale ("C").
  21. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  22. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  23. locale: Cannot set LC_ALL to default locale: No such file or directory
  24. (Reading database ... 35842 files and directories currently installed.)
  25. Removing opendaylight (0.4.2-Beryllium-SR2-0) ...
  26. Purging configuration files for opendaylight (0.4.2-Beryllium-SR2-0) ...
  27. vagrant@jessie:/vagrant$ ls /opt
  28. ls: cannot access /opt: No such file or directory
  29. vagrant@jessie:/vagrant$ ls /
  30. bin dev home lib lost+found mnt root sbin sys usr var
  31. boot etc initrd.img lib64 media proc run srv tmp vagrant vmlinuz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement