tce_*
是下面这些工具的统称:
名称 | 用途 |
---|---|
tce-ab | AppBrowser ,搜索、安装 |
tce-load | 安装包 |
tce-remove | 卸载包 |
tc-run | 运行包 |
tce-size | 查看包及其依赖包的大小 |
tce-audit | 审计包 |
tce-setup | |
tce-update | 更新包 |
tce-status |
/opt/tcemirror
用于指定tce
服务器地址。
源 | http://repo.tinycorelinux.net/ |
镜像 | https://mirrors.tuna.tsinghua.edu.cn/tinycorelinux/ |
镜像 | http://mirrors.163.com/tinycorelinux/ |
示例:
echo "http://mirrors.163.com/tinycorelinux/" > /opt/tcemirror
查询给定名字的包。
示例:
tce-ab
k
vim
示例1 -Install a package from the repo
:
tce-load -wi vim.tcz
示例2 -Install from a local file
:
tce-load -i ~/vim.tcz
示例:
ls /usr/local/tce.installed
示例:
tce-update git vim
示例:
tce-remove git vim