mirror of
https://github.com/oguzhaninan/Stacer.git
synced 2025-12-23 23:18:31 -05:00
5.9 KiB
Executable File
5.9 KiB
Executable File
Linux System Optimizer and Monitoring
Reviews
Installing
Required for Ubuntu 14
Run sudo apt-get install systemd -f
AppImage
- Download
stacer-1.0.7-x86_64.AppImagefrom the Stacer releases page. - Make it executable
sudo chmod a+x stacer*.AppImage - Run
./stacer*.AppImage
Debian Linux x64
- Download
stacer_1.0.7_amd64.debfrom the Stacer releases page. - Run
sudo dpkg --install stacer_1.0.7_amd64.debon the downloaded package. - Launch Stacer using the installed
stacercommand.
Debian Linux x86
- Download
stacer_1.0.7_i386.debfrom the Stacer releases page. - Run
sudo dpkg --install stacer_1.0.7_i386.debon the downloaded package. - Launch Stacer using the installed
stacercommand.
Fedora
- Download
stacer-1.0.7.rpmfrom the Stacer releases page. - Run
sudo rpm --install stacer-1.0.7.rpmon the downloaded package. - Launch Stacer using the installed
stacercommand.
Build from source
git clone https://github.com/oguzhaninan/Stacer.gitcd Stacernpm install && npm run build && npm start
Uninstalling
- Run
sudo dpkg -r stacer










