UNIX: rpm
RPM is when you have a package already downloaded to your system – do not requite internet access YUM will download the package and install for you – requires internet access will go to the repositories that you have defined in your linux box >rpm -qa ß will give me the packages installed >rpm -e <-- will remove a package >rpm -ihv package_name <-- to install package >yum install package_name