How To Install perl-Text-German on Fedora 36
Introduction
In this tutorial we learn how to install perl-Text-German
on Fedora 36.
What is perl-Text-German
This is a rather incomplete implementation of work done by Gudrun Putze-Meier.
We can use yum
or dnf
to install perl-Text-German
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Text-German.
Install perl-Text-German 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-Text-German
using dnf
by running the following command:
sudo dnf -y install perl-Text-German
Install perl-Text-German 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-Text-German
using yum
by running the following command:
sudo yum -y install perl-Text-German
How To Uninstall perl-Text-German on Fedora 36
To uninstall only the perl-Text-German
package we can use the following command:
sudo dnf remove perl-Text-German
perl-Text-German Package Contents on Fedora 36
/usr/share/doc/perl-Text-German
/usr/share/doc/perl-Text-German/README
/usr/share/man/man3/Text::German.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/German
/usr/share/perl5/vendor_perl/Text/German.pm
/usr/share/perl5/vendor_perl/Text/German.pod
/usr/share/perl5/vendor_perl/Text/German/Adjektiv.pm
/usr/share/perl5/vendor_perl/Text/German/Ausnahme.pm
/usr/share/perl5/vendor_perl/Text/German/Cache.pm
/usr/share/perl5/vendor_perl/Text/German/Endung.pm
/usr/share/perl5/vendor_perl/Text/German/Regel.pm
/usr/share/perl5/vendor_perl/Text/German/Util.pm
/usr/share/perl5/vendor_perl/Text/German/Verb.pm
/usr/share/perl5/vendor_perl/Text/German/Vorsilbe.pm
References
Summary
In this tutorial we learn how to install perl-Text-German
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).