40 Star 221 Fork 32

铜豌豆 Linux/debian-cn

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
uninstall-all-apt-v12.sh 566 Bytes
Copy Edit Raw Blame History
atzlinux authored 2023-11-13 16:09 . add uninstall-all-apt-v12.sh
#!/bin/bash
echo "开始卸载 atzlinux 常用中文软件 ..."
apt -y purge \
baidunetdisk \
sogoupinyin \
electronic-wechat \
wps-office wps-office-fonts
apt -y purge app.web.youdao.dict
apt -y purge linuxqq
apt -y purge fonts-zh-cn-misc-atzlinux
apt -y purge atzlinux-store-v12
apt -y purge atzlinux-v12-archive-keyring
echo "开始卸载不需要使用的中文软件依赖包 ..."
apt -y autoremove
echo "卸载完成,谢谢使用《铜豌豆 Linux》!"
echo "欢迎您在有需要的时候,再次使用《铜豌豆 Linux》https://www.atzlinux.com"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/atzlinux/debian-cn.git
git@gitee.com:atzlinux/debian-cn.git
atzlinux
debian-cn
debian-cn
bookworm

Search