How To Install trickle on Fedora 36

In this tutorial we learn how to install trickle in Fedora 36. trickle is Portable lightweight userspace bandwidth shaper

Introduction

In this tutorial we learn how to install trickle on Fedora 36.

What is trickle

trickle is a portable lightweight userspace bandwidth shaper. It can run in collaborative mode or in stand alone mode. trickle works by taking advantage of the unix loader preloading. Essentially it provides, to the application, a new version of the functionality that is required to send and receive data through sockets. It then limits traffic based on delaying the sending and receiving of data over a socket. trickle runs entirely in userspace and does not require root privileges.

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

Install trickle 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 trickle using dnf by running the following command:

sudo dnf -y install trickle

Install trickle 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 trickle using yum by running the following command:

sudo yum -y install trickle

How To Uninstall trickle on Fedora 36

To uninstall only the trickle package we can use the following command:

sudo dnf remove trickle

trickle Package Contents on Fedora 36

/etc/trickled.conf
/usr/bin/trickle
/usr/bin/tricklectl
/usr/bin/trickled
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/ff91f3ca20705f05dc7c927ca8dbb0f8d0fef9
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/be4ef8f019e30bea5e90d3e920344632158ae6
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/9703ed5d8fe0b3a457aa102c834f1f154e02da
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/59b5601fea5a691632132fc327c07334749ca3
/usr/lib64/trickle
/usr/lib64/trickle/trickle-overload.so
/usr/share/doc/trickle
/usr/share/doc/trickle/LICENSE
/usr/share/doc/trickle/README
/usr/share/doc/trickle/TODO
/usr/share/man/man1/trickle.1.gz
/usr/share/man/man5/trickled.conf.5.gz
/usr/share/man/man8/trickled.8.gz

References

Summary

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