< Home - < Back

crypto-utils


Information about the package, crypto-utils, which is shipped with common Linux distributions. The crypto-utils package is designed for, SSL certificate and key management utilities.


Package Name:

crypto-utils

Summary:

SSL certificate and key management utilities

URL:

Description:

This package provides tools for managing and generating SSL certificates and keys.

Architecture:

x86_64

Version:

2.4.1

Release:

24.3.el6

Size:

72 k

Repository:

base

From Repository:

Licence:

MIT and GPLv2+



Handy Yum Commands for crypto-utils


Control the crypto-utils package with the following handy commands outlined below.


Command

Description of Command

yum install crypto-utils

This command will install crypto-utils on the server.

yum remove crypto-utils

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

yum -y remove crypto-utils

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

yum update crypto-utils

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

yum -y update crypto-utils

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

yum info crypto-utils

This command will show you core information about the crypto-utils package.

yum deplist crypto-utils

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

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