5344
5432
1万
管理员
本站资源如失效,请点击反馈!
# 连接远程仓库,获取软件包信息$ apt update# 更新本地已经安装的软件包$ apt upgrade
# 安装 sl 软件包$ apt install sl# 运行$ sl
$ termux-setup-storage
# 安装软件包$ pkg install [package name]# 卸载软件包$ pkg uninstall [package name]# 列出所有软件包$ pkg list-all
$ apt install nodejs
// hello.jsconsole.log('hello world');
$ node hello.jshello world
$ npm install -g http-server
$ http-server
$ apt install net-tools$ ifconfig
$ apt install python$ python -m http.server 8080
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|飞雪团队
GMT+8, 2024-11-24 03:53 , Processed in 0.074566 second(s), 24 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.