I have recently updated my fonts and later I figured out my latex compilation gave me errors related to fonts. See the below error messages

Font U/psy/m/n/10=psyr at 10.0pt not loadable: Metric (TFM) file not found.
Font U/stmary/m/n/10.95=stmary11 at 10.95pt not loadable: Metric (TFM) file not found
Font OT1/ptm/m/n/10=ptmr7t at 10.0pt not loadable: Metric (TFM) file not found
Font OT1/ptm/m/n/10=pcrr7t at 10.0pt not loadable: Metric (TFM) file not found

After browsing for several minutes, I figured out the solution. The solution is

> sudo yum -y install texlive-collection-fontsrecommended texlive-times

After installing recommended fonts, my latex compilation started working again