How To Install perl-Twiggy on Fedora 36
Introduction
In this tutorial we learn how to install perl-Twiggy
on Fedora 36.
What is perl-Twiggy
Twiggy is a lightweight and fast HTTP server based on AnyEvent and can run any PSGI applications.
We can use yum
or dnf
to install perl-Twiggy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Twiggy.
Install perl-Twiggy 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 perl-Twiggy
using dnf
by running the following command:
sudo dnf -y install perl-Twiggy
Install perl-Twiggy 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 perl-Twiggy
using yum
by running the following command:
sudo yum -y install perl-Twiggy
How To Uninstall perl-Twiggy on Fedora 36
To uninstall only the perl-Twiggy
package we can use the following command:
sudo dnf remove perl-Twiggy
perl-Twiggy Package Contents on Fedora 36
/usr/bin/twiggy
/usr/share/doc/perl-Twiggy
/usr/share/doc/perl-Twiggy/Changes
/usr/share/doc/perl-Twiggy/eg
/usr/share/doc/perl-Twiggy/eg/chat-websocket
/usr/share/doc/perl-Twiggy/eg/chat-websocket/chat.psgi
/usr/share/doc/perl-Twiggy/eg/chat-websocket/static
/usr/share/doc/perl-Twiggy/eg/chat-websocket/static/DUI.js
/usr/share/doc/perl-Twiggy/eg/chat-websocket/static/Stream.js
/usr/share/doc/perl-Twiggy/eg/chat-websocket/static/jquery-1.3.2.min.js
/usr/share/doc/perl-Twiggy/eg/chat-websocket/static/jquery.cookie.js
/usr/share/doc/perl-Twiggy/eg/chat-websocket/static/jquery.ev.js
/usr/share/doc/perl-Twiggy/eg/chat-websocket/static/jquery.md5.js
/usr/share/doc/perl-Twiggy/eg/chat-websocket/static/jquery.oembed.js
/usr/share/doc/perl-Twiggy/eg/chat-websocket/static/pretty.js
/usr/share/doc/perl-Twiggy/eg/chat-websocket/static/screen.css
/usr/share/doc/perl-Twiggy/eg/chat-websocket/templates
/usr/share/doc/perl-Twiggy/eg/chat-websocket/templates/index.mt
/usr/share/doc/perl-Twiggy/eg/chat-websocket/templates/room.mt
/usr/share/doc/perl-Twiggy/eg/chat-websocket/templates/test.js
/usr/share/licenses/perl-Twiggy
/usr/share/licenses/perl-Twiggy/LICENSE
/usr/share/man/man1/twiggy.1.gz
/usr/share/man/man3/Plack::Handler::Twiggy.3pm.gz
/usr/share/man/man3/Twiggy.3pm.gz
/usr/share/perl5/vendor_perl/AnyEvent
/usr/share/perl5/vendor_perl/AnyEvent/Server
/usr/share/perl5/vendor_perl/AnyEvent/Server/PSGI.pm
/usr/share/perl5/vendor_perl/Plack
/usr/share/perl5/vendor_perl/Plack/Handler
/usr/share/perl5/vendor_perl/Plack/Handler/Twiggy.pm
/usr/share/perl5/vendor_perl/Twiggy
/usr/share/perl5/vendor_perl/Twiggy.pm
/usr/share/perl5/vendor_perl/Twiggy/Server
/usr/share/perl5/vendor_perl/Twiggy/Server.pm
/usr/share/perl5/vendor_perl/Twiggy/Server/SS.pm
References
Summary
In this tutorial we learn how to install perl-Twiggy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).