< Home - < Back

kexec-tools


Information about the package, kexec-tools, which is shipped with common Linux distributions. The kexec-tools package is designed for, The kexec/kdump userspace component..


Package Name:

kexec-tools

Summary:

The kexec/kdump userspace component.

URL:

Description:

kexec-tools provides /sbin/kexec binary that facilitates a new kernel to boot using the kernel's kexec feature either on a normal or a panic reboot. This package contains the /sbin/kexec binary and ancillary utilities that together form the userspace component of the kernel's kexec feature.

Architecture:

x86_64

Version:

2.0.0

Release:

307.el6_9.1

Size:

351 k

Repository:

updates

From Repository:

Licence:

GPLv2



Handy Yum Commands for kexec-tools


Control the kexec-tools package with the following handy commands outlined below.


Command

Description of Command

yum install kexec-tools

This command will install kexec-tools on the server.

yum remove kexec-tools

This command will un-install kexec-tools on the server. When you run this command, you will be asked if you are sure that you want to remove kexec-tools, so you have to manually confirm that you want to do this.

yum -y remove kexec-tools

This command will un-install kexec-tools on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove kexec-tools when using the -y flag.

yum update kexec-tools

This command will update kexec-tools to the latest version. When you run this command, you will be asked if you are sure that you want to remove kexec-tools, so you have to manually confirm that you want to do this.

yum -y update kexec-tools

This command will update kexec-tools to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove kexec-tools when using the -y flag.

yum info kexec-tools

This command will show you core information about the kexec-tools package.

yum deplist kexec-tools

This command will show you the dependencies for kexec-tools. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update kexec-tools

This command will check if there is an update waiting on kexec-tools. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.