< Home - < Back

clatd


Information about the package, clatd, which is shipped with common Linux distributions. The clatd package is designed for, CLAT / SIIT-DC Edge Relay implementation for Linux.


Package Name:

clatd

Summary:

CLAT / SIIT-DC Edge Relay implementation for Linux

Description:

clatd implements the CLAT component of the 464XLAT network architecture specified in RFC 6877. It allows an IPv6-only host to have IPv4 connectivity that is translated to IPv6 before being routed to an upstream PLAT (which is typically a Stateful NAT64 operated by the ISP) and there translated back to IPv4 before being routed to the IPv4 internet.

Architecture:

noarch

Version:

1.4

Release:

7.el6

Size:

33 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for clatd


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


Command

Description of Command

yum install clatd

This command will install clatd on the server.

yum remove clatd

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

yum -y remove clatd

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

yum update clatd

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

yum -y update clatd

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

yum info clatd

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

yum deplist clatd

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

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