How To Install tlx on Fedora 36
Introduction
In this tutorial we learn how to install tlx
on Fedora 36.
What is tlx
TLX is a collection of sophisticated C++ data structures, algorithms, and miscellaneous helpers. It contains - The fast tournament (loser) trees from MCSTL by Johannes Singler, with many fixes. - A fast intrusive reference counter called CountingPtr, which has considerably less overhead than std - Efficient and fast multiway merging algorithms from Johannes Singler, which were previously included with gcc. The tlx version has many fixes and is available for clang and MSVC++. - Many string manipulation algorithms for std - An improved version of the stx-btree implementation, which is basically always a better alternative to std std - A copy of siphash for string hashing. - Efficient sequential string sorting implementations such as radix sort and multikey quicksort. - Much more; see the doxygen documentation.
We can use yum
or dnf
to install tlx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tlx.
Install tlx 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
using dnf
by running the following command:
sudo dnf -y install tlx
Install tlx 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
using yum
by running the following command:
sudo yum -y install tlx
How To Uninstall tlx on Fedora 36
To uninstall only the tlx
package we can use the following command:
sudo dnf remove tlx
tlx Package Contents on Fedora 36
---
title: "How To Install tlx on Fedora 36"
linkTitle: "tlx"
type: "docs"
/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/a4b3cf1ad434c7ca7c85ca9837f6faff0e6d6b
/usr/lib64/libtlx.so.0
/usr/lib64/libtlx.so.0.5.20200222
/usr/share/doc/tlx
/usr/share/doc/tlx/AUTHORS
/usr/share/doc/tlx/README.md
/usr/share/licenses/tlx
/usr/share/licenses/tlx/LICENSE
description: "In this tutorial we learn how to install tlx in Fedora 36. tlx is Sophisticated C++ data structures, algorithms, and helpers"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/tlx-featured.png
---
Introduction
References
In this tutorial we learn how to install tlx
on Fedora 36.
What is tlx
Summary
TLX is a collection of sophisticated C++ data structures, algorithms, and miscellaneous helpers. It contains - The fast tournament (loser) trees from MCSTL by Johannes Singler, with many fixes. - A fast intrusive reference counter called CountingPtr, which has considerably less overhead than std - Efficient and fast multiway merging algorithms from Johannes Singler, which were previously included with gcc. The tlx version has many fixes and is available for clang and MSVC++. - Many string manipulation algorithms for std - An improved version of the stx-btree implementation, which is basically always a better alternative to std std - A copy of siphash for string hashing. - Efficient sequential string sorting implementations such as radix sort and multikey quicksort. - Much more; see the doxygen documentation.
In this tutorial we learn how to install tlx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
We can use yum
or dnf
to install tlx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tlx.
Install tlx 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
using dnf
by running the following command:
sudo dnf -y install tlx
Install tlx 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
using yum
by running the following command:
sudo yum -y install tlx
How To Uninstall tlx on Fedora 36
To uninstall only the tlx
package we can use the following command:
sudo dnf remove tlx
tlx Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/0959aae9904cce9f3d1a6cbb3ae5cbe74ee748
/usr/lib/libtlx.so.0
/usr/lib/libtlx.so.0.5.20200222
/usr/share/doc/tlx
/usr/share/doc/tlx/AUTHORS
/usr/share/doc/tlx/README.md
/usr/share/licenses/tlx
/usr/share/licenses/tlx/LICENSE
References
Summary
In this tutorial we learn how to install tlx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).