您的位置:首页 > 编程语言 > PHP开发

apt (advanced package tool) commands

2006-08-08 15:34 246 查看
apt (advanced package tool) commands:
1. apt-cache
     pkgnames,        list all package names
     search php,       search for php packages
2. apt-get install php4-mysql,        install mysql extension for php4
    apt-get install php4-curl
    apt-get install php4-gd
3. dpkg - purge wu-ftpd,     erase all the data about wu-ftpd
4. rename 'y/A-Z/a-z/' *
    or rename 'tr/A-Z/a-z/' *
    rename all the name of files to lower case.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  php extension search mysql list