Ubuntu16.04安装Stacer工具
2017-08-10 本文已影响248人
QUSIR
说明
Stacer工具可以显示系统资源使用情况,清除系统垃圾,卸载软件,关闭开启自启动服务。
安装
deb 包安装
Debian Linux x86(Ubuntu)
- Download
Stacer_1.0.4_i386.deb
from the Stacer releases page. - Run
sudo dpkg --install Stacer_1.0.4_i386.deb
on the downloaded package. - Launch Stacer using the installed
Stacer
command.
Debian Linux x64 (Ubuntu)
- Download
Stacer_1.0.4_amd64.deb
from the Stacer releases page. - Run
sudo dpkg --install Stacer_1.0.4_amd64.deb
on the downloaded package. - Launch Stacer using the installed
Stacer
command.
源码安装
git clone https://github.com/oguzhaninan/Stacer.git
cd Stacer
npm install && npm start
卸载
运行sudo dpkg -r Stacer