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.
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.
本文介绍了APT高级包管理工具的常用命令,包括搜索、安装、卸载软件包等操作,并提供了具体的命令示例,如安装PHP扩展及图形处理库等。
1240

被折叠的 条评论
为什么被折叠?



