installing phpMyAdmin

Asked by naufal

I've downloaded phpMyAdmin-2.10.3-all-languages.tar.bz2 from www.phpmyadmin.net/.
How can i install this program in my ubuntu feisty fawn?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
tv
Solved:
Last query:
Last reply:
Revision history for this message
Cesare Montedonico (cmontedonico) said :
#1

First unpack the file:

$ tar -jxvf phpMyAdmin-2.10.3-all-languages.tar.bz2

Then make a CD on the carpet created

$ cd Carpet

first Read the file README to see the installation steps, or try with the classic steps

$ ./configure
$ MAKE
$ MAKE INSTALL

NOTE: The easy steps to install phpMyAdmin is
$ sudo apt-get install phpmyadmin

first watch this http://ubuntuguide.org/wiki/Ubuntu:Feisty#Apache_HTTP_Server

Revision history for this message
Best tv (tom-tomvergote) said :
#2

why would you like to install it from source? just use synaptic or apt-get if you don't need the latest version for some fancy feature

Revision history for this message
naufal (musp-student) said :
#3

Thanks