Post

[UPDATE] Rebuild Bleachbit on SlackBuild #Slackware

do you know bleacbit? a little explanation for me, bleachbit is software for cache cleaner like ccleaner on Windows and Clean Master on Android.
a slackware user become as from, i installed bleachbit on Slackware. but i see bleachbit not update, whereas bleachbit has updated to version 1.4 on SlackBuild has still 1.2 version. where the maintained? :)
i did not make this ;)
okay if you Slackware User and use bleachbit for cache cleaner, download source code

after download, put bleachbit-x.x.tar.bz2 to directory where bleachbit.SlackBuild save
and then edit bleachbit.SlackBuild, change version 1.2 to 1.4

1
2
3
4
"PRGNAM=bleachbit  
VERSION=${VERSION:-1.4}  
BUILD=${BUILD:-1}  
TAG=${TAG:-_SBo}"  

and give permission file bleachbit.SlackBuild then build :)

1
# chmod +x bleachbit-x.x.tar.bz2 && ./bleachbit-x.x.tar.bz2  

and then upgrade with this command

1
# upgradepkg --install-new /tmp/bleachbit-x.x-noarch-1_SBo.tgz  

you’ll now have new bleachbit version :)

CMIIW :)

This post is licensed under CC BY 4.0 by the author.