Debian:Linux安装TinyCP
准备环境 apt update apt install apt-transport-https dirmngr ca-certificates curl gnupg -y 添加官方存储库 curl -fsSL http://repos.tinycp.com/debian/conf/gpg.key | gpg --dearmor -o /usr/share/keyrings/tinycp-archive-keyring.gpg deb [signed-by=/usr/share/keyrings/tinycp-archive-keyring.gpg] http://repos.tinycp.com/debian all main 安装 apt update apt install tinycp