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
|
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
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.
|