Software Packages
Under the previous section we discussed software packages and the commands used based on whether the distro is Debian or Red Hat based. I will not repeat each description, but I will go into descriptors based on whether an application is being searched, installed, or removed
DEB Packages
sudo apt install package_name
RPM Packages
sudo yum install package_name
Due to the nature of installing and removing, sudo is used to increase permissions. The format and order applies to searching, installing or removing.