Optimize Ubuntu System With Stacer

Windows users often look for CCleaner alternative for Linux. CCleaner is a popular Windows application that lets you easily free up space by removing unnecessary files and completely uninstalling a software.

Stacer is a new application for Ubuntu that functions similar to CCleaner i.e. to optimize your system.

Stacer is built on top of open web technologies — and yes, that includes Electron. So obviously, all the baggage that comes with Electron is also present. It might seem counter-intuitive for a system optimizer application to be built with something so resource hungry like Electron. I’m aware of that.

But as you don’t need to keep it running in the background, I don’t think it’s a big issue. You can just open up Stacer, do what you want and close it right away.

Stacer Github Repo

Stacer Features

The features of Stacer can be broken down into five sections:

1. Dashboard: For a quick glance at your system resources

The dashboard shows various information about your system (like Memory, CPU etc.) and visual overview of resource usage. Sort of using task manager in Linux.

Stacer – Dashboard

2. System Cleaner: To free up space

System Cleaner section gives you the option to search for and clean potentially unnecessary files of four types:

  • Apt Cache: If you read our guide to apt-get commands, you already know that every time you install packages with the apt command, the downloaded package files are cached. This is helpful for reinstalling the same version of those packages without downloading them again. But you may want to remove them to free up disk space.
  • Crash Reports: Whenever any application is crashed, a crash report is automatically generated to be sent to the developer of that application for debugging purpose. You can remove those reports from here.
  • System Logs: This contains log files from various processes and system.
  • App Cache: Applications stores cache files for performance improvements. You can remove cache files for various applications from here.
Stacer – System Cleaner

Be careful while removing the App Caches though. You might encounter performance penalties and unwanted behaviors, for example — clearing Web Browsers cache will cause you to sign-out from all signed-in websites etc.

3. Startup Apps: To manage startup applications

Startup Applications have performance effect on system startup time. The more application you load during system startup, the more time it will take the system to be ready for you to use. This is why effectively managing startup applications in Ubuntu is one of the many ways to make Ubuntu faster.

Stacer – Startup Apps

Startup Apps section lets you decide which applications you want to keep here and delete other entries.

4. Services: Manage services

The Services section lets you search for available system services in you system. You can toggle them to enable or disable from here. Disabling services will help freeing up memory.

Stacer – Services

But, be careful about which services you disable, as it might be a critical service that is needed for the system.

5. Uninstaller: Find and remove software

The Uninstaller section lists every packages installed on your Ubuntu system. You can search for and uninstall any package you want from here. I would also suggest reading our complete guide to installing and removing software in Ubuntu.

Stacer – Uninstaller

Again, be careful about this section too. You might end up uninstalling packages that are necessary for the system to operate properly.

How to install Stacer in Ubuntu

You will need to download the latest Stacer DEB package from the Github release page. Then you can install it with either GDebi or with the following command:

sudo dpkg -i Stacer_1.0.3_amd64.deb

The .deb filename in the command above depends on the file you downloaded. That’s all.

Is Stacer worth using?

For new Ubuntu users, Stacer is of course very helpful. Because it gathers various system optimization features under a single application. So, new users can get things done without digging too deep. Give it a try.

But for experienced users, it is surely an overkill, because all of the things it does is already present in Ubuntu distributions — as either command-line or graphical tools.

What do you think about Stacer? Will you give it a try?

Source