To update everything in one command

sudo apt update && sudo apt upgrade

To install a specific package

sudo apt install python-pip

To download a specific repository from GitHub

# Syntax
sudo git clone [url]

sudo git clone <https://github.com/Dewalt-arch/pimpmykali.git>

<aside> 💡 Make sure to check the webpage on how to install the respective package.

</aside>