Advertisement
Guest User

Untitled

a guest
Apr 6th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. root@server:~# apt-get purge apache2
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages will be REMOVED:
  6. apache2*
  7. 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  8. After this operation, 36.9 kB disk space will be freed.
  9. Do you want to continue [Y/n]? Y
  10. (Reading database ... 23909 files and directories currently installed.)
  11. Removing apache2 ...
  12. root@server:~#
  13. root@server:~# apt-get autoremove
  14. Reading package lists... Done
  15. Building dependency tree
  16. Reading state information... Done
  17. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  18. root@server:~#
  19. root@server:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement