< Home - < Back

kyotocabinet


Information about the package, kyotocabinet, which is shipped with common Linux distributions. The kyotocabinet package is designed for, A straightforward implementation of DBM.


Package Name:

kyotocabinet

Summary:

A straightforward implementation of DBM

Description:

Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. And there is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.

Architecture:

x86_64

Version:

1.2.76

Release:

5.el6

Size:

1.4 M

Repository:

epel

From Repository:

Licence:

GPLv3



Handy Yum Commands for kyotocabinet


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


Command

Description of Command

yum install kyotocabinet

This command will install kyotocabinet on the server.

yum remove kyotocabinet

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

yum -y remove kyotocabinet

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

yum update kyotocabinet

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

yum -y update kyotocabinet

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

yum info kyotocabinet

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

yum deplist kyotocabinet

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

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