How To Install perl-RT-Client-REST on Fedora 36
Introduction
In this tutorial we learn how to install perl-RT-Client-REST on Fedora 36.
What is perl-RT-Client-REST
RT communicating with RT using REST protocol easy. Most of the features have been implemented and tested with rt 3.6.0 and later.
We can use yum or dnf to install perl-RT-Client-REST on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-RT-Client-REST.
Install perl-RT-Client-REST 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-RT-Client-REST using dnf by running the following command:
sudo dnf -y install perl-RT-Client-REST
Install perl-RT-Client-REST 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-RT-Client-REST using yum by running the following command:
sudo yum -y install perl-RT-Client-REST
How To Uninstall perl-RT-Client-REST on Fedora 36
To uninstall only the perl-RT-Client-REST package we can use the following command:
sudo dnf remove perl-RT-Client-REST
perl-RT-Client-REST Package Contents on Fedora 36
/usr/share/doc/perl-RT-Client-REST
/usr/share/doc/perl-RT-Client-REST/CHANGES
/usr/share/doc/perl-RT-Client-REST/CONTRIBUTORS
/usr/share/doc/perl-RT-Client-REST/README
/usr/share/doc/perl-RT-Client-REST/TODO
/usr/share/doc/perl-RT-Client-REST/examples
/usr/share/doc/perl-RT-Client-REST/examples/comment_on_ticket.pl
/usr/share/doc/perl-RT-Client-REST/examples/create_ticket.pl
/usr/share/doc/perl-RT-Client-REST/examples/create_user.pl
/usr/share/doc/perl-RT-Client-REST/examples/edit_custom_field.pl
/usr/share/doc/perl-RT-Client-REST/examples/edit_group.pl
/usr/share/doc/perl-RT-Client-REST/examples/edit_ticket.pl
/usr/share/doc/perl-RT-Client-REST/examples/edit_user.pl
/usr/share/doc/perl-RT-Client-REST/examples/list_attachments.pl
/usr/share/doc/perl-RT-Client-REST/examples/list_tickets.pl
/usr/share/doc/perl-RT-Client-REST/examples/list_transactions.pl
/usr/share/doc/perl-RT-Client-REST/examples/list_transactions_rt.pl
/usr/share/doc/perl-RT-Client-REST/examples/report-bug-to-cpan.pl
/usr/share/doc/perl-RT-Client-REST/examples/search_tickets.pl
/usr/share/doc/perl-RT-Client-REST/examples/show_attachment.pl
/usr/share/doc/perl-RT-Client-REST/examples/show_group.pl
/usr/share/doc/perl-RT-Client-REST/examples/show_links.pl
/usr/share/doc/perl-RT-Client-REST/examples/show_queue.pl
/usr/share/doc/perl-RT-Client-REST/examples/show_ticket.pl
/usr/share/doc/perl-RT-Client-REST/examples/show_transaction.pl
/usr/share/doc/perl-RT-Client-REST/examples/show_user.pl
/usr/share/doc/perl-RT-Client-REST/examples/take_ticket.pl
/usr/share/licenses/perl-RT-Client-REST
/usr/share/licenses/perl-RT-Client-REST/LICENSE
/usr/share/man/man3/RT::Client::REST.3pm.gz
/usr/share/man/man3/RT::Client::REST::Attachment.3pm.gz
/usr/share/man/man3/RT::Client::REST::Exception.3pm.gz
/usr/share/man/man3/RT::Client::REST::Forms.3pm.gz
/usr/share/man/man3/RT::Client::REST::Group.3pm.gz
/usr/share/man/man3/RT::Client::REST::HTTPClient.3pm.gz
/usr/share/man/man3/RT::Client::REST::Object.3pm.gz
/usr/share/man/man3/RT::Client::REST::Object::Exception.3pm.gz
/usr/share/man/man3/RT::Client::REST::Queue.3pm.gz
/usr/share/man/man3/RT::Client::REST::SearchResult.3pm.gz
/usr/share/man/man3/RT::Client::REST::Ticket.3pm.gz
/usr/share/man/man3/RT::Client::REST::Transaction.3pm.gz
/usr/share/man/man3/RT::Client::REST::User.3pm.gz
/usr/share/perl5/vendor_perl/RT
/usr/share/perl5/vendor_perl/RT/Client
/usr/share/perl5/vendor_perl/RT/Client/REST
/usr/share/perl5/vendor_perl/RT/Client/REST.pm
/usr/share/perl5/vendor_perl/RT/Client/REST/Attachment.pm
/usr/share/perl5/vendor_perl/RT/Client/REST/Exception.pm
/usr/share/perl5/vendor_perl/RT/Client/REST/Forms.pm
/usr/share/perl5/vendor_perl/RT/Client/REST/Group.pm
/usr/share/perl5/vendor_perl/RT/Client/REST/HTTPClient.pm
/usr/share/perl5/vendor_perl/RT/Client/REST/Object
/usr/share/perl5/vendor_perl/RT/Client/REST/Object.pm
/usr/share/perl5/vendor_perl/RT/Client/REST/Object/Exception.pm
/usr/share/perl5/vendor_perl/RT/Client/REST/Queue.pm
/usr/share/perl5/vendor_perl/RT/Client/REST/SearchResult.pm
/usr/share/perl5/vendor_perl/RT/Client/REST/Ticket.pm
/usr/share/perl5/vendor_perl/RT/Client/REST/Transaction.pm
/usr/share/perl5/vendor_perl/RT/Client/REST/User.pm
References
Summary
In this tutorial we learn how to install perl-RT-Client-REST on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).