Stacer is an open-source linux system optimizing tool that enables you to check and monitor the performance of your Linux machine. It comes with a beautiful graphical user interface (gui) dashboard that displays state of your CPU, Memory as well as Disk and many others. Before we proceed on how to install Stacer on ubuntu, let’s take a quick look at its features.
Stacer Features
- Mutiple Language Support
- Comes with beautiful themes
- Provides with CPU, Memory as well as Disk usage
- Displays system info about your machine
- Features system cleaner which allows you to clean the package cache, crash reports, system logs, app cache, as well as the trash bin
- You can control which app starts up using the Startup Apps feature. You can as well add more apps
- There is a services tab that displays all running services
- Same as with processes running which you can end as well
- Uninstall multiple selected apps at once
- Multiple Package Uninstall
How to install Stacer Linux System Optimizing Tool on Ubuntu 17.04 and below
sudo apt-get install gdebi wget https://github.com/oguzhaninan/Stacer/releases/download/v1.0.7/stacer_1.0.7_amd64.deb sudo gdebi stacer_1.0.7_amd64.deb
How to uninstall Stacer from Ubuntu
sudo apt-get remove stacer
How to install Stacer on Fedora
wget https://github.com/oguzhaninan/Stacer/releases/download/v1.0.7/stacer-1.0.7.rpm sudo rpm --install stacer-1.0.7.rpm stacer