In most cases, I’m not a big fan of “optimizers.” This is especially true with mobile operating systems and Windows. But with Linux, most optimizers are apps you can count on to do exactly what they claim.
According to the Stacer website, “Stacer is an open source system optimizer and application monitor that helps users to manage entire system with different aspects, it’s an all in one system utility.”
Also: The 4 most Windows-like Linux distros to try because change is hard
And that, my friends, is exactly what Stacer is. This handy little app allows you to:
- Manage startup apps
- Clean caches, logs, and trash
- Manage services and processes
- Uninstall apps
- Check system resources
- Manage apt repositories
Stacer is available for Ubuntu, Fedora, and Arch-based distributions and is free to install and use. I will give you one word of warning about this app: As with any system cleaner, your mileage may vary. I’ve not found any problems when using Stacer, but if you delete your Application Caches and Logs, the app launch could slow down. After using those apps, the speed should pick up again. Even with that caveat, I tend to like having the ability to clean a system.
How to install Stacer
What you’ll need: The only things you’ll need for this are a running instance of Linux and a user with sudo privileges.
First, let me demonstrate how to add the required repository on Ubuntu-based distributions. For this, open a terminal window and issue the command:
Show more
sudo add-apt-repository ppa:oguzhaninan/stacer -y
Next, update apt with:
sudo apt-get update
Finally, install Stacer with:
sudo apt-get install stacer -y
You’ll need to download the most recent version of Stacer from the Stacer Release Page.
Once the installer is downloaded, open a terminal, change into your Downloads directory, and install the app with the command:
Show more
sudo rpm –install stacer*.rpm –nodeps –force
Installing on Arch-based distributions is simple, because it’s found in AUR (Arch User Repository). Since we’re using AUR, we’ll install with the helper command, yay, like so:
Show more
yay -Syyu stacer
If you’re using Debian Sid, Stacer is found in the standard repository, so it can be installed with the command (running as the root user):
Show more
sudo apt-get install stacer -y
Now that Stacer is installed let’s take a look at how it’s used.
<!–>
Cleaning your system with Stacer
Let’s take a look at how to clean a Linux system of various caches and logs. Open Stacer from your desktop menu. When the app opens, you’ll see the Dashboard, which gives you an at-a-glance of CPU/Memory/Disk performance as well as System Info and download/upload information.