pkget/README.md

16 lines
774 B
Markdown

# pkget
With this tool you can easily install packages from the apt repository or any other Debian repository wether you have root or not and tinker with them all in your home directory without affecting anything system wide with you don't have to go searching the file system to find your broken dependencies or snoop thru scripts to find what your looking for
# how to use
using this too is super easy
just run setup.sh to move the the grab file to your home directory and makes it executable
then it mods your $PATH to to allow the installed tools to be ran without
having to switch directorys so instead of "./package_name" you can just run "package_name"
after this is done installing packages is easy
just ./pkget "package_to_install"
example: ./pkget xonsh