How To Install tlx-devel on Fedora 36

In this tutorial we learn how to install tlx-devel in Fedora 36. tlx-devel is Headers and library links to build with tlx

Introduction

In this tutorial we learn how to install tlx-devel on Fedora 36.

What is tlx-devel

Headers and library links to build with tlx.

We can use yum or dnf to install tlx-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tlx-devel.

Install tlx-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install tlx-devel using dnf by running the following command:

sudo dnf -y install tlx-devel

Install tlx-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install tlx-devel using yum by running the following command:

sudo yum -y install tlx-devel

How To Uninstall tlx-devel on Fedora 36

To uninstall only the tlx-devel package we can use the following command:

sudo dnf remove tlx-devel

tlx-devel Package Contents on Fedora 36

/usr/include/tlx
/usr/include/tlx/algorithm
/usr/include/tlx/algorithm.hpp
/usr/include/tlx/algorithm/exclusive_scan.hpp
/usr/include/tlx/algorithm/is_sorted_cmp.hpp
/usr/include/tlx/algorithm/merge_advance.hpp
/usr/include/tlx/algorithm/merge_combine.hpp
/usr/include/tlx/algorithm/multisequence_partition.hpp
/usr/include/tlx/algorithm/multisequence_selection.hpp
/usr/include/tlx/algorithm/multiway_merge.hpp
/usr/include/tlx/algorithm/multiway_merge_splitting.hpp
/usr/include/tlx/algorithm/parallel_multiway_merge.hpp
/usr/include/tlx/algorithm/random_bipartition_shuffle.hpp
/usr/include/tlx/allocator_base.hpp
/usr/include/tlx/backtrace.hpp
/usr/include/tlx/cmdline_parser.hpp
/usr/include/tlx/container
/usr/include/tlx/container.hpp
/usr/include/tlx/container/btree.hpp
/usr/include/tlx/container/btree_map.hpp
/usr/include/tlx/container/btree_multimap.hpp
/usr/include/tlx/container/btree_multiset.hpp
/usr/include/tlx/container/btree_set.hpp
/usr/include/tlx/container/d_ary_addressable_int_heap.hpp
/usr/include/tlx/container/d_ary_heap.hpp
/usr/include/tlx/container/loser_tree.hpp
/usr/include/tlx/container/lru_cache.hpp
/usr/include/tlx/container/radix_heap.hpp
/usr/include/tlx/container/ring_buffer.hpp
/usr/include/tlx/container/simple_vector.hpp
/usr/include/tlx/container/splay_tree.hpp
/usr/include/tlx/container/string_view.hpp
/usr/include/tlx/counting_ptr.hpp
/usr/include/tlx/define
/usr/include/tlx/define.hpp
/usr/include/tlx/define/attribute_always_inline.hpp
/usr/include/tlx/define/attribute_fallthrough.hpp
/usr/include/tlx/define/attribute_format_printf.hpp
/usr/include/tlx/define/attribute_packed.hpp
/usr/include/tlx/define/attribute_warn_unused_result.hpp
/usr/include/tlx/define/deprecated.hpp
/usr/include/tlx/define/endian.hpp
/usr/include/tlx/define/likely.hpp
/usr/include/tlx/define/visibility_hidden.hpp
/usr/include/tlx/delegate.hpp
/usr/include/tlx/die
/usr/include/tlx/die.hpp
/usr/include/tlx/die/core.hpp
/usr/include/tlx/digest
/usr/include/tlx/digest.hpp
/usr/include/tlx/digest/md5.hpp
/usr/include/tlx/digest/sha1.hpp
/usr/include/tlx/digest/sha256.hpp
/usr/include/tlx/digest/sha512.hpp
/usr/include/tlx/logger
/usr/include/tlx/logger.hpp
/usr/include/tlx/logger/all.hpp
/usr/include/tlx/logger/array.hpp
/usr/include/tlx/logger/core.hpp
/usr/include/tlx/logger/deque.hpp
/usr/include/tlx/logger/map.hpp
/usr/include/tlx/logger/set.hpp
/usr/include/tlx/logger/tuple.hpp
/usr/include/tlx/logger/unordered_map.hpp
/usr/include/tlx/logger/unordered_set.hpp
/usr/include/tlx/logger/wrap_unprintable.hpp
/usr/include/tlx/math
/usr/include/tlx/math.hpp
/usr/include/tlx/math/abs_diff.hpp
/usr/include/tlx/math/aggregate.hpp
/usr/include/tlx/math/aggregate_min_max.hpp
/usr/include/tlx/math/bswap.hpp
/usr/include/tlx/math/bswap_be.hpp
/usr/include/tlx/math/bswap_le.hpp
/usr/include/tlx/math/clz.hpp
/usr/include/tlx/math/ctz.hpp
/usr/include/tlx/math/div_ceil.hpp
/usr/include/tlx/math/ffs.hpp
/usr/include/tlx/math/integer_log2.hpp
/usr/include/tlx/math/is_power_of_two.hpp
/usr/include/tlx/math/polynomial_regression.hpp
/usr/include/tlx/math/popcount.hpp
/usr/include/tlx/math/power_to_the.hpp
/usr/include/tlx/math/rol.hpp
/usr/include/tlx/math/ror.hpp
/usr/include/tlx/math/round_to_power_of_two.hpp
/usr/include/tlx/math/round_up.hpp
/usr/include/tlx/math/sgn.hpp
/usr/include/tlx/meta
/usr/include/tlx/meta.hpp
/usr/include/tlx/meta/apply_tuple.hpp
/usr/include/tlx/meta/call_for_range.hpp
/usr/include/tlx/meta/call_foreach.hpp
/usr/include/tlx/meta/call_foreach_tuple.hpp
/usr/include/tlx/meta/call_foreach_tuple_with_index.hpp
/usr/include/tlx/meta/call_foreach_with_index.hpp
/usr/include/tlx/meta/enable_if.hpp
/usr/include/tlx/meta/fold_left.hpp
/usr/include/tlx/meta/fold_left_tuple.hpp
/usr/include/tlx/meta/fold_right.hpp
/usr/include/tlx/meta/fold_right_tuple.hpp
/usr/include/tlx/meta/function_chain.hpp
/usr/include/tlx/meta/function_stack.hpp
/usr/include/tlx/meta/has_member.hpp
/usr/include/tlx/meta/has_method.hpp
/usr/include/tlx/meta/index_sequence.hpp
/usr/include/tlx/meta/is_std_array.hpp
/usr/include/tlx/meta/is_std_pair.hpp
/usr/include/tlx/meta/is_std_tuple.hpp
/usr/include/tlx/meta/is_std_vector.hpp
/usr/include/tlx/meta/log2.hpp
/usr/include/tlx/meta/no_operation.hpp
/usr/include/tlx/meta/static_index.hpp
/usr/include/tlx/meta/vexpand.hpp
/usr/include/tlx/meta/vmap_for_range.hpp
/usr/include/tlx/meta/vmap_foreach.hpp
/usr/include/tlx/meta/vmap_foreach_tuple.hpp
/usr/include/tlx/meta/vmap_foreach_tuple_with_index.hpp
/usr/include/tlx/meta/vmap_foreach_with_index.hpp
/usr/include/tlx/multi_timer.hpp
/usr/include/tlx/port
/usr/include/tlx/port.hpp
/usr/include/tlx/port/setenv.hpp
/usr/include/tlx/semaphore.hpp
/usr/include/tlx/simple_vector.hpp
/usr/include/tlx/siphash.hpp
/usr/include/tlx/sort
/usr/include/tlx/sort.hpp
/usr/include/tlx/sort/networks
/usr/include/tlx/sort/networks/best.hpp
/usr/include/tlx/sort/networks/bose_nelson.hpp
/usr/include/tlx/sort/networks/bose_nelson_parameter.hpp
/usr/include/tlx/sort/networks/cswap.hpp
/usr/include/tlx/sort/parallel_mergesort.hpp
/usr/include/tlx/sort/strings
/usr/include/tlx/sort/strings.hpp
/usr/include/tlx/sort/strings/insertion_sort.hpp
/usr/include/tlx/sort/strings/multikey_quicksort.hpp
/usr/include/tlx/sort/strings/parallel_sample_sort.hpp
/usr/include/tlx/sort/strings/radix_sort.hpp
/usr/include/tlx/sort/strings/sample_sort_tools.hpp
/usr/include/tlx/sort/strings/string_ptr.hpp
/usr/include/tlx/sort/strings/string_set.hpp
/usr/include/tlx/sort/strings_parallel.hpp
/usr/include/tlx/stack_allocator.hpp
/usr/include/tlx/string
/usr/include/tlx/string.hpp
/usr/include/tlx/string/appendline.hpp
/usr/include/tlx/string/base64.hpp
/usr/include/tlx/string/bitdump.hpp
/usr/include/tlx/string/compare_icase.hpp
/usr/include/tlx/string/contains.hpp
/usr/include/tlx/string/contains_word.hpp
/usr/include/tlx/string/ends_with.hpp
/usr/include/tlx/string/equal_icase.hpp
/usr/include/tlx/string/erase_all.hpp
/usr/include/tlx/string/escape_html.hpp
/usr/include/tlx/string/escape_uri.hpp
/usr/include/tlx/string/expand_environment_variables.hpp
/usr/include/tlx/string/extract_between.hpp
/usr/include/tlx/string/format_iec_units.hpp
/usr/include/tlx/string/format_si_iec_units.hpp
/usr/include/tlx/string/format_si_units.hpp
/usr/include/tlx/string/hash_djb2.hpp
/usr/include/tlx/string/hash_sdbm.hpp
/usr/include/tlx/string/hexdump.hpp
/usr/include/tlx/string/index_of.hpp
/usr/include/tlx/string/join.hpp
/usr/include/tlx/string/join_generic.hpp
/usr/include/tlx/string/join_quoted.hpp
/usr/include/tlx/string/less_icase.hpp
/usr/include/tlx/string/levenshtein.hpp
/usr/include/tlx/string/pad.hpp
/usr/include/tlx/string/parse_si_iec_units.hpp
/usr/include/tlx/string/replace.hpp
/usr/include/tlx/string/split.hpp
/usr/include/tlx/string/split_quoted.hpp
/usr/include/tlx/string/split_view.hpp
/usr/include/tlx/string/split_words.hpp
/usr/include/tlx/string/ssprintf.hpp
/usr/include/tlx/string/ssprintf_generic.hpp
/usr/include/tlx/string/starts_with.hpp
/usr/include/tlx/string/to_lower.hpp
/usr/include/tlx/string/to_upper.hpp
/usr/include/tlx/string/trim.hpp
/usr/include/tlx/string/union_words.hpp
/usr/include/tlx/string/word_wrap.hpp
/usr/include/tlx/thread_barrier_mutex.hpp
/usr/include/tlx/thread_barrier_spin.hpp
/usr/include/tlx/thread_pool.hpp
/usr/include/tlx/timestamp.hpp
/usr/include/tlx/unused.hpp
/usr/include/tlx/vector_free.hpp
/usr/include/tlx/version.hpp
/usr/lib/cmake/tlx
/usr/lib/cmake/tlx/tlx-config.cmake
/usr/lib/cmake/tlx/tlx-targets-noconfig.cmake
/usr/lib/cmake/tlx/tlx-targets.cmake
/usr/lib/cmake/tlx/tlx-version.cmake
/usr/lib/libtlx.so
/usr/lib/pkgconfig/tlx.pc

