DEV Community

manish srivastava
manish srivastava

Posted on

Awesome Solution: Installing packages without root privileges.

Pkget used for installing packages when you dont have root and/or sudo it's as simple as that really...

wget https://raw.githubusercontent.com/0x00009b/pkget/master/pget && chmod +x pget
Enter fullscreen mode Exit fullscreen mode

And then simply

./pget <package_name>
#example: ./pget nmap
Enter fullscreen mode Exit fullscreen mode

Works with:
This tool is only for debian based systems and will only work with apt for you linux n00bs here is a list of some common debian based distos
Debian
Ubuntu
Parrot OS
Kali linux
Linux Lite

Thanks for this https://github.com/0x00009b

👍🙏

Click here for joining my team

Top comments (0)