Appearance
使用 deb 包安装
下载
根据不同版本及架构下载安装包,例如:
bash
$ wget https://github.com/fluxionwatt/atlas/releases/download/v1.0.1/atlas-1.0.1-x86_64.deb安装
根据不同版本及架构安装,例如:
bash
$ sudo dpkg -i atlas-1.0.1-x86_64.deb为避免 Ubuntu 系统自动更新时替换 Atlas 包,可以执行以下命令将其保留在 apt 升级之外。
bash
$ sudo apt-mark hold atlasTIP
成功安装 deb 包后,自启动 Atlas。
状态
bash
$ sudo systemctl status atlas停止
bash
$ sudo systemctl stop atlas重启
bash
$ sudo systemctl restart atlas卸载
bash
$ sudo dpkg -r atlas