Install packages on any Debian based Linux distro without root or installing it on the entire system
Go to file
cypher aba08f1f5e Update 'README.md' 2020-04-21 17:06:51 -04:00
LICENSE Initial commit 2020-04-20 18:37:04 -04:00
README.md Update 'README.md' 2020-04-21 17:06:51 -04:00
pkget Update 'pkget' 2020-04-20 21:22:14 -04:00
setup.sh Update 'setup.sh' 2020-04-20 22:41:14 -04:00

README.md

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