How to use YUM (Yellowdog Updater, Modified) command on RHEL/CentOS, Fedora Linux

YUM (Yellowdog Updater Modified) is an open source command-line package management tool for RPM (RedHat Package Manager) based Linux systems. YUM developed Seth Vidal under GPL (General Public License). Install software package using yum command To install package (example Firefox) run command in your terminall: # yum install firefox This command will also identify the dependencies automatically and install … Read more

CentOS / RHEL: List All Configured Repositories

How can display a list of configured repositories under CentOS / Fedora / Red Hat Enterprise / Scientific Linux server operating systems? You need to pass the repolist option to the yum command. This option will show you a list of configured repositories under RHEL / Fedora / SL / CentOS Linux. The default is to list … Read more

YUM Autocomplete on Fedora, CentOS, Red Hat (RHEL)

Autocomplete feature is familiar to many who have used the Debian based Linux, like Debian and Ubuntu. For some reason, this feature is not automatically activated/installed on Red Hat -based Linux distros, like Fedora, CentOS and Red Hat (RHEL). Actually auto completion works with any Bash programs, but I think it’s very useful example with … Read more