yum update – POFTUT

Update Fedora, CentOS, RHEL Packages with Yum Update

Yum is popular package management tools between rpm based distributions. In this tutorial we will simply look how update system packages for different distributions like Fedora, CentOS and RHEL . List Installed Packages Before installing any update best step is listing installed packages. We can list install packages with yum list installed command. $ sudo yum update … Read more

Yum Command Tutorial With Examples For Linux Package Management Like Install, Update Remove

Linux applications installed (generally) as packages. Packages contain required files like binary, configuration, database, data, graphic, etc. All files packaged to one file named rpm. There is a lot of packages in fedora or other rpm based distribution to manage. Keep in mind that there is also a different version of packages like a1,a2,a3. Packages … Read more