PHP Mysql installation -


i messed mysql , php installation. following error when try uninstall php, can 1 help? thank :)

$ sudo apt-get purge php5 reading package lists... done building dependency tree        reading state information... done might want run `apt-get -f install' correct these:  following packages have unmet dependencies:    phpmyadmin: depends: php5-mysql not going installed or                        php5-mysqli not installable                depends: php5-mcrypt not going installed                depends: dbconfig-common not going installed                depends: libjs-mootools (>= 1.2.4.0~debian1-1) not going installed               recommends: php5-gd not going installed                recommends: mysql-client  e: unmet dependencies. try 'apt-get -f install' no packages (or specify solution). 

try: aptitude search php5

to see php packages got installed.

then do:

sudo aptitude purge php5-package1 php5-package2


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -