Ubuntu16.04安装Stacer工具

说明

Stacer工具可以显示系统资源使用情况,清除系统垃圾,卸载软件,关闭开启自启动服务。

安装

deb 包安装

Debian Linux x86(Ubuntu)

  1. Download Stacer_1.0.4_i386.deb from the Stacer releases page.
  2. Run sudo dpkg --install Stacer_1.0.4_i386.deb on the downloaded package.
  3. Launch Stacer using the installed Stacer command.

Debian Linux x64 (Ubuntu)

  1. Download Stacer_1.0.4_amd64.deb from the Stacer releases page.
  2. Run sudo dpkg --install Stacer_1.0.4_amd64.deb on the downloaded package.
  3. 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

使用

仪表板

Ubuntu16.04安装Stacer工具_第1张图片
Stacer

系统清洁

Ubuntu16.04安装Stacer工具_第2张图片
System_Cleaner

启动应用程序

Ubuntu16.04安装Stacer工具_第3张图片
Startup_Apps

服务

Ubuntu16.04安装Stacer工具_第4张图片
Services

卸载程序

Ubuntu16.04安装Stacer工具_第5张图片
Uninstaller

你可能感兴趣的:(Ubuntu16.04安装Stacer工具)