In this article we are going to learn the commands and steps to install kyotocabinet-doc package on Ubuntu 20.04 (Focal Fossa).
Ads
Quick installation of kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1:
Step 1: Update system:
sudo apt-get update
Step 2: Install: kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1
Ater updaing the OS run following command to install the packae:
sudo apt-get install kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1
Package Details | |
Package: | kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1 |
Version: | 1.2.76-4.2build1 |
Maintainer: | Ubuntu Developers |
Home page: | http://fallabs.com/kyotocabinet/ |
Description: | Straightforward implementation of DBM - docs 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. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. . Kyoto Cabinet runs very fast. For example, elapsed time to store one million records is 0.9 seconds for hash database, and 1.1 seconds for B+ tree database. Moreover, the size of database is very small. For example, overhead for a record is 16 bytes for hash database, and 4 bytes for B+ tree database. Furthermore, scalability of Kyoto Cabinet is great. The database size can be up to 8EB (9.22e18 bytes). . Sponsored by the same company, Kyoto Cabinet is "[a] more powerful and convenient library than Tokyo Cabinet [and] surpasses Tokyo Cabinet in every aspect". . This package contains the documentation. |
Distro: | Ubuntu 20.04 LTS |
Release: | |
Repo/Section: | universe/doc |
First of all update your system with the command:
sudo apt-get update
Ads
Above command will download the package lists for Ubuntu 20.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.
After downloading the latest package list with the help of above you can run the installation process.
If kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1 is not installed on your compter then the command 'dpkg -L kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1' will give followin error.
deepak@deepak-VirtualBox:~$ dpkg -L kyotocabinet-doc [1mdpkg-query:[0m package 'kyotocabinet-doc' is not installed Use dpkg --contents (= dpkg-deb --contents) to list archive files contents. deepak@deepak-VirtualBox:~$
Installing kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1:
After system update use the following command to install kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1:
sudo apt-get install kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1
Above command will confirm before installing the package on your Ubuntu 20.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.
Now we will see the commands for uninstalling the kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1 from Ubuntu 20.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1 following command is used:
sudo apt-get remove kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1
Following command is used to remove the kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1 package along with its dependencies:
sudo apt-get remove --auto-remove kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1
This will remove kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1 and all its dependent packages which is no longer needed in the system.
Completely removing kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1 with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1
or you can use following command also:
sudo apt-get purge --auto-remove kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1
Above command will remove all the configuration files and data associated with kyotocabinet-doc Architecture: all Version: 1.2.76-4.2build1 package. You can can't recover the delete data, so, use this command with care.