# pkget **Repository Path**: javalover123/pkget ## Basic Information - **Project Name**: pkget - **Description**: Used for installing packages for when you dont have root when you dont have root and/or sudo it's as simple as that really - **Primary Language**: Shell - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/0x00009b/pkget - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-25 - **Last Updated**: 2022-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: apt, apt-get, install, debian, root ## README # pkget Used for installing packages for when you dont have root when you dont have root and/or sudo it's as simple as that really # how to use 1. Read the script, why ? because you should never run off the internet if you cant see it (#FOSS4LIFE) 2. Custom apt source list (Optional, not necessary) ```bash mkdir -p /tmp/apt/sources && wget https://gitee.com/javalover123/pkget/raw/master/Debian11.list -O /tmp/apt/sources/sources.list ``` 3. Download the script and make it executable ```bash cd ~ && wget https://gitee.com/javalover123/pkget/raw/master/pget && chmod +x pget ``` 4. Use the script to install packages ```bash ~/pget #example: ~/pget nmap ``` 5. Add to PATH (Only after first install package) ```bash . ~/.bashrc ``` 6. Hack the planet

Note

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