< Home - < Back

gnutls30


Information about the package, gnutls30, which is shipped with common Linux distributions. The gnutls30 package is designed for, A TLS protocol implementation.


Package Name:

gnutls30

Summary:

A TLS protocol implementation

Description:

GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and other required structures.

Architecture:

x86_64

Version:

3.5.8

Release:

1.el6

Size:

527 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for gnutls30


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


Command

Description of Command

yum install gnutls30

This command will install gnutls30 on the server.

yum remove gnutls30

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

yum -y remove gnutls30

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

yum update gnutls30

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

yum -y update gnutls30

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

yum info gnutls30

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

yum deplist gnutls30

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

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