< Home - < Back

x509viewer


Information about the package, x509viewer, which is shipped with common Linux distributions. The x509viewer package is designed for, Simple tool to decode X.509 certificates.


Package Name:

x509viewer

Summary:

Simple tool to decode X.509 certificates

Description:

x509viewer is a simple command line application, written in Perl, that can be used to decode one or multiple X.509 certificates per given file, such as e.g. SSL certificates, CSRs (certificate signing requests), but also private keys.

Architecture:

noarch

Version:

0.1.0

Release:

1.el6

Size:

13 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for x509viewer


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


Command

Description of Command

yum install x509viewer

This command will install x509viewer on the server.

yum remove x509viewer

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

yum -y remove x509viewer

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

yum update x509viewer

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

yum -y update x509viewer

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

yum info x509viewer

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

yum deplist x509viewer

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

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