Packages
The packages for the latest ballish release can be downloaded on Gitlab.com: release 0.21
Installation instructions
Debian
Debian Bullseye
Download the ballish_bullseye_0.21_amd64.deb
file, then install the package with:
sudo dpkg -i ballish_bullseye_0.21_amd64.deb
Then enable and start the daemon (along with a daily cron) with:
systemctl --user enable --now ballish-daemon ballish-optimizer ballish-optimizer.timer
You can then read the manual (either with man ballish
or here ) , with the first command to look at being bl --folder
.
Debian Bookworm
Download the ballish_bookworm_0.21_amd64.deb
file, then install the package with:
sudo dpkg -i ballish_bookworm_0.21_amd64.deb
Then enable and start the daemon (along with a daily cron) with:
systemctl --user enable --now ballish-daemon ballish-optimizer ballish-optimizer.timer
You can then read the manual (either with man ballish
or here ) , with the first command to look at being bl --folder
.
Debian Trixie
Download the ballish_trixie_0.21_amd64.deb
file, then install the package with:
sudo dpkg -i ballish_trixie_0.21_amd64.deb
Then enable and start the daemon (along with a daily cron) with:
systemctl --user enable --now ballish-daemon ballish-optimizer ballish-optimizer.timer
You can then read the manual (either with man ballish
or here ) , with the first command to look at being bl --folder
.
Fedora
Fedora 42
Download the ballish-0.21-1.f42.x86_64.rpm
file, then install the package with:
sudo dnf localinstall ballish-0.21-1.f42.x86_64.rpm
Then enable and start the daemon (along with a daily cron) with:
systemctl --user enable --now ballish-daemon ballish-optimizer ballish-optimizer.timer
You can then read the manual (either with man ballish
or here ) , with the first command to look at being bl --folder
.
Ubuntu
Ubuntu 24.04
Download the ballish_ubuntu_24.04_0.21_amd64.deb
file, then install the package with:
sudo dpkg -i ballish_ubuntu_24.04_0.21_amd64.deb
Then enable and start the daemon (along with a daily cron) with:
systemctl --user enable --now ballish-daemon ballish-optimizer ballish-optimizer.timer
You can then read the manual (either with man ballish
or here ) , with the first command to look at being bl --folder
.