Advertisement
Guest User

Untitled

a guest
Nov 19th, 2016
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. thomas@thomas:~$ sudo service apache2 stop
  2. [sudo] password for thomas:
  3. Sorry, try again.
  4. [sudo] password for thomas:
  5. thomas@thomas:~$ sudo apt-get purge apache2 apache2-utils apache2.2-bin apache2-common
  6. Reading package lists... Done
  7. Building dependency tree
  8. Reading state information... Done
  9. Package 'apache2.2-bin' is not installed, so not removed
  10. E: Unable to locate package apache2-common
  11. thomas@thomas:~$ sudo apt-get autoremove
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. The following packages will be REMOVED:
  16. thunderbird-locale-en thunderbird-locale-en-gb thunderbird-locale-en-us
  17. 0 to upgrade, 0 to newly install, 3 to remove and 114 not to upgrade.
  18. After this operation, 804 kB disk space will be freed.
  19. Do you want to continue? [Y/n] y
  20. (Reading database ... 247424 files and directories currently installed.)
  21. Removing thunderbird-locale-en-us (1:45.4.0+build1-0ubuntu0.16.04.1) ...
  22. Removing thunderbird-locale-en-gb (1:45.4.0+build1-0ubuntu0.16.04.1) ...
  23. Removing thunderbird-locale-en (1:45.4.0+build1-0ubuntu0.16.04.1) ...
  24. thomas@thomas:~$ whereis apache2
  25. apache2: /usr/sbin/apache2 /usr/lib/apache2 /etc/apache2 /usr/share/apache2 /usr/share/man/man8/apache2.8.gz
  26. thomas@thomas:~$ sudo rm -rf /usr/sbin/apache2
  27. thomas@thomas:~$ sudo rm -rf /usr/lib/apache2
  28. thomas@thomas:~$ sudo rm -rf /etc/apache2
  29. thomas@thomas:~$ sudo rm -rf /usr/share/apache2
  30. thomas@thomas:~$ sudo rm -rf /usr/share/man/man8/apache2.8.gz
  31. thomas@thomas:~$ whereis apache2
  32. apache2:
  33. thomas@thomas:~$ sudo /opt/lampp/lampp restartRestarting XAMPP for Linux 5.5.38-1...
  34. XAMPP: Stopping Apache...fail.
  35. apachectl returned 1.
  36. XAMPP: Stopping MySQL...ok.
  37. XAMPP: Stopping ProFTPD...kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
  38. fail.
  39. kill returned 2.
  40. XAMPP: Starting Apache...already running.
  41. XAMPP: Starting MySQL...ok.
  42. XAMPP: Starting ProFTPD...already running.
  43. thomas@thomas:~$ whereis Mysql
  44. Mysql:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement