I have tried to download the app Stacer 1.1.0 amd64.deb and it appears in download file, but it does nothing after that. Also it appears to load 21 megabits of a 78 megabit file.
Asked
Active
Viewed 643 times
0
-
Have you looked at this reference? https://askubuntu.com/questions/1192457/install-stacer-cleaner – graham Aug 23 '20 at 14:51
2 Answers
0
This application with this version is too new for Ubuntu 16.04 LTS package base. It will not install because of dependencies.
You have to follow official readme and add special repository (PPA) with this application to the system:
sudo add-apt-repository ppa:oguzhaninan/stacer -y
sudo apt-get update
sudo apt-get install stacer -y

N0rbert
- 99,918
0
You can download appimage directly and use it. https://appimage.github.io/Stacer/

Siva
- 171
-
I downloaded and it will not open or run. It creates an invalid coding error. – Jimmy Chivers Aug 23 '20 at 20:54
-
Since you are using ubuntu 16 which is old, stacer might not work. Give a try with old versions of stacer from the repository : https://github.com/oguzhaninan/Stacer/releases – Siva Aug 24 '20 at 14:13