yum – Page 2 – POFTUT

How To Update and Upgrade Linux Kernel?

I  have Ubuntu systems and I have an old kernel. I want to upgrade my Linux system kernel. How can I do that? Linux kernel can be upgraded by two ways one way is getting source code compiling and installing it. The second way is by using the package manager to update the kernel. We … Read more

How To List All Repository Packages With Yum Command

I have added a new repository into my repositories and I want to list all packages. Find the total count of packages and filter some of the packages I am interested in. And now we can start the process. List All Repository Packages yum command have list option which will list all packages from currently available repositories. … Read more