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 stacerOr 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.
This will ensure a clean and correct installation.
4