How to install Stacer 1.0.9 on Ubuntu 18.04

To install Stacer 1.0.9 on Ubuntu 18.04

System monitoring and optimizer apps are very essential for any Operating System and Stacer is one such app specifically created for optimizing Linux machines. It is a GUI based, open-sourced resource monitoring system and its dashboard displays a status about the CPU, Memory, Disk and System information.

Installation

Add a new repository to install a Stacer application as follows

root@linuxhelp1:~# add-apt-repository ppa:oguzhaninan/stacer
Linux System Optimizer and Monitoring
https://github.com/oguzhaninan/Stacer
 More info: https://launchpad.net/~oguzhaninan/+archive/ubuntu/stacer

Press [ENTER] to continue or Ctrl-c to cancel adding it.

.
.
Get:6 http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu bionic/main amd64 Packages [468 B]
Get:7 http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu bionic/main i386 Packages [468 B]
Get:8 http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu bionic/main Translation-en [176 B]
Fetched 17.0 kB in 2s (9,573 B/s)
Reading package lists... Done

And then update the system repository

root@linuxhelp1:~# apt-get update
Hit:1 http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu bionic InRelease
Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:3 http://in.archive.ubuntu.com/ubuntu bionic InRelease
Hit:4 http://in.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://in.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done

Next, install a Stacer application using this following command

root@linuxhelp1:~# apt-get install stacer -y
Reading package lists... Done
Building dependency tree      
Reading state information... Done

The following packages were automatically installed and are no longer required:

 apache2-bin apache2-data apache2-utils libapr1 libaprutil1 libaprutil1-dbd-sqlite3
  libaprutil1-ldap
Use ' sudo apt autoremove'  to remove them.

The following additional packages will be installed:

.
.
Preparing to unpack .../stacer_1.0.9-1~bionic_all.deb ...
Unpacking stacer (1.0.9-1~bionic) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3) ...
Setting up curl (7.58.0-2ubuntu3.1) ...
Setting up stacer (1.0.9-1~bionic) ...
Processing triggers for man-db (2.8.3-2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...

After the installation, you can access the stacer application from the menu as shown here




You can verify the version as shown here on the below image.

with this, the method to install Stacer 1.0.9 on Ubuntu 18.04 comes to an end.

Tag : Ubuntu Stacer
FAQ
Q
What is the required PPA for installing stacer 1.0.9 on Ubuntu 18.04?
A
The required PPA for installing stacer 1.0.9 on Ubuntu 18.04 is

ppa:oguzhaninan/stacer
Q
What is stacer & its uses?
A
System monitoring and optimizer apps are very essential for any Operating System and Stacer is one such app specifically created for optimizing Linux machines.
Q
How to get the source code for stacer ?
A
The source code for stacer is available here
https://github.com/oguzhaninan/Stacer/archive/v1.0.9.tar.gz
Q
what are the additional features in the latest version of Stacer?
A
The additional features in the latest version of Stacer were
• Rewritten with C++.
• It consumes 10 times less resources than the old.
• It was made faster than before.
• Responsive Design.
• Added "startup at boot" option to Services page.
• System Cl
Q
How to install stacer with its dependency?
A
You can use "gdebi" command to install stacer along with its dependecies