40 Star 210 Fork 27

铜豌豆 Linux / debian-cn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
uninstall-all-apt.sh 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
atzlinux 提交于 2020-11-28 10:12 . 去掉老的中文字体软件包名称
#!/bin/bash
echo "开始卸载 atzlinux 中文套件 ..."
apt -y purge \
baidunetdisk \
netease-cloud-music \
sogoupinyin \
electronic-wechat \
youdao-dict \
wps-office wps-office-fonts
apt -y purge linuxqq
apt -y purge fonts-zh-cn-misc-atzlinux
apt -y purge atzlinux-store
apt -y purge atzlinux-archive-keyring
echo "开始卸载不需要使用的中文软件依赖包 ..."
apt -y autoremove
echo "卸载完成,谢谢使用《铜豌豆 Linux》!"
echo "欢迎您在有需要的时候,再次使用《铜豌豆 Linux》https://www.atzlinux.com"
Shell
1
https://gitee.com/atzlinux/debian-cn.git
git@gitee.com:atzlinux/debian-cn.git
atzlinux
debian-cn
debian-cn
apt-install

搜索帮助