Source package recipes for the scraps package manager (ScrapLinux).
# Sync the index scraps -s # Search for a package scraps -se <term> # Install a package (builds from source + all deps) scraps -in <pkg> # Update everything scraps -su
scraps -in <pkg> install (resolves all dependencies from source) scraps -r <pkg> remove (refuses if something still needs it) scraps -R <pkg> hard remove (cascade + orphans) scraps -u <pkg> update a package scraps -u scraps self-update scraps CLI scraps -su system update (upgrade everything installed) scraps -s sync the package index scraps -se <term> search names and descriptions scraps -info <pkg> show detailed package info scraps -l list installed packages scraps -deps <pkg> show dependency tree (install order) scraps -rdeps <pkg> show what depends on a package scraps -orphans list dependencies nothing needs anymore scraps -clean clear the download cache
Created by apiwo