Skip to content

使用 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 atlas

TIP

成功安装 deb 包后,自启动 Atlas。

状态

bash
$ sudo systemctl status atlas

停止

bash
$ sudo systemctl stop atlas

重启

bash
$ sudo systemctl restart atlas

卸载

bash
$ sudo dpkg -r atlas