rpm package – POFTUT

How To Install and Upgrade RPM Packages In CentOS, RHEL, Fedora, Mandriva

rpm is the package format used by popular distributions like RHEL, CentPOS, Fedora and Mandriva. We generally prefer to use yum command to install packages from internet automatically and easily. In some cases we may need to install rpm packages solely. In this tutorial we will look how to solve dependency and install rpm package. … Read more

How To Uninstall, Delete Packages with Yum Remove

yum is mainly used by rpm based distributions to manage operating system packages. yum have a lot of features but one of the most used feature is removing packages from operating system. In this tutorial we will look how to delete or remove packages with yum. We need root privileges all uninstall operations. We will … Read more

Linux RPM Command With Examples For CentOS, RedHat, Fedora

Linux RPM Command With Examples For CentOS, RedHat, Fedora

What is Rpm? Rpm is package manager popular in Red Hat-based operating systems.   Rpm full name is Red Hat Package Manager. Rpm uses rpm as package extension and format. Rpm packages are generally distributed from repositories on the internet but using USB, optical media or other ways is popular too in the old days. … Read more