Package recipe repository for the scraps package manager — ScrapLinux.
# sync the index scraps -s # install a package scraps -in <pkg> # update scraps itself scraps -u scraps # search scraps -se <term>
scraps -in <pkg> install (resolves all dependencies) scraps -in <pkg> -n dry run — show transaction without installing scraps -r <pkg> remove (blocks if still required) scraps -R <pkg> hard remove (cascade + orphans) scraps -u <pkg> update a package scraps -u scraps update scraps itself scraps -su system update (upgrade everything) scraps -s sync the package index scraps -se <term> search scraps -info <pkg> package info scraps -l list installed scraps -deps <pkg> show dependency tree scraps -rdeps <pkg> show reverse dependencies scraps -orphans list orphaned dependencies scraps -check verify installed package files scraps -clean clear the download cache
Created by apiwo