References

Summary

In this tutorial we learn how to install tlx-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install tlx-devel on Fedora 36” linkTitle: “tlx-devel” type: “docs” description: “In this tutorial we learn how to install tlx-devel in Fedora 36. tlx-devel is Headers and library links to build with tlx” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tlx-devel-featured.png

Introduction

In this tutorial we learn how to install tlx-devel on Fedora 36.

What is tlx-devel

Headers and library links to build with tlx.

We can use yum or dnf to install tlx-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tlx-devel.

Install tlx-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install tlx-devel using dnf by running the following command:

sudo dnf -y install tlx-devel

Install tlx-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install tlx-devel using yum by running the following command:

sudo yum -y install tlx-devel

How To Uninstall tlx-devel on Fedora 36

To uninstall only the tlx-devel package we can use the following command:

sudo dnf remove tlx-devel

tlx-devel Package Contents on Fedora 36

/usr/include/tlx
/usr/include/tlx/algorithm
/usr/include/tlx/algorithm.hpp
/usr/include/tlx/algorithm/exclusive_scan.hpp
/usr/include/tlx/algorithm/is_sorted_cmp.hpp
/usr/include/tlx/algorithm/merge_advance.hpp
/usr/include/tlx/algorithm/merge_combine.hpp
/usr/include/tlx/algorithm/multisequence_partition.hpp
/usr/include/tlx/algorithm/multisequence_selection.hpp
/usr/include/tlx/algorithm/multiway_merge.hpp
/usr/include/tlx/algorithm/multiway_merge_splitting.hpp
/usr/include/tlx/algorithm/parallel_multiway_merge.hpp
/usr/include/tlx/algorithm/random_bipartition_shuffle.hpp
/usr/include/tlx/allocator_base.hpp
/usr/include/tlx/backtrace.hpp
/usr/include/tlx/cmdline_parser.hpp
/usr/include/tlx/container
/usr/include/tlx/container.hpp
/usr/include/tlx/container/btree.hpp
/usr/include/tlx/container/btree_map.hpp
/usr/include/tlx/container/btree_multimap.hpp
/usr/include/tlx/container/btree_multiset.hpp
/usr/include/tlx/container/btree_set.hpp
/usr/include/tlx/container/d_ary_addressable_int_heap.hpp
/usr/include/tlx/container/d_ary_heap.hpp
/usr/include/tlx/container/loser_tree.hpp
/usr/include/tlx/container/lru_cache.hpp
/usr/include/tlx/container/radix_heap.hpp
/usr/include/tlx/container/ring_buffer.hpp
/usr/include/tlx/container/simple_vector.hpp
/usr/include/tlx/container/splay_tree.hpp
/usr/include/tlx/container/string_view.hpp
/usr/include/tlx/counting_ptr.hpp
/usr/include/tlx/define
/usr/include/tlx/define.hpp
/usr/include/tlx/define/attribute_always_inline.hpp
/usr/include/tlx/define/attribute_fallthrough.hpp
/usr/include/tlx/define/attribute_format_printf.hpp
/usr/include/tlx/define/attribute_packed.hpp
/usr/include/tlx/define/attribute_warn_unused_result.hpp
/usr/include/tlx/define/deprecated.hpp
/usr/include/tlx/define/endian.hpp
/usr/include/tlx/define/likely.hpp
/usr/include/tlx/define/visibility_hidden.hpp
/usr/include/tlx/delegate.hpp
/usr/include/tlx/die
/usr/include/tlx/die.hpp
/usr/include/tlx/die/core.hpp
/usr/include/tlx/digest
/usr/include/tlx/digest.hpp
/usr/include/tlx/digest/md5.hpp
/usr/include/tlx/digest/sha1.hpp
/usr/include/tlx/digest/sha256.hpp
/usr/include/tlx/digest/sha512.hpp
/usr/include/tlx/logger
/usr/include/tlx/logger.hpp
/usr/include/tlx/logger/all.hpp
/usr/include/tlx/logger/array.hpp
/usr/include/tlx/logger/core.hpp
/usr/include/tlx/logger/deque.hpp
/usr/include/tlx/logger/map.hpp
/usr/include/tlx/logger/set.hpp
/usr/include/tlx/logger/tuple.hpp
/usr/include/tlx/logger/unordered_map.hpp
/usr/include/tlx/logger/unordered_set.hpp
/usr/include/tlx/logger/wrap_unprintable.hpp
/usr/include/tlx/math
/usr/include/tlx/math.hpp
/usr/include/tlx/math/abs_diff.hpp
/usr/include/tlx/math/aggregate.hpp
/usr/include/tlx/math/aggregate_min_max.hpp
/usr/include/tlx/math/bswap.hpp
/usr/include/tlx/math/bswap_be.hpp
/usr/include/tlx/math/bswap_le.hpp
/usr/include/tlx/math/clz.hpp
/usr/include/tlx/math/ctz.hpp
/usr/include/tlx/math/div_ceil.hpp
/usr/include/tlx/math/ffs.hpp
/usr/include/tlx/math/integer_log2.hpp
/usr/include/tlx/math/is_power_of_two.hpp
/usr/include/tlx/math/polynomial_regression.hpp
/usr/include/tlx/math/popcount.hpp
/usr/include/tlx/math/power_to_the.hpp
/usr/include/tlx/math/rol.hpp
/usr/include/tlx/math/ror.hpp
/usr/include/tlx/math/round_to_power_of_two.hpp
/usr/include/tlx/math/round_up.hpp
/usr/include/tlx/math/sgn.hpp
/usr/include/tlx/meta
/usr/include/tlx/meta.hpp
/usr/include/tlx/meta/apply_tuple.hpp
/usr/include/tlx/meta/call_for_range.hpp
/usr/include/tlx/meta/call_foreach.hpp
/usr/include/tlx/meta/call_foreach_tuple.hpp
/usr/include/tlx/meta/call_foreach_tuple_with_index.hpp
/usr/include/tlx/meta/call_foreach_with_index.hpp
/usr/include/tlx/meta/enable_if.hpp
/usr/include/tlx/meta/fold_left.hpp
/usr/include/tlx/meta/fold_left_tuple.hpp
/usr/include/tlx/meta/fold_right.hpp
/usr/include/tlx/meta/fold_right_tuple.hpp
/usr/include/tlx/meta/function_chain.hpp
/usr/include/tlx/meta/function_stack.hpp
/usr/include/tlx/meta/has_member.hpp
/usr/include/tlx/meta/has_method.hpp
/usr/include/tlx/meta/index_sequence.hpp
/usr/include/tlx/meta/is_std_array.hpp
/usr/include/tlx/meta/is_std_pair.hpp
/usr/include/tlx/meta/is_std_tuple.hpp
/usr/include/tlx/meta/is_std_vector.hpp
/usr/include/tlx/meta/log2.hpp
/usr/include/tlx/meta/no_operation.hpp
/usr/include/tlx/meta/static_index.hpp
/usr/include/tlx/meta/vexpand.hpp
/usr/include/tlx/meta/vmap_for_range.hpp
/usr/include/tlx/meta/vmap_foreach.hpp
/usr/include/tlx/meta/vmap_foreach_tuple.hpp
/usr/include/tlx/meta/vmap_foreach_tuple_with_index.hpp
/usr/include/tlx/meta/vmap_foreach_with_index.hpp
/usr/include/tlx/multi_timer.hpp
/usr/include/tlx/port
/usr/include/tlx/port.hpp
/usr/include/tlx/port/setenv.hpp
/usr/include/tlx/semaphore.hpp
/usr/include/tlx/simple_vector.hpp
/usr/include/tlx/siphash.hpp
/usr/include/tlx/sort
/usr/include/tlx/sort.hpp
/usr/include/tlx/sort/networks
/usr/include/tlx/sort/networks/best.hpp
/usr/include/tlx/sort/networks/bose_nelson.hpp
/usr/include/tlx/sort/networks/bose_nelson_parameter.hpp
/usr/include/tlx/sort/networks/cswap.hpp
/usr/include/tlx/sort/parallel_mergesort.hpp
/usr/include/tlx/sort/strings
/usr/include/tlx/sort/strings.hpp
/usr/include/tlx/sort/strings/insertion_sort.hpp
/usr/include/tlx/sort/strings/multikey_quicksort.hpp
/usr/include/tlx/sort/strings/parallel_sample_sort.hpp
/usr/include/tlx/sort/strings/radix_sort.hpp
/usr/include/tlx/sort/strings/sample_sort_tools.hpp
/usr/include/tlx/sort/strings/string_ptr.hpp
/usr/include/tlx/sort/strings/string_set.hpp
/usr/include/tlx/sort/strings_parallel.hpp
/usr/include/tlx/stack_allocator.hpp
/usr/include/tlx/string
/usr/include/tlx/string.hpp
/usr/include/tlx/string/appendline.hpp
/usr/include/tlx/string/base64.hpp
/usr/include/tlx/string/bitdump.hpp
/usr/include/tlx/string/compare_icase.hpp
/usr/include/tlx/string/contains.hpp
/usr/include/tlx/string/contains_word.hpp
/usr/include/tlx/string/ends_with.hpp
/usr/include/tlx/string/equal_icase.hpp
/usr/include/tlx/string/erase_all.hpp
/usr/include/tlx/string/escape_html.hpp
/usr/include/tlx/string/escape_uri.hpp
/usr/include/tlx/string/expand_environment_variables.hpp
/usr/include/tlx/string/extract_between.hpp
/usr/include/tlx/string/format_iec_units.hpp
/usr/include/tlx/string/format_si_iec_units.hpp
/usr/include/tlx/string/format_si_units.hpp
/usr/include/tlx/string/hash_djb2.hpp
/usr/include/tlx/string/hash_sdbm.hpp
/usr/include/tlx/string/hexdump.hpp
/usr/include/tlx/string/index_of.hpp
/usr/include/tlx/string/join.hpp
/usr/include/tlx/string/join_generic.hpp
/usr/include/tlx/string/join_quoted.hpp
/usr/include/tlx/string/less_icase.hpp
/usr/include/tlx/string/levenshtein.hpp
/usr/include/tlx/string/pad.hpp
/usr/include/tlx/string/parse_si_iec_units.hpp
/usr/include/tlx/string/replace.hpp
/usr/include/tlx/string/split.hpp
/usr/include/tlx/string/split_quoted.hpp
/usr/include/tlx/string/split_view.hpp
/usr/include/tlx/string/split_words.hpp
/usr/include/tlx/string/ssprintf.hpp
/usr/include/tlx/string/ssprintf_generic.hpp
/usr/include/tlx/string/starts_with.hpp
/usr/include/tlx/string/to_lower.hpp
/usr/include/tlx/string/to_upper.hpp
/usr/include/tlx/string/trim.hpp
/usr/include/tlx/string/union_words.hpp
/usr/include/tlx/string/word_wrap.hpp
/usr/include/tlx/thread_barrier_mutex.hpp
/usr/include/tlx/thread_barrier_spin.hpp
/usr/include/tlx/thread_pool.hpp
/usr/include/tlx/timestamp.hpp
/usr/include/tlx/unused.hpp
/usr/include/tlx/vector_free.hpp
/usr/include/tlx/version.hpp
/usr/lib64/cmake/tlx
/usr/lib64/cmake/tlx/tlx-config.cmake
/usr/lib64/cmake/tlx/tlx-targets-noconfig.cmake
/usr/lib64/cmake/tlx/tlx-targets.cmake
/usr/lib64/cmake/tlx/tlx-version.cmake
/usr/lib64/libtlx.so
/usr/lib64/pkgconfig/tlx.pc

References

Summary

In this tutorial we learn how to install tlx-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).