-1

Does anyone knows the easy way to install Stacer cleaner ?

It has great interface as CCleaner and everything.

Any special way to install packages ?

Liso
  • 15,377
  • 3
  • 51
  • 80

2 Answers2

1

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 https://github.com/oguzhaninan/Stacer/releases/download/v1.1.0/Stacer-1.1.0-x64.AppImage
chmod a+x Stacer-1.1.0-x64.AppImage
./Stacer-1.1.0-x64.AppImage

http://ubuntuhandbook.org/index.php/2019/06/stacer-system-optimizer-cleaner-monitor-ubuntu/

Liso
  • 15,377
  • 3
  • 51
  • 80
  • Thanks .......the terminal helped a lot ..........I am just one week with Ubuntu aka Linux. I really like it a lot. Totally better than Mac and Windows 10, together. – Christian Bearsly Clark Dec 01 '19 at 09:55
0

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.

graham
  • 10,436