debian8 系统精简(删除预装软件)
作者:互联网
桌面环境:xfce
删掉一些预装多余的软件:
sudo apt-get purge libreoffice*
sudo apt-get purge bind9-* samba-* vlc
bind9-* //我们不需要搭建DNS,所以去掉
samba-* //samba能让linux使用windows共享功能,不需要
vlc //视频播放器不需要
自动移除不必要的软件
sudo apt-get autoremove
清除缓存
sudo apt-get clean
标签:sudo,get,预装,apt,purge,samba,debian8,精简 来源: https://blog.51cto.com/5437315/2491013