在linux环境下执行apt-get 有时会出现 Segmentation faultsts 问题
当用apt-get去安装或更新软件的时候出现下面的问题:
#apt-get install firefox
Segmentation faultsts... 0%
#
或
#apt-get upgrade
Segmentation faultsts... 0%
#
解决方法:
#rm /var/cache/apt/*.bin
#apt-get update
然后就可以正常使用apt-get 了