سلام، من mongoDB رو نصب کردم و استارت هم خورده ولی برای ست شدن با php و ایجاد دستور از طریق آن میخوام از طریق pecl اقدام کنم و mongo نصب کنم


## Normal user ##
sudo pecl install mongo
## OR as root ##
pecl install mongo


منتها هنگام نصب به ERROR: `phpize' failed برخورد کردم..
در جایی نوشته بود

If you get an error saying the system can’t find phpize then you may need to install the PHP dev package (this is how you do if your OS has aptitude, you might need to use some other method to install the PHP dev packaes) …

کد:
$ sudo aptitude install php5-devYou will then need to edit your php.ini file add add the mongo.so extension:
extension=mongo.so
ولی خوب هنگام اجرای دستور فوق با خط sudo: aptitude: command not found روبرو میشم..

کسی می تونه کمکم کنه؟