how to install apt code example
Example 1: apt uninstall
sudo apt-get remove [pkg]
Example 2: apt-get install
# first make sure all systems are up to date (raspberry pi)
sudo apt update && sudo apt upgrade
# install the desired package
sudo apt-get install <package name> or <download link>