dpkg -l | grep slack 查看

dpkg -r slack 删除

dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P 彻底删除

git config --global --add safe.directory "*";