How To Install lua-cqueues-doc on Fedora 36

In this tutorial we learn how to install lua-cqueues-doc in Fedora 36. lua-cqueues-doc is Documentation for the Stackable Continuation Queues library

Introduction

In this tutorial we learn how to install lua-cqueues-doc on Fedora 36.

What is lua-cqueues-doc

Documentation for the Stackable Continuation Queues library for the Lua Programming Language

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

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

sudo dnf -y install lua-cqueues-doc

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

sudo yum -y install lua-cqueues-doc

How To Uninstall lua-cqueues-doc on Fedora 36

To uninstall only the lua-cqueues-doc package we can use the following command:

sudo dnf remove lua-cqueues-doc

lua-cqueues-doc Package Contents on Fedora 36

/usr/share/doc/lua-cqueues/cqueues.pdf
/usr/share/doc/lua-cqueues/examples
/usr/share/doc/lua-cqueues/examples/chat.srv
/usr/share/doc/lua-cqueues/examples/condition.lua
/usr/share/doc/lua-cqueues/examples/dig.lua
/usr/share/doc/lua-cqueues/examples/echo.srv
/usr/share/doc/lua-cqueues/examples/getopt.lua
/usr/share/doc/lua-cqueues/examples/httpd.srv
/usr/share/doc/lua-cqueues/examples/notify.lua
/usr/share/doc/lua-cqueues/examples/peereid.lua
/usr/share/doc/lua-cqueues/examples/promise.lua
/usr/share/doc/lua-cqueues/examples/signal.pause
/usr/share/doc/lua-cqueues/examples/signal.wait
/usr/share/doc/lua-cqueues/examples/simple.get
/usr/share/doc/lua-cqueues/examples/socket.pair
/usr/share/doc/lua-cqueues/examples/socket.xchg
/usr/share/doc/lua-cqueues/examples/thread.count
/usr/share/licenses/lua-cqueues-doc
/usr/share/licenses/lua-cqueues-doc/LICENSE

References

Summary

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