-
Notifications
You must be signed in to change notification settings - Fork 192
使用包管理器安装 ChineseChess
XMuli edited this page Jan 1, 2022
·
1 revision
目前此方法仅支持 Debian/Ubuntu 的 arm/arm64 架构。
- 首先安装脚本所需的依赖
curl
和python3
。
sudo apt install -y curl python3
- 添加 Raspbian Addons apt 存储库。
python3 <(curl -fSsL https://cdn.jsdelivr.net/gh/raspbian-addons/scripts@master/utils/repo.py)
根据提示选择一个离你最近的镜像站。
- 安装 ChineseChess
sudo apt install chinesechess
如果需要卸载,请执行以下命令:
sudo apt remove chinesechess