Dec 10, 2019 · Get the list of all available component versions yum --showduplicates list Example: yum --showduplicates list intel-ipp-runtime* Use the desired component version in the command yum install -.- Example: yum install intel-ipp-runtime*-2020.1-12; How do I upgrade the installed packages?

Aug 27, 2007 · yum list available yum list available | less yum list available | grep package yum list available “pacakge” A note about RHEL = version 4.0If you are using RHEL v4.0 or old version, use up2date command: up2date --show-available Nov 23, 2019 · yum list updates yum list updates command is similar to yum check-update and returns a list of the packages to be updated in list format. yum update yum update command will update currently installed packages to latest version if package update is available. Method-1: Using yum check-update Command yum list installed | more yum list installed | less or direct it out to a file for viewing in a text editor: yum list installed > /tmp/yum-list.txt If you need to see all packages, installed and available, you can use: yum list all Or maybe just available packages: yum list available Show All Versions Of Package. Run the following command to show all versions of a package, available in enabled repositories: $ yum list --showduplicates Install Specific Version Of Package. To install a specific version of a package, run: $ sudo yum install - Force Yum To Downgrade Package

Mar 06, 2018 · By making use of the yum module available with Ansible we could easily extract this information about our inventory and store it appropriately for future use. In this article, we will share an Ansible playbook that will consist of three tasks. The first task will list all packages currently installed on the system.

Description of problem: "yum list all kernel" does not show me all kernel packages I can install. It is OK to install an older kernel: # yum -q install kernel-3.10.0-418.el7 ===== Package Arch Version Repository Size ===== Installing: kernel x86_64 3.10.0-418.el7 beaker-Server 34 M Transaction Summary ===== Install 1 Package Is this ok [y/d/N]: ^C But "yum list all kernel" does not show it

Nov 30, 2017 · Re: yum list all available kernels upgrades and not just latest Post by TrevorH » Thu Nov 30, 2017 9:04 am All kernel versions except the latest one have security vulnerabilities and should not be used.

The above configuration will not allow yum update or yum upgrade to update any of the gcc packages to version greater than what was installed at the time the locking was performed. See the yum-versionlock(1) for a list of all available commands. Diagnostic Steps. To display the list of locked packages, use: # yum versionlock list To discard the Nov 30, 2017 · Re: yum list all available kernels upgrades and not just latest Post by TrevorH » Thu Nov 30, 2017 9:04 am All kernel versions except the latest one have security vulnerabilities and should not be used. Nov 29, 2019 · Finally, show available packages, run: sudo yum list --available One can count all installed packages using the wc command: sudo yum list --installed | wc -l sudo yum list --all | wc -l sudo yum list --available | wc -l. Display packages list that needs updates/patching. Keeping your CentOS box secure is an essential task. One can get a list of May 04, 2019 · The "group list" is used to list the available groups from all yum repositories. Groups are marked as "installed" if all mandatory packages are installed, or if a group doesn't have any mandatory packages then it is installed if any of the optional or default package are installed.