< Home - < Back

qca2


Information about the package, qca2, which is shipped with common Linux distributions. The qca2 package is designed for, Qt Cryptographic Architecture.


Package Name:

qca2

Summary:

Qt Cryptographic Architecture

Description:

Taking a hint from the similarly-named Java Cryptography Architecture, QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. QCA separates the API from the implementation, using plugins known as Providers. The advantage of this model is to allow applications to avoid linking to or explicitly depending on any particular cryptographic library. This allows one to easily change or upgrade crypto implementations without even needing to recompile the application!

Architecture:

x86_64

Version:

2.0.2

Release:

2.1.el6

Size:

419 k

Repository:

base

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for qca2


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


Command

Description of Command

yum install qca2

This command will install qca2 on the server.

yum remove qca2

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

yum -y remove qca2

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

yum update qca2

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

yum -y update qca2

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

yum info qca2

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

yum deplist qca2

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

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