dnf – POFTUT

Rpm, Yum, Dnf “NOKEY” Public Key Check Error and Solution

Rpm is very popular and secure package management format and application. Recent version of the rpm and yum command uses Public Key Check in order to make installation more secure. This is done by checking integrity of the rpm package. NOKEY Error For RPM Package We may see the error during a package installation with … Read more

Yum Repository Configuration For RedHat, CentOS, and Fedora

Yum Repository Configuration For RedHat, CentOS and Fedora

yum is a tool used to manage rpm packages in distributions like RedHat, CentOS, Fedora, etc. Most know feature of yum is using repositories in order to manage packages download and resolve dependencies. In this tutorial, we will examine the yum repository configuration. List Yum Repository Configurations yum repositories are stored as files with related configuration. These configuration files are … Read more

Linux “Apt-Get Command Not Found” Error Solution

Linux distributions are using package managers in order to install, update and remove applications. In the old days there are very less package managers those are not so good. In to day they are very talented. apt-get command not found is command error type which is shown while installing, updating and removing applications. In this … Read more

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

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