How To Install tkrzw-devel on CentOS 8
Introduction
In this tutorial we learn how to install tkrzw-devel
on CentOS 8.
What is tkrzw-devel
This package contains libraries and header files for developing applications that use Tkrzw.
We can use yum
or dnf
to install tkrzw-devel
on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install tkrzw-devel.
Install tkrzw-devel on CentOS 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install tkrzw-devel
using dnf
by running the following command:
sudo dnf -y install tkrzw-devel
Install tkrzw-devel on CentOS 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install tkrzw-devel
using yum
by running the following command:
sudo yum -y install tkrzw-devel
How To Uninstall tkrzw-devel on CentOS 8
To uninstall only the tkrzw-devel
package we can use the following command:
sudo dnf remove tkrzw-devel
tkrzw-devel Package Contents on CentOS 8
/usr/include/tkrzw_cmd_util.h
/usr/include/tkrzw_containers.h
/usr/include/tkrzw_dbm.h
/usr/include/tkrzw_dbm_baby.h
/usr/include/tkrzw_dbm_cache.h
/usr/include/tkrzw_dbm_common_impl.h
/usr/include/tkrzw_dbm_hash.h
/usr/include/tkrzw_dbm_hash_impl.h
/usr/include/tkrzw_dbm_poly.h
/usr/include/tkrzw_dbm_shard.h
/usr/include/tkrzw_dbm_skip.h
/usr/include/tkrzw_dbm_skip_impl.h
/usr/include/tkrzw_dbm_std.h
/usr/include/tkrzw_dbm_tiny.h
/usr/include/tkrzw_dbm_tree.h
/usr/include/tkrzw_dbm_tree_impl.h
/usr/include/tkrzw_file.h
/usr/include/tkrzw_file_mmap.h
/usr/include/tkrzw_file_pos.h
/usr/include/tkrzw_file_std.h
/usr/include/tkrzw_file_util.h
/usr/include/tkrzw_index.h
/usr/include/tkrzw_key_comparators.h
/usr/include/tkrzw_lib_common.h
/usr/include/tkrzw_str_util.h
/usr/include/tkrzw_thread_util.h
/usr/lib64/libtkrzw.so
/usr/lib64/pkgconfig/tkrzw.pc
/usr/share/doc/tkrzw-devel
/usr/share/doc/tkrzw-devel/example
/usr/share/doc/tkrzw-devel/example/Makefile
/usr/share/doc/tkrzw-devel/example/VCMakefile
/usr/share/doc/tkrzw-devel/example/accesscounter.cc
/usr/share/doc/tkrzw-devel/example/babydbm_ex1.cc
/usr/share/doc/tkrzw-devel/example/babydbm_ex2.cc
/usr/share/doc/tkrzw-devel/example/cachedbm_ex1.cc
/usr/share/doc/tkrzw-devel/example/fileindex_ex1.cc
/usr/share/doc/tkrzw-devel/example/hashdbm_ex1.cc
/usr/share/doc/tkrzw-devel/example/hashdbm_ex2.cc
/usr/share/doc/tkrzw-devel/example/hashdbm_ex3.cc
/usr/share/doc/tkrzw-devel/example/helloworld.cc
/usr/share/doc/tkrzw-devel/example/invindex_ex1.cc
/usr/share/doc/tkrzw-devel/example/polydbm_ex1.cc
/usr/share/doc/tkrzw-devel/example/sharddbm_ex1.cc
/usr/share/doc/tkrzw-devel/example/skipdbm_ex1.cc
/usr/share/doc/tkrzw-devel/example/skipdbm_ex2.cc
/usr/share/doc/tkrzw-devel/example/skipdbm_ex3.cc
/usr/share/doc/tkrzw-devel/example/stdindex_ex1.cc
/usr/share/doc/tkrzw-devel/example/stdtreedbm_ex1.cc
/usr/share/doc/tkrzw-devel/example/stdtreedbm_ex2.cc
/usr/share/doc/tkrzw-devel/example/tinydbm_ex1.cc
/usr/share/doc/tkrzw-devel/example/tinydbm_ex2.cc
/usr/share/doc/tkrzw-devel/example/treedbm_ex1.cc
/usr/share/doc/tkrzw-devel/example/treedbm_ex2.cc
/usr/share/doc/tkrzw-devel/example/treedbm_ex3.cc
References
Summary
In this tutorial we learn how to install tkrzw-devel
on CentOS 8 using yum and dnf.