Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2668  / 1 Year ago, fri, february 17, 2023, 6:59:53

I tried to remove PHP from ubuntu:



sudo aptitude purge `dpkg -l | grep php| awk '{print $2}' |tr "
" " "`


But without results.



when I run php -v in terminal I get PHP 5.3.25-dev



How I can remove ?



Thanks


More From » 12.10

 Answers
5
whereis php
php: /usr/local/bin/php /usr/local/lib/php
sudo rm -rf /usr/local/bin/php /usr/local/lib/php

[#31577] Saturday, February 18, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cupwire

Total Points: 365
Total Questions: 126
Total Answers: 125

Location: Malaysia
Member since Thu, Feb 16, 2023
1 Year ago
cupwire questions
;