< Home - < Back

dkms


Information about the package, dkms, which is shipped with common Linux distributions. The dkms package is designed for, Dynamic Kernel Module Support Framework.


Package Name:

dkms

Summary:

Dynamic Kernel Module Support Framework

Description:

This package contains the framework for the Dynamic Kernel Module Support (DKMS) method for installing module RPMS as originally developed by Dell.

Architecture:

noarch

Version:

2.4.0

Release:

1.20170926git959bd74.el6

Size:

78 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for dkms


Control the dkms package with the following handy commands outlined below.


Command

Description of Command

yum install dkms

This command will install dkms on the server.

yum remove dkms

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

yum -y remove dkms

This command will un-install dkms 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 dkms when using the -y flag.

yum update dkms

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

yum -y update dkms

This command will update dkms 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 dkms when using the -y flag.

yum info dkms

This command will show you core information about the dkms package.

yum deplist dkms

This command will show you the dependencies for dkms. 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 dkms

This command will check if there is an update waiting on dkms. 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.