install apt-get code example
Example 1: apt-get install
# first make sure all systems are up to date (raspberry pi)
sudo apt-get update && sudo apt-get upgrade
# install the desired package
sudo apt-get install or
Example 2: apt-get install plex
curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -