tce_*
1.0、参考
1.1、tce_*简介

tce_*是下面这些工具的统称:

名称用途
tce-abAppBrowser,搜索、安装
tce-load安装包
tce-remove卸载包
tc-run运行包
tce-size查看包及其依赖包的大小
tce-audit审计包
tce-setup
tce-update更新包
tce-status
1.2、/opt/tcemirror

/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
1.3、tce_*命令
1.3.1、Search Package From Remote Repo

查询给定名字的包。

示例:

tce-ab
k
vim
1.3.2、Install Packages

示例1 -Install a package from the repo

tce-load -wi vim.tcz

示例2 -Install from a local file

tce-load -i ~/vim.tcz
1.3.3、List All Installed Packages

示例:

ls /usr/local/tce.installed
1.3.4、Update Packages

示例:

tce-update git vim
1.3.5、Uninstall Packages

示例:

tce-remove git vim