#1 显示swap文件
swapon -s
#2 关闭swap
swapoff /home/swap(swap所在的路径)
#1 查看文件编码
file test_修改接入号.csv
#2 修改文件编码
iconv -f encoding -t encoding inputfile -o outputfile
#1 强制删除已安装程序及其关联
rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps
#2 删除所有残余文件
whereis python |xargs rm -frv
#3 验证删除,返回无结果
whereis python
原文:https://www.cnblogs.com/jinggs/p/13321678.html