首页 > 代码库 > apt-get

apt-get

 

更新版本:

apt-get --reinstall install apache2

 

卸载:

apt-get remove apache2          只删除软件包

apt-get autoremove apache2
apt-get --purge remove apache2      配置也删除了

apt-get