Install Stacer cleaner?

Does anyone knows the easy way to install Stacer cleaner ?

It has great interface as CCleaner and everything.

Any special way to install packages ?

2 Answers

Bring up new terminal window, run following command.

sudo add-apt-repository ppa:oguzhaninan/stacer
sudo apt update
sudo apt install stacer

Or if you prefer .appimage format.

wget
chmod a+x Stacer-1.1.0-x64.AppImage
./Stacer-1.1.0-x64.AppImage
1

Simplest way to install Stacer is to install it from the Ubuntu Software Center.

enter image description here

This will ensure a clean and correct installation.

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like