1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
DEPENDENCIES
bash>4
bc
findutils
parallel
sqlite
BUILDING
Setup the via a make.
$ make
Running a `make install` as root will distribute the files to
the filesystem.
# make install
USE A DISTRO PROVIDED PACKAGE
ARCH LINUX
Arch users may build the package directly with the provided
PKGBUILD: https://aur.archlinux.org/packages/profile-cleaner
CHAKRA
Chakra users may build the package directly with the provided
PKGBUILD: http://chakra-linux.org/ccr/packages.php?ID=4501
DEBIAN/MINT/UBUNTU
Debian/Mint/Ubuntu users may use the PPA graysky maintains at
this url: https://launchpad.net/~graysky/+archive/utils
FEDORA
Fedora users may use the rpms provided by graysky at this url:
http://repo-ck.com/bench.htm#Fedora_RPMs
GENTOO
Gentoo users may use the ebuild provided by the laurentb overlay:
http://gpo.zugaina.org/Overlays/laurentb/app-admin/profile-cleaner
VOID LINUX
Void users can download the package directly from the official repos.
|